Is there shortcut keys on the keyboard to change the pitch of karaoke tracks, I have only been able to change the pitch by placing my mouse over the key button and dragging one way or the other and would rather be able to change the pitch by using my keyboard
Posté Mon 11 Apr 11 @ 1:31 pm
You can map 2 keys (like left and right cursors for example) to adjust the key of the song by using the following mappers:
left cursor: key_move +1
right cursor: key_move -1
Hope that's what you're looking for.
AC
left cursor: key_move +1
right cursor: key_move -1
Hope that's what you're looking for.
AC
Posté Mon 11 Apr 11 @ 8:56 pm
you may do it this way:
you mapp all notes of one oktave. The first note is 60 (c'). and than you write this action for example to note 60 for c':
deck X set_key "CM"
This means if you press the C-Note in your oktave it will force the song to CM
Another for ecample 70 for a#':
deck X set_key "A#M"
X is the dek you want to set the key.
you mapp all notes of one oktave. The first note is 60 (c'). and than you write this action for example to note 60 for c':
deck X set_key "CM"
This means if you press the C-Note in your oktave it will force the song to CM
Another for ecample 70 for a#':
deck X set_key "A#M"
X is the dek you want to set the key.
Posté Tue 12 Apr 11 @ 12:52 am