Created
November 3, 2016 20:38
-
-
Save rbxbx/d8d5773c40b8c8d05c55996e74855be8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traktor Scratch’s timecode vinyl and timecode CDs contain an audio signal | |
constructed from two sinus waves with a frequency of 2 KHz. Serato Scratch and | |
many other competitors have frequencies of 1khz. This signal is analogue and | |
can be brought into to the computer through any audio interface. Once in the | |
computer, the timecode decoder extracts three different types of information | |
from the incoming signal: | |
Playback speed of the timecode vinyl or timecode CD, respectively, | |
Playback direction (forward, backwards) and | |
Current playback position on the timecode vinyl or on the timecode CD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment