Hi all. Rane Four user. Looking to map the HOT CUE buttons 6 7 and 8 to different functions.
6 - Sample 1
7 - Beat Jump back
8 - Beat Jump forward
For both sides. But only in use when it's on the HOT CUE button.
Thank you
6 - Sample 1
7 - Beat Jump back
8 - Beat Jump forward
For both sides. But only in use when it's on the HOT CUE button.
Thank you
Posté Tue 20 Feb 24 @ 10:14 pm
remap the hotcue pad page in the padpage editor, it's all user serviceable parts
Posté Tue 20 Feb 24 @ 10:34 pm
Last question!
Can you direct me to where I can set it up so that you can only SET a cue by holding SHIFT then pressing it?
To delete I’d want to just manually do it with the right click
Can you direct me to where I can set it up so that you can only SET a cue by holding SHIFT then pressing it?
To delete I’d want to just manually do it with the right click
Posté Tue 20 Feb 24 @ 11:42 pm
needs a few steps
padpage editor all pads of the hotcue page [1-8] need changing from
hot_cue X
to
has_cue X ? hot_cue X :
then your device mapping [all 8 shift pad entries]
SHIFT_PAD X
needs changing from
padshift X
to
pad_page hotcues ? set_cue X : padshift X
padpage editor all pads of the hotcue page [1-8] need changing from
hot_cue X
to
has_cue X ? hot_cue X :
then your device mapping [all 8 shift pad entries]
SHIFT_PAD X
needs changing from
padshift X
to
pad_page hotcues ? set_cue X : padshift X
Posté Wed 21 Feb 24 @ 12:00 am
So I tried this. It works for that, but what I wanted was to be able to Shift click on a hotcue to delete it (if there is one there), otherwise shift click to set it. Single click on it to recall it, with single click doing nothing if there isn't one in there.
I tried using the has_cue X? delete_cue X:
as well as has_cue X? delete_cue X: hot_cue X
What am I doing wrong?
I tried using the has_cue X? delete_cue X:
as well as has_cue X? delete_cue X: hot_cue X
What am I doing wrong?
Posté Wed 21 Feb 24 @ 2:14 am
And one more thing - is there a way I can do a Shift Click or Shift Slide with the pitch to reset it to 0?
Posté Wed 21 Feb 24 @ 4:16 am
on the GUI shift+click and rightclick are the same instruction. Nothing can be done about that,
The stuff I sent you, is so that hardware shift+pad is remapped only when hotcues padpage is the focus.
The stuff I sent you, is so that hardware shift+pad is remapped only when hotcues padpage is the focus.
Posté Wed 21 Feb 24 @ 12:00 pm
Thank you.
One more question. In my old software as soon as a song was loaded it turned red. How can I set that up?
One more question. In my old software as soon as a song was loaded it turned red. How can I set that up?
Posté Thu 22 Feb 24 @ 3:44 am
set up a color rule, [quick filter button, on the search bar]
Already Played = 1
Already Played = 1
Posté Thu 22 Feb 24 @ 4:16 am
That's what I have set up but it's version of Already Played refers to whether it triggers the History button
As I tried that before.
One more question - Is there a way to adjust the beat grid by holding shift and dragging with the mouse?
As I tried that before.
One more question - Is there a way to adjust the beat grid by holding shift and dragging with the mouse?
Posté Thu 22 Feb 24 @ 6:49 am
Posté Thu 22 Feb 24 @ 2:31 pm
Thank you that worked
Posté Fri 23 Feb 24 @ 9:12 pm