Novation Remote Zero SL, replace encoders by potentiometers? - Page 2
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Tech Wizard
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    45

    Default

    I dont know the exact definitions, I looked up the terminology up in my manual. But the essence for me is:

    An encoder is a turning knob that has no beginning and end. It is usually used in relative mode, which means it gives a +1 or a -1 depending on the direction it is turned. (or higher numbers to indicate speed in turning) It has noticable "ticks" when turning the knob, every tick is a +1 or -1.
    As example, i use one to do beatjumps in traktor: every tick is a beatjump of 4 beats, so I can fast forward into the track (and back) easily without using the mouse.

    a potentiometer had a beginning and end, and usually outputs values in the intervals [1,127] or [-64,+64]. And is for some types of controls more suited imo, like controlling the fx knobs in traktor.

  2. #12
    Tech Student
    Join Date
    Feb 2010
    Posts
    1

    Default

    Just saw this post after looking for such a long time a solution to this problem.
    The top row encoders on the Novation new SL series are absolutely horrible. Completely ruin the experience of using this otherwise great controller.

    The question is, since you cannot replace encoders with potentiometers,
    is it possible to replace these encoders with different encoders? can I buy high quality encoders somewhere and make that switch ?

  3. #13
    Tech Mentor CerebralExcretion's Avatar
    Join Date
    Feb 2009
    Location
    Cumbria, UK
    Posts
    103

    Default

    You could use an arduino, use the analogue inputs for the pots then emulate the rotary output with digital out pins (a rotary encoder is essentially just two momentary switches). Could be wired up to take power from the usb cable and the arduino nano will more than likely fit insive the enclosure.

    Would require sitting with a multi meter working out whats happening before you remove the encoders but should be possible. Im using this technique to add two DS digitizers to my X-session atm, and looks like its going to work really well.
    Last edited by CerebralExcretion; 02-09-2010 at 05:31 AM.
    Live 8 / X-session Pro / KP3 / SCS.3D / Launch Pad / Pacemaker

    And a large pile of custom diy midi controllers

  4. #14
    Tech Guru diezdiazgiant's Avatar
    Join Date
    Dec 2009
    Posts
    802

    Default

    Here's an even easier solution - just add some pages to your template.
    I dont use traktor but page one I would use the endless encoders for the eqs on deck one and two, the pots for fx one and two, the buttons underneath for the on/off toggles; page 2 same controls but for deck 3 and 4; top row buttons use to jump between template pages.

    The ability to setup pages and assign them to the buttons is the shit; super quick operation

  5. #15
    Tech Wizard
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    45

    Default

    Quote Originally Posted by diezdiazgiant View Post
    .. I would use the endless encoders for the eqs on deck one and two, ..
    The encoders as eq is not an option for me, its really essential to be able to set them precise and quick, which is not possible with the encoders. For example bringin in the bass up to a certain precise point withing half a beat or so, thats is very hard to do with the encoders.
    + I dont want to watch the screen every time i touch the eqs, which i do a lot using the 4 band xone 92 eq.

    @CerebralExcretion: Sounds really interesting, I should ask my engineer friend for advise and help probably.
    It seems it can communicate with the pc directly, so maybe just through the encoders out, put in some pots connect them to the aruino and use max/msp to transform the incomming signals to midi signals for traktor
    Last edited by ejac; 02-09-2010 at 04:07 PM.

  6. #16
    Tech Guru diezdiazgiant's Avatar
    Join Date
    Dec 2009
    Posts
    802

    Default

    Quote Originally Posted by ejac View Post
    The encoders as eq is not an option for me, its really essential to be able to set them precise and quick, which is not possible with the encoders. For example bringin in the bass up to a certain precise point withing half a beat or so, thats is very hard to do with the encoders.
    + I dont want to watch the screen every time i touch the eqs, which i do a lot using the 4 band xone 92 eq.


    Okay, well you still have the option of just making an eq page on your template. The templates can be up to 40 pages long. With the pages assigned to buttons, you can flip between parameters in a split second.

    If that's not good enough maybe you need to look into a cheap knob box to act as a dedicated surface because that is the best solution you're going to get out of the novation

  7. #17
    Tech Wizard
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    45

    Default

    Thx, but idd, that also doesnt really work because of the pickup problem, not gonna elaborate on it.
    I knew about them pages the first day i got the device, and thought about those solutions...

    The new novation remote sl 2 zero has encoders with LED feedback, that is almost usable for it, but the quality of those encoders isnt much better than of the first version.

    Actually, I gave up on it some time ago, I'm saving for a xone 92

    I also bought a novation launchpad, really into that one atm , working on a max/msp patch to expand its possibilities (mainly to emulate pages as on the remote zero ), which i will share, if i get it done some time, in this extensive thread: http://djtechtools.com/forum/showthread.php?t=9527

  8. #18
    Tech Mentor CerebralExcretion's Avatar
    Join Date
    Feb 2009
    Location
    Cumbria, UK
    Posts
    103

    Default

    Quote Originally Posted by ejac View Post
    put in some pots connect them to the aruino and use max/msp to transform the incomming signals to midi signals for traktor
    I actualy ment that you connect the digital out pins directly to the novation cicuit board inplace of the encoders and use the arduino to emulate their output (one of two inputs on for one pulse). This way you only have the origional putput from your controller going through a single conection.

    As i said im using this technique to alter my x-session to have the choice of two pots or a digitizer (achived by adding some aditional push switches used to control the output of the arduino) for each channel and its working great so far.
    Live 8 / X-session Pro / KP3 / SCS.3D / Launch Pad / Pacemaker

    And a large pile of custom diy midi controllers

  9. #19
    Tech Wizard
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    45

    Default

    Quote Originally Posted by CerebralExcretion View Post
    I actualy ment that you connect the digital out pins directly to the novation cicuit board inplace of the encoders and use the arduino to emulate their output (one of two inputs on for one pulse). This way you only have the origional putput from your controller going through a single conection.

    As i said im using this technique to alter my x-session to have the choice of two pots or a digitizer (achived by adding some aditional push switches used to control the output of the arduino) for each channel and its working great so far.
    Very cool, i think i understood what you meant, but it seems easier to me to not emulate the encoders, so you dont have to measure and stuff, though that could be seen as the fun part . But I know a lot more about developing software than I do altering electronics. (for example, I don't really know what a digitizer is, I presume some sort of analog to digital converter (maybe an encoder?). I've used a multimeter, but that has been more than 10 years ago in physics class,...)

    I read a little more about the arduino nano, it seems to have 8 analog inputs, for 8 potentiometers. It can control some LEDs (always fun), it connects via USB, it has opensource software to control it (in a language I know). Seems ideal, not too expensive, great hardware! I'll definitely look into that more.

  10. #20
    Tech Mentor CerebralExcretion's Avatar
    Join Date
    Feb 2009
    Location
    Cumbria, UK
    Posts
    103

    Default

    Quote Originally Posted by ejac View Post
    I'll definitely look into that more.
    I recomend it, its suppriginly easy one you get over the basic setup. I love messing around hacking stoff with them =).

    A digitizer is like a touch pad pretty much, im using the ones you find on a nintendo DS (very cheap on ebay) to get 'kaoss pad' type control for effects.

    Best of luck for your project!
    Live 8 / X-session Pro / KP3 / SCS.3D / Launch Pad / Pacemaker

    And a large pile of custom diy midi controllers

Page 2 of 2 FirstFirst 12

Posting Permissions

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