You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm playing with this experiment of SC NRT rendering from Javascript but cannot get more far then rendering simple notes. Did you have any success with actually composing a song and rendering it as a score? Do you think it's overall possible?
Also, I'm trying to set the BPM by adding a`const bpm = {
timeTag: { raw: [ 0, 0 ] },
packets: [ { address: '/s_new', args: [ 0.0, "TempoClock.new", 0.5 ] } ]
}
bundles.unshift(bpm);` I kinda don't expect it to work right and still need to learn how OSC bundles work but still maybe there's something little I'm missing here?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, I'm playing with this experiment of SC NRT rendering from Javascript but cannot get more far then rendering simple notes. Did you have any success with actually composing a song and rendering it as a score? Do you think it's overall possible?
Also, I'm trying to set the BPM by adding a`const bpm = {
timeTag: { raw: [ 0, 0 ] },
packets: [ { address: '/s_new', args: [ 0.0, "TempoClock.new", 0.5 ] } ]
}
bundles.unshift(bpm);` I kinda don't expect it to work right and still need to learn how OSC bundles work but still maybe there's something little I'm missing here?
Thanks a lot!
The text was updated successfully, but these errors were encountered: