1 (edited by PatriceJ 2024-06-03 16:40:01)

Topic: Totalmix : Is it possible de control software playback volume with OSC

Hello,

Is it possible de control Software Playback volume faders with OSC ?

I can control Hardware Inputs volume faders with OSC but I did not find the name to use either volume Software Playback or Hardware Outputs.

I use a tablet to control Totalmix, if I use MIDI commands, then it only works one way, changing Totalmix from the computer does not update the tablet while, with OSC, it works both way.

Can you help me?

Thank you

Patrice
https://summer-storm.rocks

Re: Totalmix : Is it possible de control software playback volume with OSC

Do you use TouchOSC ? Have you implemented the template from RME ?

M1-Sequoia, Madiface Pro, Digiface USB, Babyface silver and blue

3 (edited by maggie33 2024-05-06 21:56:46)

Re: Totalmix : Is it possible de control software playback volume with OSC

Is it possible de control Software Playback volume faders with OSC ?

yes.

Edit: You have to switch the current controller to Playbacks via "/1/busPlayback 1" first.

“Do It For Her”
My Gear: Bontempi Magic light Keyboard

Re: Totalmix : Is it possible de control software playback volume with OSC

waedi wrote:

Do you use TouchOSC ? Have you implemented the template from RME ?

I use Lemur by Liine

Patrice
https://summer-storm.rocks

Re: Totalmix : Is it possible de control software playback volume with OSC

Edit: You have to switch the current controller to Playbacks via "/1/busPlayback 1" first.

You made my day, THANK YOU, this is what I needed, now I understand the principle...

Patrice
https://summer-storm.rocks

6 (edited by maggie33 2024-05-08 00:56:05)

Re: Totalmix : Is it possible de control software playback volume with OSC

Additional tipps:

------------------
1)

You can predefine the bus for your controller by editing the workspace file (*.tmws)
If you search for "OscRemote":

        <OscRemote0>
            <val e="OscSelBus" v="x"/> 

Here you can edit x with values 0-2 (0=InputBus, 1=PlaybackBus, 2=OutputBus) for OscRemote0-3.
So, after saving, you have assigned the default bus for each controller in your workspace file.

And the controller is mapped to the corresponding bus after fte workspace is loaded in TMFX.

So, no need to switch the bus manually (if you need a kind of fixed environment) after your Tablet/Phone is connected.


----------------------
2)

If you look into the OSC description:
https://www.rme-audio.de/downloads/osc_ … ix_new.zip

And if you want to control the "per channel" details on page 2 like fx, stereo, etc...

1. command) "/2/busInput 1" or "/2/busPlayback 1" or "/2/busOutput 1" (selects the bus for page 2)
2. command) "/setBankStart x" or "/setOffsetInBank x" (depends on your situation - selects a single channel for Page 2, x is a number)
3. command) "/2/<YourParam> <Value> (now you can control each parameter and its value)

“Do It For Her”
My Gear: Bontempi Magic light Keyboard

Re: Totalmix : Is it possible de control software playback volume with OSC

Thank you maggie33, these are very helpful tips

Patrice
https://summer-storm.rocks