Getting CoreMIDI to work in snow leopard with SimpleSynth
Posted
by suman-gurung
on Stack Overflow
See other posts from Stack Overflow
or by suman-gurung
Published on 2010-03-14T21:14:50Z
Indexed on
2010/03/15
3:29 UTC
Read the original article
Hit count: 360
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?
© Stack Overflow or respective owner