User Tools

Site Tools


scratchcontroller

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
scratchcontroller [2016/07/04 01:13]
psykhaze [Introduction : DJ Controllers Issue]
scratchcontroller [2016/07/04 01:46]
psykhaze [Software]
Line 18: Line 18:
 ==== Crossfader ==== ==== Crossfader ====
  
-The crossfader is the simplest part of the project. ​There are a number of faders on the market specifically designed for scratch DJs. For example :+The crossfader is the simplest part of the project. ​
  
-  ​[[http://​www.eclecticbreaks.com/​proxfade/​|Eclectic Breaks Pro-X-Fade]] +For example : **[[http://​www.innofader.com/whichinno.php|Audio Innovate Innofader]]**
-  ​* [[http://​www.infiniumtechnologies.com/|Infinium Technologies digital fader]] +
-  * [[http://​www.audioinnovate.com/​|Audio Innovate Innofader]] +
-  ​[[http://​www.vestax.com/​|Vestax CF-CC]] or CF-PCV+
  
-The analogue ins of the PIC mean the fader can be used with no additional circuitry. Hooray! 
  
 ==== Jog Wheel ==== ==== Jog Wheel ====
Line 43: Line 39:
 The MIOS code tracks the encoder wheel, and counts the number of forward and backward steps. Then every couple of milliseconds it sends the relative position as a CC event. The value of the CC is equal to 64 (0x40)plus/​minus the number of steps, for example for 10 steps back the value would be 54 (0x36). The MIOS code tracks the encoder wheel, and counts the number of forward and backward steps. Then every couple of milliseconds it sends the relative position as a CC event. The value of the CC is equal to 64 (0x40)plus/​minus the number of steps, for example for 10 steps back the value would be 54 (0x36).
  
-There are quite a few DJ applications that support MIDI scratching in this format, the two I've tried are [[http://​www.mixvibes.com/​|Mixvibes ​DVS]] and [[http://​www.native-instruments.com/​index.php?​id=traktor3_us|Native Instruments Traktor ​3]]. M-Audio Torq doesn'​t work as of the current version (1.0.6) as it has a bug in the MIDI code.+There are quite a few DJ applications that support MIDI scratching in this format, the two I've tried are [[http://​www.mixvibes.com/​cross-dj-mac-pc/​|Mixvibes ​DJ]] and [[http://​www.native-instruments.com/​en/​products/​traktor/​|Native Instruments Traktor]]. M-Audio Torq doesn'​t work as of the current version (1.0.6) as it has a bug in the MIDI code.
  
  
Line 82: Line 78:
 {{ ::​neonking:​scratchtroller7.png?​direct&​600 |}} {{ ::​neonking:​scratchtroller7.png?​direct&​600 |}}
  
-Notes/Hints :+**Notes/Hints :**
  
   * There should be washers between the nuts and the scratch wheel.   * There should be washers between the nuts and the scratch wheel.
scratchcontroller.txt · Last modified: 2016/07/04 01:46 by psykhaze