Final Scratch
Final Scratch is a DJ tool created by the Dutch company N2IT with input from Richie Hawtin (aka Plastikman) and John Acquaviva that allows manipulation and playback of digital audio sources using traditional vinyl and turntables ( Vinyl emulation). It seeks to cross the divide between the versatility of digital audio and the tactile control of vinyl turntablism. Final Scratch uses special vinyl records pressed with a digital timecode, which are then played on normal turntables. The timecode signal is interpreted by a computer, connected to the turntables through an interface called the ScratchAmp. The signal represents where the stylus is on the record, in which direction it is traveling, and at what speed. This information is interpreted by the computer and used to play back a digital audio file which has been 'mapped' to the turntable. In practical terms, this means that any audio file can be manipulated as though it were pressed on vinyl. Features Final Scratch offers the ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Richie Hawtin
Richard "Richie" Hawtin (born June 4, 1970) is a British-Canadian electronic musician and DJ. He became involved with Detroit techno's second wave in the early 1990s, and has been a leading exponent of minimal techno since the mid-1990s. He became known for his recordings under the Plastikman and F.U.S.E. aliases. Under the latter, he released his debut album '' Dimension Intrusion'' (1993) as part of Warp's Artificial Intelligence series. In May 1990, Hawtin and John Acquaviva founded the Plus 8 record label, which they named after their turntable's pitch adjust function. In 1998, Hawtin launched M-nus Records. From 2012-2015, Hawtin held the ENTER. Ibiza weekly party at Space in Ibiza. In 2016, Hawtin launched his own technology company called PLAYdifferently, and released the MODEL 1 mixer, co-designed with Andy Rigby-Jones. Biography Hawtin was born in Banbury, Oxfordshire, England,Gregory, Andy (ed.) (2002) ''International Who's Who in Popular Music 2002'', Europa, , p ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Traktor DJ Studio
Traktor is DJ software developed by Native Instruments. It is also used as a sub-brand for Native Instruments' associated DJ hardware products. History Traktor was first released in 2000. The initial versions available were ''Traktor DJ'' and ''Traktor Studio'', with Studio being the version with the most functionality. Version 2 of the software (known as ''Traktor DJ Studio 2'') was released in 2002. The new features included scratch macros and expanded looping, MIDI, and cue point functionality. Version 2.5, released in 2003, expanded the time stretching functionality, added Open Sound Control (OSC) support, and introduced GUI customization options. In 2003 Native Instruments expanded Traktor from purely software. They partnered with Stanton Magnetics to develop ''Traktor Final Scratch'': the software for Stanton's Final Scratch digital vinyl system (which used timecode-stamped vinyl records to control MP3s), whilst Stanton developed the hardware. This partnership also ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Phase Difference
In physics and mathematics, the phase (symbol φ or ϕ) of a wave or other periodic function F of some real variable t (such as time) is an angle-like quantity representing the fraction of the cycle covered up to t. It is expressed in such a scale that it varies by one full turn as the variable t goes through each period (and F(t) goes through each complete cycle). It may be measured in any angular unit such as degrees or radians, thus increasing by 360° or 2\pi as the variable t completes a full period. This convention is especially appropriate for a sinusoidal function, since its value at any argument t then can be expressed as \varphi(t), the sine of the phase, multiplied by some factor (the amplitude of the sinusoid). (The cosine may be used instead of sine, depending on where one considers each period to start.) Usually, whole turns are ignored when expressing the phase; so that \varphi(t) is also a periodic function, with the same period as F, that repeatedly s ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Hertz
The hertz (symbol: Hz) is the unit of frequency in the International System of Units (SI), often described as being equivalent to one event (or Cycle per second, cycle) per second. The hertz is an SI derived unit whose formal expression in terms of SI base units is 1/s or s−1, meaning that one hertz is one per second or the Inverse second, reciprocal of one second. It is used only in the case of periodic events. It is named after Heinrich Hertz, Heinrich Rudolf Hertz (1857–1894), the first person to provide conclusive proof of the existence of electromagnetic waves. For high frequencies, the unit is commonly expressed in metric prefix, multiples: kilohertz (kHz), megahertz (MHz), gigahertz (GHz), terahertz (THz). Some of the unit's most common uses are in the description of periodic waveforms and musical tones, particularly those used in radio- and audio-related applications. It is also used to describe the clock speeds at which computers and other electronics are driven. T ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
CoreAudio
Core Audio is a low-level API for dealing with sound in Apple's macOS and iOS operating systems. It includes an implementation of the cross-platform OpenAL. Apple's Core Audio documentation states that "in creating this new architecture on Mac OS X, Apple's objective in the audio space has been twofold. The primary goal is to deliver a high-quality, superior audio experience for Macintosh users. The second objective reflects a shift in emphasis from developers having to establish their own audio and MIDI protocols in their applications to Apple moving ahead to assume responsibility for these services on the Macintosh platform." History It was introduced in Mac OS X 10.0 (Cheetah). Architecture Core Audio supports plugins, which can generate, receive, or process audio streams; these plugins are packaged as a bundle with the extension . See also * Audio Units * PulseAudio PulseAudio is a network-capable sound server program distributed via the freedesktop.org p ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Microsoft Windows
Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a Server (computing), server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to Original equipment manufacturer, third-party hardware manufacturers who sell products Software bundles, bundled with Windows. The first version of Windows, Windows 1.0, was released on November 20, 1985, as a graphical operating system shell for MS-DOS in response to the growing interest in graphical user interfaces (GUIs). The name "Windows" is a reference to the windowing system in GUIs. The 1990 release of Windows 3.0 catapulted its market success and led to various other product families ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Windows Driver Model
In computing, the Windows Driver Model (WDM) also known at one point as the Win32 Driver Model is a framework for device drivers that was introduced with Windows 98 and Windows 2000 to replace VxD, which was used on older versions of Windows such as Windows 95 and Windows 3.1, as well as the Windows NT Driver Model. Overview WDM drivers are layered in a stack and communicate with each other via I/O request packets (IRPs). The Microsoft Windows Driver Model unified driver models for the Windows 9x and Windows NT product lines by standardizing requirements and reducing the amount of code that needed to be written. WDM drivers will not run on operating systems earlier than Windows 98 or Windows 2000, such as Windows 95 (before the OSR2 update that sideloads the WDM model), Windows NT 4.0 and Windows 3.1. By conforming to WDM, drivers can be binary compatible and source-compatible across Windows 98, Windows 98 Second Edition, Windows Me, Windows 2000, Windows XP and Windows Se ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Traktor Scratch
Traktor is DJ software developed by Native Instruments. It is also used as a sub-brand for Native Instruments' associated DJ hardware products. History Traktor was first released in 2000. The initial versions available were ''Traktor DJ'' and ''Traktor Studio'', with Studio being the version with the most functionality. Version 2 of the software (known as ''Traktor DJ Studio 2'') was released in 2002. The new features included scratch macros and expanded looping, MIDI, and cue point functionality. Version 2.5, released in 2003, expanded the time stretching functionality, added Open Sound Control (OSC) support, and introduced GUI customization options. In 2003 Native Instruments expanded Traktor from purely software. They partnered with Stanton Magnetics to develop ''Traktor Final Scratch'': the software for Stanton's Final Scratch digital vinyl system (which used timecode-stamped vinyl records to control MP3s), whilst Stanton developed the hardware. This partnership also ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
FireWire
IEEE 1394 is an interface standard for a serial bus for high-speed communications and isochronous real-time data transfer. It was developed in the late 1980s and early 1990s by Apple in cooperation with a number of companies, primarily Sony and Panasonic. It is most commonly known by the name FireWire (Apple), though other brand names exist such as i.LINK (Sony), and Lynx ( Texas Instruments). The copper cable used in its most common implementation can be up to long. Power and data is carried over this cable, allowing devices with moderate power requirements to operate without a separate power supply. FireWire is also available in Cat 5 and optical fiber versions. The 1394 interface is comparable to USB. USB was developed subsequently and gained much greater market share. USB requires a host controller whereas IEEE 1394 is cooperatively managed by the connected devices. History and development FireWire is Apple's name for the IEEE 1394 High Speed Serial Bus. Its d ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
MIDI
Musical Instrument Digital Interface (; MIDI) is an American-Japanese technical standard that describes a communication protocol, digital interface, and electrical connectors that connect a wide variety of electronic musical instruments, computers, and related audio devices for playing, editing, and recording music. A single MIDI cable can carry up to sixteen channels of MIDI data, each of which can be routed to a separate device. Each interaction with a key, button, knob or slider is converted into a MIDI event, which specifies musical instructions, such as a note's pitch, timing and velocity. One common MIDI application is to play a MIDI keyboard or other controller and use it to trigger a digital sound module (which contains synthesized musical sounds) to generate sounds, which the audience hears produced by a keyboard amplifier. MIDI data can be transferred via MIDI or USB cable, or recorded to a sequencer or digital audio workstation to be edited or played back. ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Audio Stream Input/Output
Audio Stream Input/Output (ASIO) is a computer audio interface driver protocol for digital audio specified by Steinberg, providing high data throughput, synchronization, and low latency between a software application and a computer's audio interface or sound card. ASIO was initially released in 1997 in order to enable streaming of one or more audio streams from an (multi-input/output) audio interface to a software and vice versa with minimal latency and sample accurate synchronization of the audio streams. It allows the audio streams to use any sample rate and supports bit resolutions of 16, 24, 32 bit integer and 32 or 64 bit floating point. The release of ASIO 2.0 in 1999 brought further enhancements such as ASIO Direct Monitoring, where an audio signal is monitored directly from the audio interface with basically zero latency, and ASIO Positioning Protocol, used to sample accurately synchronize a computer to other digital machines such as ADAT recorder or also othe ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Tempo
In musical terminology, tempo (Italian for 'time'; plural 'tempos', or from the Italian plural), measured in beats per minute, is the speed or pace of a given musical composition, composition, and is often also an indication of the composition's character or atmosphere. In classical music, tempo is typically indicated with an instruction at the start of a piece (often using conventional Italian terms) and, if a specific metrical pace is desired, is usually measured in beat (music), beats per minute (bpm or BPM). In modern classical compositions, a "metronome mark" in beats per minute, indicating only measured speed and not any form of expression, may supplement or replace the normal tempo marking, while in modern genres like electronic dance music, tempo will typically simply be stated in bpm. Tempo (the underlying pulse of the music) is one of the three factors that give a piece of music its texture (music), texture. The others are meter (music), meter, which is indicated by a ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |