summaryrefslogtreecommitdiffstats
path: root/res/controllers/Denon-MC6000MK2.midi.xml
AgeCommit message (Collapse)Author
2018-05-15Denon MC6000MK2: Fix looping by capturing button release eventsUwe Klotz
2018-04-14Denon MC6000MK2: Enable/disable effect units with TAP buttonUwe Klotz
2018-04-13Denon MC6000MK2: Use EffectUnit from components.jsUwe Klotz
2018-04-12Denon MC6000MK2: Fix navigation & loopingUwe Klotz
2018-04-01Update Denon MC6000MK2 mappingUwe Klotz
2016-01-04Update controller preset Mixxx versions from "1.12.0+" to "2.0.0+".RJ Ryan
2015-06-28DN-MC6000MK2: New break effect and various fixes/improvementsUwe Klotz
2015-06-26DN-MC6000MK2: Consistent naming of callback functionsUwe Klotz
2015-06-26DN-MC6000MK2: Strip changelog and add Wiki linkUwe Klotz
2015-06-26DN-MC6000MK2: New Efx unit bindingsUwe Klotz
2015-01-25MC6000MK2: Connect deck EQ controls to EqualizerRackUwe Klotz
2015-01-25MC6000MK2: Connect filter controls to QuickEffectRack1Uwe Klotz
2015-01-25MC6000MK2: Connect Efx Beats button to reset the keyUwe Klotz
2015-01-25MC6000MK2: Connect buttons for switching the active deckUwe Klotz
2015-01-16Fix filter effect mapping for Denon MC6000MK2Uwe Klotz
2014-08-20DN-MC6000MK2: Sync mapping with push-and-holdUwe Klotz
- Use MIDI mapping for "sync_enabled" to support push-and-hold - Change sync mode indicator LED: MASTER=blinking, FOLLOWER=on, NONE=off - Use setParameter() instead of setValue() for effect parameters - Fix right effect unit enabled LED
2014-07-27DN-MC6000MK2: Scripting and effects refactoringUwe Klotz
2014-07-27DN-MC6000MK2: Basic effect chain controlUwe Klotz
- Effect chain selector (need to press shift as labeled) - Efx3 button enables/disables the effect chain - Efx3 knob for dry/wet control - Efx2 knob for master parameter control ("metaknob") - Minor cleanup
2014-07-27DN-MC6000MK2: Filters and initial effects supportUwe Klotz
- Effect units (ordered according to physical controller layout from left to right): - EffectUnit1: Left FX1 - EffectUnit2: Left Filter - EffectUnit3: Right Filter - EffectUnit4: Right FX2 - Filters are fully functional - FX1 and FX2 can be assigned to decks - Minor changes of VuMeter sensitivity
2014-07-27DN-MC6000MK2: Sampler modesSampler modes + crossfader configurationUwe Klotz
- Support 2 different sampler modes: - Hold (the new default) - Trigger The default sampler mode can be changed by setting DenonMC6000MK2.DEFAULT_SAMPLER_MODE appropriately. - Assignment of crossfader to channels - Modify contour of crossfader curve - Delete unused booth level control
2014-07-27DN-MC6000MK2: Only 4+4 samplers (shared between decks)Uwe Klotz
- MIDI debugging revealed that the sampler controls buttons/LEDs are sending/receiving on MIDI Ch0 (left side) and MIDI Ch2 (right side) independent of the currently selected deck. - Automatically load selected track into empty deck or sampler when pressing the cue/play or the sampler button respectively
2014-07-27DN-MC6000MK2: Many MIDI mapping fixesUwe Klotz
- Many MIDI mapping fixes, mainly for [Channel3/4] - AutoDJ changes - Shift + Cue triggers skip_next - Shift + Play triggers fade_now - Internal refactorings & cleanup
2014-07-27DN-MC6000MK2: Samplers and various improvementsUwe Klotz
- 16 samplers (4 per deck) - Hotcue fixes - Sync mode switching improvements - Use cue mix LEDs as track load indicator - Delete obsolete filter controls
2014-07-27DN-MC6000MK2: Track loadingUwe Klotz
- Solo cue mix when loading a track (can also triggered manually by pressing Shift + Cue Mix) - Slip mode fixes (still does not always work as expected)
2014-07-27DN-MC6000MK2: LoopingUwe Klotz
- Loops: Manual, beat and beatroll - Censor: Use reverseroll instead of reverse - Scratching: Don't modify keylock mode
2014-07-27DN-MC6000MK2: Map some controls and the VU meter LEDs directlyUwe Klotz
2014-07-27DN-MC6000MK2: Initial revisionUwe Klotz