NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: yukulele on 2018-12-06 10:38 pm

Title: suggestion: Selected notes Octave up/down keyboard shortcut
Post by: yukulele on 2018-12-06 10:38 pm
Is it possible to add a shortcut for changing octave of selected notes?

could be ctrl+↑ and ctrl+↓ for example
Title: Re: suggestion: Selected notes Octave up/down keyboard shortcut
Post by: Lawrie Pardy on 2018-12-06 11:22 pm
Is it possible to add a shortcut for changing octave of selected notes?

could be ctrl+↑ and ctrl+↓ for example
Ctrl+↑↓ already has a function, as do
Shift+Ctrl+↑↓ and
Alt+↑↓
However,
Shift+Alt+↑↓
might be a candidate.
Title: Re: suggestion: Selected notes Octave up/down keyboard shortcut
Post by: Rick G. on 2018-12-07 01:32 am
Is it possible to add a shortcut for changing octave of selected notes?
If you want to raise all notes in the selection by an octave, run the User Tool: 'Pitch Mod (nwsw)' with:
Code: [Select · Download]
t:*/pos+=7
Title: Re: suggestion: Selected notes Octave up/down keyboard shortcut
Post by: Lawrie Pardy on 2018-12-07 01:47 am
If you want to raise all notes in the selection by an octave, run the User Tool: 'Pitch Mod (nwsw)' with:
Code: [Select · Download]
t:*/pos+=7
Thanks Rick, forgot about that one.
Title: Re: suggestion: Selected notes Octave up/down keyboard shortcut
Post by: Rick G. on 2018-12-07 02:28 am
Thanks Rick, forgot about that one.
Code: [Select · Download]
./pos+=7 -r
also works.