Jumping on this thread. :popcorn:

One thing I’m noticing is that patch always sends floats. I believe we want integers. Please forgive my Reaktor noobishness but how do I get an integer constant rather than a float constant?

Even if I make an integer constant with a core cell, I still end up with a float at OSC Send.

The good news is that Reaktor is quite happily sending and receiving multiple arguments, so that bit of conventional wisdom (that it only takes a single argument) seems to no longer be true (@kisielk).

1 Like

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.

1 Like

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.

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…