DM7 Next / Previous Scene

Hi Andy,
can you include the next / previous scene command for DM7 in YamahaRCP?
I have managed to do this via OSC but it would be much easier to have this in the YamahaRCP.
Thanks!

Well, that command IS available, but because it increments/decrements by scene ID rather than actual scene #, it doesn’t work as expected. At least that’s the way it was last time I tested it.
On other consoles like the CL & QL which don’t have decimal scene #s (e.g. 1.20) it works properly.
On the DM7 (and probably Rivage), the Inc/Dec could recall scenes out of order.

I used the osc-command a few weeks ago and it worked without any problems. I had many scenes with various numbers of “sub”-scenes.
Maybe it works in RCP now? It would be great to have just one connection to the console and not an additional OSC connection. I would be happy to test this!

The way to test whether or not it uses indexes or not might be to create 3 scenes, 1.00 2.00 and 3.00.
Take 3.00 and rename it to 1.50.
Recall scene 1.00 and then send the console the OSC RecallInc command and see if it goes to scene 2.00 or scene 1.50.
Let me know what you find.

Hi Andy,
I tested this with DM7 V1.72.
I made three scenes: 1.0 - 2.0 - 3.0. Then changed the number of 3.0 to 1.5.
It goes from 1.0 to 1.5 to 2.0 and backwards the same.

I think they changed a bit of the osc-implementation. In one of the last firmwares I had to send that osc-argument:
“MIXER:Lib/Scene/RecallInc” “scene_a”
now it is:
MIXER:Lib/Scene/RecallInc scene_a
Took me a while to figure this out.

Interesting. Ty for checking that.

When I get a moment I’ll see about adding that to the RCP module. Might need some back and forth test to get it right, as I don’t have a DM7 to test with.

Hi Andy,
sounds great – I’d be happy to test it once you’ve implemented it.
Thanks and best regards