View Single Post
Old 12-27-2016, 07:59 PM   #39
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by MikComposer View Post
As for notes: I'd want to insert note without leaving other notes selected, but there is no such action. The one that can be set trough modifiers affect cc's. There is action available for deselecting all notes. Even if there would be action for drawing notes with single slick without keeping selection, you can't create a toggle button that would switch between those two.
So if I understand correctly, your original problem statement "Entering notes on click and not on drag or double click" has now mutated into:
* A single toolbar button that
* toggles the default left-click mouse modifier between:
* 1) deselecting all events (and moving edit cursor?), and
* 2) inserting a note while
* 2.a) keeping CCs unchanged but
* 2.b) deselecting all notes.

If you require such unusual customizations, this MIDI thread is not the place to complain about it. Go to the "Q&A, Tips, Tricks and Howto" or the "JSFX and Reascript" subforums and ask for help. Or better yet: learn the basics of Lua scripting yourself!

Toggle buttons can easily be set up with SWS cycle actions.

To create an Action that can be linked to a toolbar button and that sets the default Mouse Modifier to a customized action, use the SetDefaultModifier function in a one-line script.

The rest can be done in a custom action or a simple 10-line script, depending on whether the deselection etc should affect all editable takes, or be limited to the active take.

Last edited by juliansader; 12-27-2016 at 08:27 PM.
juliansader is offline   Reply With Quote