More / Custom actions?

650 viewsCSS Feature Requests
1

Any chance of more Action we could assign to buttons/knobs?

I am not looking for anything too complicated, it would be nice to have stuff life
– Controlling the playhead in the arranger.
– Toggle Automation-Arm.
– Trigger Quantize.
– Change Grid Size.
– Switch between Arranger and Session view.
– Show/Hide Plugin Window.
– Toggle Clip/Device View.
– Delete (whatever is in focus or selected)

Can we expect any of these to be available eventually?
If it’s possible to map a button to Keyboard shortcuts (doubt it) it could work too as most of those do have keyboard shortcuts.

Harmonique9 Answered question September 27, 2024
Attached Files:
0

Clip/Device view can now be done with reactions.
See my comment here on how to do it: https://remotify.io/community/question/clip-view-device-view-mapping#com…

Some of the others you have listed may be possible with reactions too. I will need to do some research.

admin Changed status to publish May 22, 2024
Attached Files:
0

Nice work! here are all of the options you can use for that.
‘Browser’,
‘Arranger’,
‘Session’,
‘Detail’,
‘Detail/Clip’,
‘Detail/DeviceChain’

There’s no roadmap currently, reactions will be getting an update to make it easier to access all of these extra bits.
And no you can’t edit your post on here. 🙂

admin Changed status to publish May 22, 2024
Attached Files:
0

Hi,

The ‘is_view_visible’ Reaction code in your screenshot looks correct. I can’t see any problem with it, is your button definitely sending a velocity value of 127? any errors in the log (I don’t think there should be though).

You’re almost there with clip_trigger_quantization, it should look like this:
[self] .song().clip_trigger_quantization [=] [input] 1
See the attached screenshot

In terms of documentation, we have a huge update to the Reactions mapping type on its way. It will make it much easier to select these pieces of functionality aswell as be a lot more powerful. If you like I can add you to the beta list and we will contact you when its available?

Thanks

John

admin Changed status to publish May 22, 2024
0

I had the same problem done84 as a newbie myself and trough a lot of trial and error, experimenting around I and a lot of help from Glenn Verhaeghe & John.
I was able to make the the following buttons work for my custom TouchOSCreplica of the – Apc40MK2 and recently my custom TouchOSC called TOSC controller I was able to get the below things to work using reactions:

  • All or Any View Off
  • Browser – View On/Off
  • Show – Clip & Device View
  • SessionBox – Navigation & Scenes/Tracks navigation
  • And get VU Meters 🙂 which Im super happy stoked about

Note: In some cases have the button values Min/Max sometimes have to be Inverted with changing the 0 – 127  in my experience trialing around to be able to work.

I have included my CSS TouchOSC Template for anyone to have a look at and use as you wish.
Hopefully this helps you & fellow CSS’ers.

My APC40MK2 template is not fully implemented as my iPad died and I had to get a new device and started my other controller, Im including my google drive link for anyone wanting to download it and have a peek. https://drive.google.com/drive/folders/1dLgtRx_STjpDMBAnWGK3OuYDgKd0LBUw?usp=share_link

Harmonique9 Edited answer September 27, 2024