From: Chris Carter Date: 2007-05-08T20:56:02+09:00 Subject: Re: Live Coding in Ruby? On 5/7/07, Alex Ciarlillo wrote: > I was wondering if anyone here has run across references for Live Coding > in Ruby. I have kind of wanted to play around with Live Coding but dont > really want to work with some other language to do it. I'd rather play > in ruby :) I found a midi library for ruby but it is only for > reading/generating tracks, not really for generating the sound on the > fly. So does anyone have an idea where I can get started with this? > > Thanks, > > -Alex > > -- > Posted via http://www.ruby-forum.com/. > > Hi! I recently started a live coding project using JRuby. I think ti woudl work with RJB to if I put some effort into it. Currently you can play notes with their MIDI number. You can also only play one note/note loop at a time. My temporary solution is have many IRB windows open that connect to the DRb server. I just wrote this last night, so it's very rough. I hope to get more stuff done on it this week. Code is at http://pastie.caboo.se/59745 -- Chris Carter concentrationstudios.com brynmawrcs.com