New hotcues need scripting on Hercules Mk2
Bug #665714 reported by
iltony
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Wishlist
|
William Good | ||
1.8 |
Won't Fix
|
Wishlist
|
iltony |
Bug Description
Hotcues work great through mixxx interface, but no midi mapping exists yet for Hercules Mk2. I propose to enable them through the attached patch in the script "Hercules-
1.(in cue mode) each button is assigned to 1,2,3 hotcue
2. if first hotcue is no set, when users release button 1 a new hotcue is created
3. when 1 is pressed again, the playback seeks to hotcue 1
4. when 1 is long-pressed (more than half a second), first hotcue is cleared
Proposed patch works great on mixxx.1.8.x,
Antonio
Related branches
lp://staging/mixxx/1.9
(Merged)
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi iltony,
Thanks for the patch! I just committed it to lp:mixxx/1.9. I noticed what I thought might be a bug, it looked like the timers used to detect when to delete weren't deck-specific, so I tried to make them so. Specifically, I added [Channel1] and [Channel2] indices to curLastDate{1,2,3}. Would you mind trying this out and making sure it works for me (I don't have the controller)? I'd like to have this confirmed working by release of 1.9.
Bill