From 76dca432f0eeaff18afae8463813280337887bbb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 15 Dec 2016 17:22:48 +0000 Subject: [PATCH] add comments about limitations for Evoral::SMF and tracks --- libs/evoral/evoral/SMF.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libs/evoral/evoral/SMF.hpp b/libs/evoral/evoral/SMF.hpp index 1a9d2c1084..5747e87e3e 100644 --- a/libs/evoral/evoral/SMF.hpp +++ b/libs/evoral/evoral/SMF.hpp @@ -37,6 +37,14 @@ namespace Evoral { /** Standard Midi File. * Currently only tempo-based time of a given PPQN is supported. + * + * For WRITING: this object specifically wraps a type0 file or a type1 file with only a + * single track. It has no support at this time for a type1 file with multiple + * tracks. + * + * For READING: this object can read a single arbitrary track from a type1 + * file, or the single track of a type0 file. It has no support at this time + * for reading more than 1 track. */ class LIBEVORAL_API SMF { public: