Work on MIDI-to-SNG conversion

This commit is contained in:
Jack Andersen
2016-06-21 18:18:28 -10:00
parent a0bb35433a
commit bd10015024
4 changed files with 779 additions and 106 deletions

View File

@@ -49,7 +49,7 @@ void RegisterAudioUnit();
- (nullable id)initWithComponentDescription:(AudioComponentDescription)componentDescription
error:(NSError * __nullable * __nonnull)outError
viewController:(AudioUnitViewController* __nonnull)vc;
- (void)requestAudioGroup:(AudioGroupToken*)group;
- (void)requestAudioGroup:(AudioGroupToken* _Nonnull)group;
@end
#endif