@rbxbx was kind enough to google this for me:

um, okey dokey then.

1 Like

did you get /box/grid/led/row to work?

No.

I’m still getting floats, in spite of the above.

ens%202018-11-16%2021-01-58

@tehn is could this be a problem for serialosc?

sorry the internet lied to us :frowning:

5 Likes

It has a habit of doing that.

5 Likes

@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.

1 Like

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.
:+1:

1 Like

Would be great if you could explain exactly what is necessary. I’m having trouble making the posted patches work.

1 Like

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.

37%20AM

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.

cool. yeah, you might have to copy the file to the desktop or so and edit and save it there and then copy it back. You could also change the prefix in the reaktor structure to /example but thats a little tedious.

another oneFM_drums - v0.5.5.2_serialosc.ens.zip (1.3 MB)

1 Like