Yes, I think I was thinking from the perspective of OSC mapping, where you can map a control to OSC like you can with MIDI, without having to go into core and edit the ensemble. Maybe not as useful for combining monome though.
Ah, I see what you mean, yes I think you are correct about how OSC Learn works. Yeah, we’re pursuing a considerably more involved path that does provide more flexibility.
But I can’t seem to figure out how to get an integer…
@rbxbx was kind enough to google this for me:
um, okey dokey then.
did you get /box/grid/led/row to work?
No.
I’m still getting floats, in spite of the above.
@tehn is could this be a problem for serialosc?
sorry the internet lied to us
It has a habit of doing that.
@jasonw22 you are missing the prefix in your example. default is box. you can change it in the preference file tehn was pointing at. box/grid/led/set is working so i am not sure if float is the problem. probably just message formatting.
The prefix is /grid …
format is /prefix/grid/led/set x y s if your prefix is gird it would be grid/grid/led/set x y s
mlR5_v0_5_4_serialosc.ens.zip (1.1 MB)
ok, got it working MLR Reaktor with serial osc. It was the new offset format that wasn’t working with the old patches. You need to set your port settings correct and have box as prefix.
FYI, there’s a free Reaktor Player : https://www.native-instruments.com/en/products/komplete/synths/reaktor-6-player/
My summer (here in Australia) plans include spending time with my Logic / Reaktor / monome / ER-301 / euro setup, so hopefully I can get some useful Reaktor patches happening.
BoxStep v0.9_serialosc_256.ens.zip (3.4 MB)
here is another one updated to serialosc. kid sputnik box step. its for 256 size. maybe i upload an mod for 128 later
So now we know that serialosc works with Reaktor ? That’s good news ! Thank you for your effort.
Would be great if you could explain exactly what is necessary. I’m having trouble making the posted patches work.
go to
~/Library/Preferences/org.monome.serialosc/
server { port = 13820 } application { osc_prefix = “/box” host = “127.0.0.1” port = 13289 } device { rotation = 0 }
first port is your reaktor osc send port(localhost) and the second one is you receive port
There are quite a few more steps than that…
yes, forgot create and identifier thats called monome in the reaktor osc setup. let me know if that works for you, I hope you don’t have to manually reconnect the osc identifiers in the structure.
Finally got it to work. I kept trying to edit ~/Library/Preferences/org.monome.serialosc/m######.conf directly, but it kept changing back to /example. Used monomebridge to set the prefix to /box and all was well.