Anyone know if Corona is as good to develop a tune(midi) based game in as Objective-C itself?
That is consider something like Guitar Hero where you might want to configure different tunes/songs (let’s assume a midi approach rather than using a sound file itself) and track the button presses in time synch with the Midi being played.
Is there anything in Objective-C that would make this more possible, or provide much betting sounds, as opposed to using Corona?
With Corona I know you can effective pre-load a whole heap of sounds, and you can control speed of sound, so you could then write your own “Midi style” way of playing back tunes using these sounds and channels. Wondering if there is something in native Objective-C itself that would offer another level of features/API that Corona doesn’t have that might come to play?
(just wanted to double-check before launching into Corona)