Getting CoreMIDI to work in snow leopard with SimpleSynth
- by suman-gurung
I have been trying to follow the steps in the book Ruby Practical Project - making music with ruby and was trying to get CoreMIDI and output some notes using SimpleSynth. I can connect to the destination but when i do something like
midi = LiveMIDI.new
midi.note_on(0, 60, 100)
I get no output from the sound system. Has anyone tried the code and faced similar situation??
And also What are the better libraries for music programming in Ruby?