Skip to content

Commit

Permalink
Switched to AUSampler for MIKMIDIMetronome on iOS to allow loading so…
Browse files Browse the repository at this point in the history
…undfonts (see Issue #75).
  • Loading branch information
Andrew Madsen committed Mar 8, 2016
1 parent 667cbab commit a50ccdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MIKMIDIMetronome.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ + (AudioComponentDescription)appleSynthComponentDescription
AudioComponentDescription instrumentcd = (AudioComponentDescription){0};
instrumentcd.componentManufacturer = kAudioUnitManufacturer_Apple;
instrumentcd.componentType = kAudioUnitType_MusicDevice;
instrumentcd.componentSubType = kAudioUnitSubType_MIDISynth;
instrumentcd.componentSubType = kAudioUnitSubType_Sampler;
return instrumentcd;
}
#endif
Expand Down

0 comments on commit a50ccdf

Please sign in to comment.