suggestion: Selected notes Octave up/down keyboard shortcut 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 Quote Selected
Re: suggestion: Selected notes Octave up/down keyboard shortcut Reply #1 – 2018-12-06 11:22 pm Quote from: yukulele – 2018-12-06 10:38 pmIs it possible to add a shortcut for changing octave of selected notes?could be ctrl+↑ and ctrl+↓ for exampleCtrl+↑↓ already has a function, as doShift+Ctrl+↑↓ andAlt+↑↓However,Shift+Alt+↑↓might be a candidate. Quote Selected
Re: suggestion: Selected notes Octave up/down keyboard shortcut Reply #2 – 2018-12-07 01:32 am Quote from: yukulele – 2018-12-06 10:38 pmIs 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 Quote Selected 1 Likes
Re: suggestion: Selected notes Octave up/down keyboard shortcut Reply #3 – 2018-12-07 01:47 am Quote from: Rick G. – 2018-12-07 01:32 amIf 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+=7Thanks Rick, forgot about that one. Quote Selected
Re: suggestion: Selected notes Octave up/down keyboard shortcut Reply #4 – 2018-12-07 02:28 am Quote from: Lawrie Pardy – 2018-12-07 01:47 amThanks Rick, forgot about that one.Code: [Select · Download]./pos+=7 -ralso works. Quote Selected