[Release] cmdr - Controller Manager done right - Page 7
Page 7 of 8 FirstFirst ... 345678 LastLast
Results 61 to 70 of 78
  1. #61
    DJTT Mapping Ninja Moderator Stewe's Avatar
    Join Date
    Aug 2010
    Location
    MIDI
    Posts
    7,493

    Default

    Quote Originally Posted by Sulherokhh View Post
    Yes. Tested with 0.9.6, even though the new commands (Reverse, MixerFXSelection) can only be accessed via Traktor's own mappings manager.
    Seconded.
    Additionally, when you import TSI back into TPro 3 all button mappings for TP3 functions will reset it's button options.

  2. #62
    DJTT Mapping Ninja Moderator Stewe's Avatar
    Join Date
    Aug 2010
    Location
    MIDI
    Posts
    7,493

    Default

    Every time I try to import S4 MK3 mapping I get an error message.

  3. #63
    Tech Wizard
    Join Date
    Aug 2016
    Posts
    99

    Default

    regarding CMDR:

    I've managed to recompile the source using VS2017 (NOT latest 2019!!), then get .net & c sharp development pack, then get blend for windows as an individual component. Skipping any step will cause errors.

    background: Idea was to test 14-bit midi out by raising the out range and making an out combo. CMDR-wise, it worked. (Saving and reloading the TSI). But in traktor it collapsed to 7 bits and no combo message.
    .
    ---
    bug fixes: would be great to use this method to fix CMDR with some much needed 2019-improvements:
    - support for TP3 mixerFX and flux reverse etc
    - move "signed encoder mode" from whole device property to per-entry
    improvements:
    - have the search filter out the command list (https://github.com/TakTraum/cmdr/pull/9)
    - have a shortcut to inc/dec channels (just like we can inc/dec notes)
    - same for modifier conditions (useful when moving around modifiers)
    Gear: DDJ-1000, DDJ-SZ, DDJ-SX2, Akai AMX. Laptop: Dell XPS 15
    Mappings for all this gear: https://my.djtechtools.com/users/830428

  4. #64
    Tech Wizard
    Join Date
    Aug 2016
    Posts
    99

    Default

    I've managed to recompile the source using VS2017 (NOT latest 2019!!), then get .net & c sharp development pack, then get blend for windows as an individual component. Skipping any step will cause errors.
    bug fixes: would be great to fix CMDR with some much needed 2019-improvements:
    - support for TP3 mixerFX and flux reverse etc
    - move "signed encoder mode" from whole device property to per-entry
    improvements:
    - have the search filter out the command list (https://github.com/TakTraum/cmdr/pull/9)
    - have a shortcut to inc/dec channels (just like we can inc/dec notes)
    - same for modifier conditions (useful when moving around modifiers)
    Hi
    I'm now activelly learning the code to upgade CMDR with the above list. I will be busy with this in the next days.
    Already acheived:

    - alt+"+"/"-": move channel up/down
    - shift+"+"/"-": move note 8 positions up/down (matches pads)
    - New column "note only" to sort by note only. Very useful for repeated commands across chnanels
    Gear: DDJ-1000, DDJ-SZ, DDJ-SX2, Akai AMX. Laptop: Dell XPS 15
    Mappings for all this gear: https://my.djtechtools.com/users/830428

  5. #65
    Tech Wizard
    Join Date
    Aug 2016
    Posts
    99

    Default

    I've now added some dev docs, including how to build the code, a changelog and the features I'm working right now.
    https://github.com/pestrela/cmdr/tre...cs/development

    First checkin includes this useful grep-style filtering (https://github.com/TakTraum/cmdr/pull/9 ):
    wpf filtering.jpg
    Gear: DDJ-1000, DDJ-SZ, DDJ-SX2, Akai AMX. Laptop: Dell XPS 15
    Mappings for all this gear: https://my.djtechtools.com/users/830428

  6. #66
    Tech Guru Patch's Avatar
    Join Date
    Dec 2008
    Location
    Bristol, UK
    Posts
    6,481

    Default

    Great to see you're still working on this.
    DJ'ing: 2x1200MK2, DJM 850, Dicers, F1, Zomo MC-1000, Sony MDR-v700, i7 Win 10 HP Envy
    Production: Ableton Live 8 and a mouse, Sennheiser HD400, Sony VAIO

    Click HERE to D/L Free Tracks from Soundcloud!!!
    https://www.facebook.com/Patchdj

  7. #67
    Newbie
    Join Date
    Mar 2015
    Posts
    3

    Default pioneer support

    does it support .csv file ?
    which is how rekordbox saves midi mappings

  8. #68
    Tech Wizard
    Join Date
    Aug 2016
    Posts
    99

    Default

    No, that is out of scope.

    Rekordbox mapping is much limited, so excel is fine. No conditions, no modifiers, no multiple actions per input.
    https://github.com/pestrela/music_sc...and-lots-of-fx

    Editing the csv is very easy, I’ve made small mapping here as an example
    https://maps.djtechtools.com/mappings/8670

  9. #69
    Tech Wizard
    Join Date
    Aug 2016
    Posts
    99

    Default

    Hi all,
    The next release of CMDR in >2 years is now ready!

    This is a large changelog, so check the new features below and make a backup of your mappings before usage.
    Also please tell me which new features you liked the most!
    https://github.com/pestrela/cmdr/releases/tag/0.9.7

    release 0.9.7 - 7 January 2020
    * New features:
    * added new commands for TP3.0 (MixerFX, Flux reverse, Reverse)
    * added [grep-style string filtering per column](https://github.com/TakTraum/cmdr/pull/9) (Contributed by Tom Weeps).
    * added clear grid filtering
    * added mass-modifier rotation:
    * as a command or condition (keyboard shortcut: CTRL+1..6)
    * as a value or condition value (keyboard shortcut: ALT+1..6)
    * added new column to sort on Notes/CCs (exiting column sorts on Channels)
    * added shortcut to mass-change channel and pad number (besides note number)
    * added shortcut to select All/None, and bring top/bottom into view
    * ability to mass-swap conditions
    * Changes to existing features:
    * sorted commands by the same order as controller manager
    * removed slow pop-up "fade" animations, tri-state sorting, and inability to extend ranges using shift
    * selected notes are now a list instead of tree
    * moved codeplex links to github
    Keyboard shortcuts:
    cmdr - keyboard shortcuts.jpg
    Last edited by djestrela; 01-08-2020 at 07:56 AM.
    Gear: DDJ-1000, DDJ-SZ, DDJ-SX2, Akai AMX. Laptop: Dell XPS 15
    Mappings for all this gear: https://my.djtechtools.com/users/830428

  10. #70

Page 7 of 8 FirstFirst ... 345678 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •