hydra-synth / hydra-examples

Examples for using hydra within atom
83 stars 17 forks source link

Updates that use the new supercollider OSC path #5

Closed bendavidsteel closed 1 year ago

bendavidsteel commented 2 years ago

The previous examples didn't work for me, and I see a lot of people struggling with getting these examples working on various forums. I figured out a syntax that works with the SuperCollider syntax as of 3.11.2, and which only sends through SuperDirt sample OSC messages, which is a good place to start for not having too many messages I think.

Let me know what you think!

fracnesco commented 1 year ago

The issue is not the Supercollider version but the osc path that changed in the newer version of tidal and SuperDirt. Anyway your example seems good to me! Maybe you could change the title of the request since it is a bit unclear like this what do you mean with Supercollider osc synthax

bendavidsteel commented 1 year ago

Oh yeah agree the path has changed, the reason I specify syntax changes is because seems like the OSCFunc and the 'fix' method are no longer necessary in new supercollider syntax. But changed the title either way:)

ojack commented 1 year ago

great! thank you