BECOME PART OF THE COMMUNITY - Sign up here
  • I've been thinking a bit about this myself. I'm sure this behavior is due to MA3's treatment of playbacks simply as handles for the actual objects (e.g. sequences) they are controlling, and that many playbacks can be controlling the same object.


    A few solutions come to mind, so MA, if you're listening, consider this a feature request:

    1. Ability to "subscribe" to a playback. [Ideal.] I might be sending commands targeted at /Page2/Fader204, which may happen to control Sequence 1 (/13.13.1.5.1). Clearly I am interested in updating my own control surface's handle.. which probably knows nothing about Sequence 1 – it's just a fader addressing Page2.204. Being able to tell MA "Please send OSC messages with any changes to the path /Page2/Fader204" would allow this to work without flooding the network with redundant or unneeded messages.


    2. Send ALL playback updates. [Less scalable.] In addition to OSC updates for objects (e.g. sequences) in the console, also send equivalent updates for each playback control that is assigned to it. Essentially the same as #1 but it would be for all the playbacks, not just the ones we might be interested in. Results in extra network traffic. Maybe there could be an option in the "In&Out > OSC" settings to choose whether or not to send playback statuses.


    3. Ability to "query" for a playback's object. [Useful, not ideal.] If I could send an OSC message asking for the object linked to a playback, I could dynamically create a local mapping of playback handles to their objects. Now my control surface can say "tell me what's on /Page2/Fader204" and it could respond with "/Page 2/Fader204 is /13.13.1.5.1" and then I could make a lookup table on my end. Downside is that there would also need to be messages indicating when playback objects change inside of MA to keep it accurate.


    4. Sending contextual responses. [Less than ideal.] We could keep receiving OSC messages whenever objects change inside of MA, referencing their object pool numbers, etc. But, if a change were triggered BY a playback handle, ALSO send an OSC message referencing that playback's path. If I move the fader at Page 2.204, also send out an OSC message with the path "/Page2/Fader204". This is not as ideal because not all playback controls that reference the same object will be reflected with the updates.

  • To overcome this asymmetric OSC output behavior I wrote a small LUA plugin to update my faders in TouchOsc after making changes on Executors in Grandma3-UI. What is missing is to trigger the script whenever an executor fader has been changed. But I have no idea, yet, how to get the appropriate events needed for the trigger.

  • But I have no idea, yet, how to get the appropriate events needed for the trigger.

    Play with this:

    Assign Plugin 1 At Page 1.201

    Then take a look at the System Monitor... Magic

  • Hi,

    I'm struggling to customise the outputted OSC cmds.

    My goal is to send an updated OSC string each time a specific fader is moved.

    SendOSC 2 "/mix/chan/1/fader,f,xxx”

    Any advice on how to change the outputted OSC cmd with this plugin would be much appreciated.

  • Heyho,
    I had the Same Issue/Idear.

    I Created a Plugin, that automaticaly send OSC Values based on the Faders. Pagination is also working.

    Also i created a Template for OpenStageControl to map it to Midi devices.

    GitHub - xxpasixx/pam-osc: Controll Grandma3 with Midi Decvices over Open Stage Control and a Plugin to get Feedback for Motorfaders and Button lights.
    Controll Grandma3 with Midi Decvices over Open Stage Control and a Plugin to get Feedback for Motorfaders and Button lights. - GitHub - xxpasixx/pam-osc:…
    github.com

    Here is a YT Video where i demonstrate it.

    Grandma3 onPC Motor Fader & LED Button's
    Use Motor Faders and LED Button Fedback in Grandma3 onPC.It uses OpenStageControl and a Custom GrandMA Plugin.Link to the Configuration & Plugin: https://git...
    www.youtube.com

    a Setup tutorial comes in the future. But if you have questions feel free to ask!

  • Yes i am having trouble setting this up. I see open stage control is not getting info and when running the script and moving faders in ma3 it wont get sent to my x touch or when i move faders on my x touch it wont get sent to ma3. Not sure why but i open stage manager is not getting info because i cant see the midi commands being recived in there. Any help is appriciated because i havent gotten this to work ever since i bought my x touch compact and eager to use it.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!