Motorized faders?
Motorized faders? Posted on: 02.02.2011 by Korey Quines I was just sitting and playing around with my VCI when an idea struck me. Is there any DJ-controllers with motorized faders and would it be possible to install them on a VCI? My first thought is that youd probably install a seperate "brain" for the faders. Assuming that you dont need a motorized crossfader, this would give the user 4 analog pots (since the pitch- and volumefaders wont be used). That, my friends is a second FX-bank! Any ideas? | |
Neal Rayome 02.02.2011 |
Originally Posted by Asterik
|
Brittaney Maxedon 02.02.2011 |
Originally Posted by safefire
How would you control it? |
Korey Quines 02.02.2011 | I was just sitting and playing around with my VCI when an idea struck me. Is there any DJ-controllers with motorized faders and would it be possible to install them on a VCI? My first thought is that youd probably install a seperate "brain" for the faders. Assuming that you dont need a motorized crossfader, this would give the user 4 analog pots (since the pitch- and volumefaders wont be used). That, my friends is a second FX-bank! Any ideas? |
Diogo Dj Dragão 03.02.2011 |
The problem is that while there are motorized faders out there, it is not for DJ's.
The motorised faders were clunky/noisey and didn't offer the precision you'd need when trying to beatmatch two records together.
I believe the board does support bi directional data cant see y it wouldnt...
|
Marguerite Truka 03.02.2011 | I believe the board does support bi directional data cant see y it wouldnt however I didnt believe about powering the motors now that could be a big problem. I am no expert in this area so dont take my word for it |
Arcelia Siebeneck 03.02.2011 | I looked into this and possible Arduino solutions awhile back. It's simply easier to design a controller that has enough faders for each deck so that you don't need motorised faders. If space is a concern, consider using encoders with LED rings. Also, using motorised faders as pitch controls could be a frustrating experience. I used to own a Yamaha ProMix 01 in the mid-90's which was one of the first semi-professional digital mixing desks. The motorised faders were clunky/noisey and didn't offer the precision you'd need when trying to beatmatch two records together. Just use 4 pitch faders for each of the 4 decks... simples. |
France Leeser 03.02.2011 | The problem is that while there are motorized faders out there, it is not for DJ's. Most motorized faders are on large desks for concerts or theatre, for a large amount of buses (more than one person can adjust at once). So sound engineers will have a specific placement for that bus, and if they need to adjust it they can. One particular company that I know for sure uses them is Midas. But buying one of their desks would require you to take out more than probably anyone here can afford. That being said, I also know that the Pro Tools desks use them too, as the faders specifically adjust during playback, however I am not to sure if they do the same as the Midias desks. If I've gone off on a tangent, I appologize. In short, we don't need them because we have 2 hands. At that point, if you are using the sync feature in any program, you're at the point where you're not mixing but the actual controller is. |
Diogo Dj Dragão 02.02.2011 |
The Presonus Faderport doesn't work with Traktor, because it's not midi mappable. The support for this unit must be built into your DAW. (I asked this on the Presonus support community
s).
|
Diogo Dj Dragão 02.02.2011 |
...I believe it would be possible to just replace the faders with motorised ones
Dennis is right. And Traktor WOULD support this implementation if someone were adventurous enough to try it. You would use 2 TSIs, 1 for the base controller and 1 for the fader add-on. You would modify the default TSI for the base controller and remove all the fader related commands, then build a second TSI to handle the faders (and their MIDI feedback). You are able to associate a specific TSI to a MIDI interface in Traktor, so you would associate TSI #1 to the base controller and TSI #2 to the fader mod. |
Neal Rayome 02.02.2011 |
Originally Posted by Asterik
|
Michel Compoli 02.02.2011 | i'm sure you could try the presonus faderport or frontier designs alphatrak. they both offer a single motorized fader |
Marguerite Truka 02.02.2011 | I believe it would be possible to just replace the faders with motorised ones as the board gives off midi out for the leds. Cant say for sure cuz the the fader part of the board might not give off midi out. Traktor only supports led and midi clock out however you can get fader support using bomes. Numonic i believe thats how you spell his name could be a good person to talk to as he used to work for stanton and they have the scs 1d to get the motors to work you need to be running their software called da router. This software is based on bomes. Not sure how willing he will be to talk as he would of probs signed a no discloser and might not of worked on that product |
Neal Rayome 02.02.2011 | Let's study the behavior of normal and motorized faders. Normal faders are dynamic resistors. Fader down (midi value = 0) means the resistance is so big, so that no signal can go through the fader circuit. Fader up (midi value = 127) means no resistance, so the complete signal can go though the circuit. DSP's in your controller translates the fader resistance level (analog) to a midi value (digital). With these faders the information goes one way: from fader to DSP and then to the computer. Motorized faders need a bidirectional information stream. The actions you perform on the fader need to go to the computer and the computer needs to send signals back to the controller to make the motors of the faders move. I assume that there is no bidirectional information stream possible (the circuit from the computer, or better say from the DSP back to the fader motor, is not present in your controller; why would they?). Even if you have the skills to create these circuits, you would have to reprogram the DSPs, which is really difficult. A better option is to use an extra controller (for example an Arduino) that can receive signals from the computer to activate the fader motors. This would still require the knowledge to do this and modding skills. The easiest way is to buy an off-the-shelf controller like the Behringer BCF-2000 and use it together with your VCI. The next thing is to "teach" Traktor to activate the fader motor when needed. I know that Traktor can output certain information (for example: LED output). I don't know if Traktor is capable to output midi data specific to one midi control. If this is not the case, your whole plan goes up in smoke. I recommend that you check this with NI support. Good luck... |
Lewis Stumpf 02.02.2011 | Yeah, that's why I asked his electronics skill. It's hard just to say go do this and that, when it's a fair bit more complicated than that. Getting a fader to move based on some input signal is more than doable, but making it behave properly is a lot more feisty. |
Lisa Lochotzki 02.02.2011 | You'll need to monitor the position of the Fader as well, so you may need Microcontroller & some programming skills. |
Lewis Stumpf 02.02.2011 | Hmm. I haven't looked into motorized fader usage. I guess if you had a 0-127 midi signal, you could wire something up to control it. I'd be hard pressed to give you just a schematic and tell you to get building, without knowing of the controllers inside, the room, where the power comes from, etc. Easiest way of asking is, how well versed in electronics are you? |
Brittaney Maxedon 02.02.2011 |
Originally Posted by safefire
How would you control it? |
Diogo Dj Dragão 03.02.2011 | Stanton SCS.1d has a motorized pitch fader. |
Lewis Stumpf 03.02.2011 | Sure you can. Alps, Bourns and many others make motorized models. They go for a tad more than regular faders, but that's only reasonable I guess. http://www.alps.com/WebObjects/catal...SN1M_list.html http://www.bourns.com/ProductLine.as...panel_controls - PSM, click it Can be bought from RS-Components http://uk.rs-online.com/web/search/s...duct&R=2199089 |
Korey Quines 03.02.2011 | Well, for example if you're running 4 decks on a regular VCI, or just for the pitchfaders, so that they always match up to the number on the screen. |
Neal Rayome 03.02.2011 | Why would you want motorized faders on a DJ controller? |
Lisa Lochotzki 02.02.2011 | The only one I know is the Behringer BCF2000 (Tim Exile seems to like it). |
<< Back to Reviews of DJ equipment Reply