[Ardour-Users] a little OSC test with Common Music

Dave Phillips dlphillips at woh.rr.com
Tue Apr 27 04:24:09 PDT 2010


Hi Paul,

I'm sure you can tell what this Common Music (Sal2) code does:

  process ranloc(t)
    repeat t
    send("osc:message", "/ardour/locate", between(0,12000000), 1)
    wait between(.05,.35)
  end

  sprout(ranloc(between(128,256)))

The first between selects from sample points. It might please you to 
know that Ardour kept up without fail. It was amusing to watch the 
cursor fly around the display from location to location, and not once 
did JACK complain. The display kept up even when it wasn't in full view 
mode, i.e. it was doing a fair amount of screen updating.

Wild audio experiments come to mind, and I'm looking forward to trying 
some neat stuff. Thanks a lot for supporting OSC in Ardour, it's very cool.

Best,

dp






More information about the Ardour-Users mailing list