Mindphaser
Mindphaser was a Klaus Schulze sampler or "best of" album released by the Brain label in Germany in 1981, three years after Schulze had created his own label, Innovative Communications, and moved on. The second track, "Mindphaser", was actually an excerpt of "Floating" from Moondawn. The other tracks were from LPs which were not made available in the United States for years. The album's cover art and layout copied the style of recent IC releases. As a result, many Americans thought the album was a new solo effort with original material.
- For the Front Line Assembly single, see Tactical Neural Implant
Track listing
- Some Velvet Phasing - 8:30 (from Blackdance)
- Mindphaser - 10:20 ("Floating" excerpt from Moondawn)
- Moogetique - 13:15 (from Body Love Vol. 2)
- Weird Caravan - 5:20 (from Dig It)
gollark: ```instructions (everything >8 bits is big endian):HALT - 00 - halt executionNOP - 01 - do nothingPEEK - 02 [register 1][register 2] [16-bit constant] - load value at (constant + ri2) in memory into ri1POKE - 03 [register 1][register 2] [16-bit constant] - ↑ but other way roundADD - 04 [register 1][register 2] [16-bit constant] - save (constant + ri2) to ri1JEQ - 05 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 = ri2JNE - 06 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 != ri2JLT - 07 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 < ri2TEST - FF - print debug information```
gollark: Well, Lua makes bitops like that kind of annoying, so maybe I'll just put "implement signed numbers" down as "later" rather than "never".
gollark: Hopefully nobody will notice.
gollark: I'm actually just not doing signed integers at all.
gollark: Well, I can't find a counterexample, so I'll probably just do JEQ, JNE and JLT.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.