git-moss / DrivenByMoss

Bitwig Studio extensions for many controllers: Ableton Push I/II, Akai APC40mkI/mkII/mini, Fire, Arturia Beatstep, Novation Launchpads / Remote SLs, NI Maschine / Komplete, Open Sound Control (OSC) and many more.
https://www.mossgrabers.de/Software/Bitwig/Bitwig.html
GNU Lesser General Public License v3.0
562 stars 142 forks source link

OSC: Inconsistency, missing "name" tag for device remote control pages #315

Closed TommyC81 closed 1 year ago

TommyC81 commented 1 year ago

Software: Bitwig 4.3.4 DrivenByMoss-17.5.0-Bitwig Windows 10

OSC messages related to the name for device remote control pages are missing the "name" tag. The messages simply end with a "/" rather than the expected "/name". For the device/page/selected, the message does however end with "/name".

See log below: image

This seems to be aligned with the manual, but is an inconsistent application compared to all other instances where a name is sent. Suggest to align the message to include the "/name" tag.

From the manual: image

git-moss commented 1 year ago

Yes, I agree. I added the 'name' but will keep the old one for backwards compatibility. Will be in the next update.