mixedinkey-opensource / MIKMIDI

MIDI Library for Swift and Objective-C Mac and iOS apps.
Other
492 stars 95 forks source link

Add better iOS example apps #140

Open armadsen opened 8 years ago

armadsen commented 8 years ago

The current iOS example app, MIDI Soundboard, is badly out of date, and was never good to begin with. As MIKMIDI is probably used as much or more for iOS as it is for OS X, iOS example apps are important. To start with, an iOS app that is more or less like MIDI Files Testbed seems smart.

At a minimum, it should:

armadsen commented 8 years ago

@georgeyacoub has indicated interest in working on this.

armadsen commented 6 years ago

See #186, #183.

armadsen commented 6 years ago

Didn't mean to close.

valnenov commented 6 years ago

While trying testing the iOS example on iPhone 7 (target 11.2) I am running into the same runtime error: "2018-01-31 17:31:59.389570-0800 MIDI Soundboard[765:115699] +[CATransaction synchronize] called within transaction 2018-01-31 17:31:59.430226-0800 MIDI Soundboard[765:115699] Unknown class ORSViewController in Interface Builder file. "

Any suggestions on how to make this work?

Thanks, Val