Capture-1.PNG Capture-2.PNG Capture-3.PNG Hello JohnC hope they come thru now! Thanks for having a look! I am new to remotify app, but have most working to my needs :-). Would be cool to control “quantize” with the push of a button!
Hi Wilfred, your images didn’t upload for some reason. Can you try again? thanks
The way internal midi mapping and our midi mappings work is different. Due to the customisation options of our mapping types, fader/knob style mappings send individual changes to ableton with each midi message update. So if you have a fader mapped to volume for example, each midi velocity value received from the fader 0 – […]
Each time you generate a script into Ableton, the json files for both the script and controller template get copied to the midi remote script’s folder inside Ableton. You can import those back into CSS and continue working.
Your code example is correct and is the same as what is usually produced when using the menu options in a Reaction. See my example below, you can see the generated output is correct. So i’m not sure how you’ve ended up with incorrect code. Maybe you switched to custom coding, made changes and switched […]
Nevermind, I fixed my issue! The issue was I loaded the provided midi controller template, but I didn’t update the midi CC numbers to match my controller. Updating the controller template midi CC numbers to match my controller fixed it (and the midi learn feature was helpful). Note to the developer: as a first time […]
You could use a device parameter mapping with your button and set the Parameter Minimum & Maximum to the percentage which will set Freq 1 to 1.0 khz. Maybe 10? The other way would be via a Reaction. You can use the Action: Device Parameter – set value
The Solo mapping doesn’t change the selected track. Do you have other mappings set to the same midi button which are changing the track?
Hi, small bugfix for track On/Off (Mute). Download
Thank you John! The second option worked. Also enlightened me about the infinite possibilities of Listeners and Actions.