Open Sound Control (OSC) is here

Post Reply New Topic
RELATED
PRODUCTS

Post

bugs I have found:

/track/+ past the bank I get a crash
Screenshot_2018-03-10 19.40.30_w0qbiQ.png
try as I might I can't get
/track/{1-8}/clip/{1-N}/isQueued to turn on an LED
have you been able to?

any luck doing a clip launcher clip color to change the color of a button?
You do not have the required permissions to view the files attached to this post.

Post

are you coding that app yourself? Looks nice!

Post

no, Im doing as much as I can with the help of friends on here using the amazing Open Stage Control platform. Its new and open source and runs really well. we all were trying to get touch oscillator going and it just kept bugging out so someone kjeager suggested we switch. The dev working on it is incredibly responsive and open to all my notes and bug reports and general clueless behavior haha. moss has a starter template for the mixer and its his osc script that is doing all the communication to bitwig. Ill be uploading mine to download and use soon too. Just a few more strides to make and it will be a full bitwig touch studio. cheers and thanks

Post

Sounds great, probably also better than lemur i guess. Active development of the platform at least is a good sign for that.

Post

A big update is online:

# 5.30

Requires Bitwig 2.3.
  • New: /vkb_midi/{Channel:0-16}/aftertouch without a note sends Channel Aftertouch
  • New: Stability improvements against erroneous OSC messages
  • New: Receive /device/page/selected {1-8}
  • New: Send /device/sibling/{1-8}/name {name}
  • New: Send/receive /device/sibling/{1-8}/selected {0,1}
  • New: Send/Receive /click/ticks
  • New: Changed "/automationWriteMode/{latch,touch,write}" to "/automationWriteMode {latch,touch,write}"
  • New: Receive /device/bank/page/{+,-}
  • New: Receive /device/param/bank/page/{+,-}
  • New: Receive /browser/tab/{+,-} to select the next/previous tab (Devices/Presets/Multisamples/...)
  • New: Send /browser/tab {name} The name of the selected browser tab
  • New: Big update to the Open Stage Control template
  • Fixed: /track/{1-8}/enter works now as expected
  • Fixed: OSC strings only support ASCII characters. Non-ASCII characters are now automatically replaced or removed.
  • Fixed: Toggling between Instrument/Audio tracks and Effect tracks did not work.
Enjoy!

Post

.maki wrote:Sounds great, probably also better than lemur i guess. Active development of the platform at least is a good sign for that.
Yeah way less bugged out. It’s free and open source too. No physics I don’t think. But that might be in the works I don’t know.

Post

A big update is online:

# 5.30
Requires Bitwig 2.3.
Enjoy![/quote]

the browser!!!!!! what. nice work, super exciting

The sibling thing is really cool too, interested to see how that relates to the primary device, but being able to tap in like that is going to be the best.

any possibility of of being able to dive into these fx containers eventually or is that outside of what the api can do.
Screenshot_2018-03-11 12.03.55_ubKT9k.png
[quote="moss"]


thanks
You do not have the required permissions to view the files attached to this post.

Post

Seems OSC got a lot of attention due to the release of Open Stage Control!

Two releases in a day, time for a break :-)

# 5.40
Requires Bitwig 2.3.
* New: Sends /device/page/selected/name {name}
* Fixed: Regression in 5.30, /track/+ did crash when track 8 was selected
* Fixed: /preroll sent Strings but received Integers. Now it also sends integers
* Fixed: /beats/str started at 0.0.0 instead of 1.1.1

Post

sebastian_blu wrote:bugs I have found:
try as I might I can't get
/track/{1-8}/clip/{1-N}/isQueued to turn on an LED
have you been able to?
/track/{1-8}/clip/{1-N}/isQueued seems to have been replaced by

/track/{1-8}/clip/{1-N}/isPlayingQueued
/track/{1-8}/clip/{1-N}/isRecordingQueued

Post

moss wrote:Seems OSC got a lot of attention due to the release of Open Stage Control!
...
* Fixed: /preroll sent Strings but received Integers. Now it also sends integers
* Fixed: /beats/str started at 0.0.0 instead of 1.1.1
That's right! Thanks for these (and all your great work!)

Post

murts wrote:
sebastian_blu wrote:bugs I have found:
try as I might I can't get
/track/{1-8}/clip/{1-N}/isQueued to turn on an LED
have you been able to?
/track/{1-8}/clip/{1-N}/isQueued seems to have been replaced by

/track/{1-8}/clip/{1-N}/isPlayingQueued
/track/{1-8}/clip/{1-N}/isRecordingQueued

Thanks soooo much that’s great can’t wait to add that then clip launcher will be ready.

Post

Vu meter bug
When recording live audio Vu meters do not work seems they are not listening to live inputs.

Thanks again implemented some more new stuff and did some recording it’s gonna work out great.

Post

reworking the clip launcher isPlayingQueued fires when recording is queued.


when track is record armed
isPlayingQueued and isRecordingQueued turns on when I launch the clip
(seems is playing queued should be off here)

when clip has already been recorded and I go que the clip to launch
isPlaying queued turns on as it should

Post

murts wrote:
sebastian_blu wrote:bugs I have found:
try as I might I can't get
/track/{1-8}/clip/{1-N}/isQueued to turn on an LED
have you been able to?
/track/{1-8}/clip/{1-N}/isQueued seems to have been replaced by

/track/{1-8}/clip/{1-N}/isPlayingQueued
/track/{1-8}/clip/{1-N}/isRecordingQueued
Damn, you a right. Forgot to update this in the documentation.

Post

Here is the 1st part (out of 3) of using OSC with Bitwig. Enjoy!

https://youtu.be/GEH7k1kp5U8

Post Reply

Return to “Controller Scripting”