Instruments (patches) are now correctly recognized.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7573 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
mahlzeit
2004-05-14 07:46:19 +00:00
parent a808adb023
commit f9b2179cb2
3 changed files with 37 additions and 7 deletions
+2 -1
View File
@@ -121,13 +121,14 @@ private:
uint16 _reserved1[1];
bool* instruments;
synth_file_hook hookFunc;
int32 hookArg;
bool looping;
bool paused;
bool finished;
uint32 _reserved2[13];
uint32 _reserved2[12];
};
#endif // _MIDI_STORE_H