Reviews & Opinions
Independent and trusted. Read before buy Ensoniq EPS!

Ensoniq EPS


Bookmark
Ensoniq EPS

Bookmark and Share

 

Ensoniq EPSEnsoniq Synthesizers: Ensoniq Mirage, Ensoniq Eps, Ensoniq Vfx, Ensoniq Ts 10, Ensoniq Asr-10, Ensoniq Esq-1, Ensoniq Mr61, Ensoniq Fizmo [Book]

By Books Llc - General Books LLC (2010) - Paperback - 48 pages - ISBN 1155181239

Purchase includes free access to book updates online and a free trial membership in the publisher's book club where you can select from more than a million books without charge. Chapters: Ensoniq Mirage, Ensoniq Eps, Ensoniq Vfx, Ensoniq Ts 10, Ensoniq Asr-10, Ensoniq Esq-1, Ensoniq Mr61, Ensoniq Fizmo, Ensoniq Sq-80, Ensoniq Eps-16+. Excerpt: The Ensoniq ASR-10 was a sampling keyboard produced by Ensoniq between 1992 and 1994. It is the keyboard model of the ASR-10m rackmount module. It was... Read more
[ Report abuse or wrong photo | Share your Ensoniq EPS photo ]

 

 

Manual

Download (English)

 

Ensoniq EPS

 

 

Video review

Ensoniq EPS 16+ demostration by S4K, space4keys (axel foley beverly hills ...

 

User reviews and opinions

<== Click here to post a new opinion, comment, review, etc.

No opinions have been provided. Be the first and add a new opinion/review.

 

Documents

doc1

The Ensoniq EPS/EPS16+/ASR-10 Bank Format, document version 0.7
The Ensoniq EPS/EPS16+/ASR-10 Bank Format
documented by Thoralt Franz

The Ensoniq Bank Format

This document describes the structure of sound banks for the Ensoniq EPS, EPS16+ and ASR-10. All this information was found by reverse engineering the bank format with the above samplers. The description may be not exact at some points or may even contain errors. If you find any issues, please inform the author thoralt thoralt.de. An Ensoniq Bank contains the following information: instruments to load song to load volume table panning table track output table effect control table performance presets effect data All this data is stored binary coded inside the bank file. Bank Bank header Volume table Panning table Track output table Fx control table
Files section Track 1 Track 2 Track 3 Track 4 Track 5 Track 6 Track 7 Track 8
Performance presets Preset 2 Preset 1 Preset 3 Preset 5 Preset 7 Effect data Preset 4 Preset 6 Preset 8

Bank Layout

The bank consist of a number of consecutive sections, each containing specific data. Bank Header 9 File Info Blocks Table: Volume/Track Output info Table: Panning/Fx Control info 8 Performance Presets Effect code Unless otherwise stated, all the following data types are referenced to as Intel ordering (lowest byte first), although coming from a Motorola based machine.

The Bank Header

The bank header is located at offset 0x0000 and has a size of 24 bytes. Offset

0x0000 0x0004

DWORD DWORD

Description

bank size: shift right by 4 to get the actual size in bytes (should be 1536 bytes in all cases) machine ID: 0xC0FF4089 EPS 0x000020A8 EPS16+ 0x0000C034 ASR-10 bank name: one character in each low byte track mask: low byte: if a bit (0.7) is set, the corresponding track (1.8) has valid data high byte: currently unknown (0xFF on EPS/EPS16+, 0xFE on ASR-10)

0x0008 0x0020

12 WORD WORD

File Info Blocks (FIBs)

The FIBs are located at offset 0x0022. They are numbered from 0.8 containing information about the 8 loaded instrument files (FIB 0.7 for track 1.8) and the loaded song (FIB 8). There are two types of FIBs: One for the EPS/EPS16+ and one for the ASR-10. The only difference is that the file paths for EPS/EPS16+ may only be 5 levels deep, for ASR-10 the path limit is 11 levels. Each FIB is 16 bytes (EPS/EPS16+) or 28 bytes (ASR-10) long, so the length of all FIBs is 144 bytes (EPS/EPS16+) or 252 bytes (ASR-10). Additionally, the original EPS doesnt use the high bytes of the file pointers for disk name storage; on EPS all files of a bank must be on the same disk, so disk name storage is not necessary. Offset

0x0000

instrument copy: low byte: if bit 7 is set, then this is a copy; bits 0.3 contain the copy source high byte: unknown (values 0xFF on EPS/EPS16+ or 0xFE on ASR-10) 1st file pointer: low byte: device (0x00=floppy, 0x01.0x08=SCSI0.SCSI7) high byte: first character of source disk name (unused on original EPS) 2nd 7th file pointer: low byte: 1st 6th directory index* (see below) high byte: 2nd 7th character of source disk name (unused on original EPS) 8th 13th file pointer: low byte: 7st 12th directory index* (see below) high byte: unknown (probably unused, but not filled with zeroes)

0x0002

0x0004

6 WORDs

ASR-10 only 0xWORDs
*Directory index: The position of a file is stored as a chain of directory positions. If the first entry for example is 0x05, then the file with number 0x05 in the root directory has to be loaded. If this happens to be a directory itself, this subdirectory will be opened and the directory index of the following file pointer will be evaluated. This continues until either a non-directory file was found or the end of the list (7th pointer on EPS/EPS16+ or 14th pointer on ASR-10) is reached. In this case, the loading of that particular file fails and the sampler continues with the next FIB.
Volume and Track Output Table
The Volume/Track Output Table is located at offset 0x00B2 (EPS/EPS16+) or 0x011E (ASR-10) and has a size of 16 bytes (EPS/EPS16+) or 32 bytes (ASR-10). On the ASR-10, the second half of the table seems to be unused, so only the first half is described here. Offset

8 WORDs

volume and track output information: low byte: volume (0x00=0, 0x7F=99) high byte: track output (0x00=WS, 0x01=BUS1, 0x02=BUS2, 0x03=BUS3, 0x04=AUX1, 0x05=ROTATE)
Panning and Effect Control Table
The Panning/Fx Control Table is located at offset 0x00C2 (EPS/EPS16+) or 0x013E (ASR-10) and has a size of 16 bytes (EPS/EPS16+) or 32 byte (ASR-10). On the ASR-10, the second half of the table seems to be unused, so only the first half is described here. Offset

panning and fx control information: low byte: panning (0x80=WS, 0x82=-98, 0x7F=+99) high byte: fx control (0x00=fx control off, 0x01=fx control on)

Performance Presets

*incomplete* The performance presets are located at offset 0x00D2 (EPS/EPS16+) or 0x015E (ASR-10) and have a size of 8*134=1072 bytes. Offset

0x0000 0x0000 0x0018

WORD WORD WORD
???: ???: track 1 volume and track output information: low byte: volume (0x00=0, 0x7F=99) high byte: track output (0x00=WS, 0x01=BUS1, 0x02=BUS2, 0x03=BUS3, 0x04=AUX1, 0x05=ROTATE)

Effect Code

*incomplete*
TODO: performance preset description some words about the fx section source code snippets, C structures
Thoralt Franz, 12/28/2006 12:13 AM

 

Technical specifications

Full description

Purchase includes free access to book updates online and a free trial membership in the publisher's book club where you can select from more than a million books without charge. Chapters: Ensoniq Mirage, Ensoniq Eps, Ensoniq Vfx, Ensoniq Ts 10, Ensoniq Asr-10, Ensoniq Esq-1, Ensoniq Mr61, Ensoniq Fizmo, Ensoniq Sq-80, Ensoniq Eps-16+. Excerpt: The Ensoniq ASR-10 was a sampling keyboard produced by Ensoniq between 1992 and 1994. It is the keyboard model of the ASR-10m rackmount module. It was a follow up product to the very popular Ensoniq EPS and Ensoniq EPS-16+ performance samplers, and was also available with a piano style weighted keyboard (ASR-88) and a rackmount version. At the time, the machine was one of the most powerful samplers available. Famous Users Features The ASR-10 (Advanced Sampling Recorder) was a true performance orientated sampling workstation, and did not require a computer or additional equipment in order to create a complete song. It included a powerful and flexible effects unit, polyphonic aftertouch, an advanced MIDI sequencer, load-while-playing abilities, and a powerful multi-layered synthesis engine. The supplied "Musician's Manual" lived up to Ensoniq's documentation practice, with a highly readable, very hands-on and quite complete description of the device. There was even an included tutorial that covered many features of the machine, including sampling and sequencing. Effects Unit The ASR-10 offered a powerful and flexible internal effects unit (later offered as a standalone device in the Ensoniq DP/4), offering the capability to resample an existing sound with an effect, and to process external signals through it live. Up to 62 effects were available to be used, including more esoteric effects such as a vocoder and distortion. The effects were all programmable, and flexible configurations were available for operating in multitimbral or performance modes. Sequencer The ASR-10 sequencer had an internal 96 parts per quarter 16 track...

 

Tags

320 GB DJ-G7 Unniversal 1100 Samples WAP11 VCA261NT TCM-359V 18-55IS KIT ID6294W Beach C51 Tower 1 LN32B450c4M Deluxe AMP RE175 2408 Mkii VS125 P7500 8HP-1998 HDC-1098EP 42PM3MVH Marshall MG15 704 TC Eurosec CP8L Macro Acoustimass 6 PD-F506 Imagedrive TXL32V10E Z310A Scsi Deskjet 5600 Nokia 6086 FX-250HA 700937 SA-PM71SD HCD-H50 Sampler Panasonic X100 Laser TK-3302 Urc 6820 Q 9H 1215AC Yprt150HR 21PT136B 32PW8604 FAX-L380 Digimax A403 Ngla23-4H 5 DVX492H 37LC2D Synkron 300W HBN5042AUC WA17R3 H6300 Receiver 429-4 Tours Dvdr3570H 58 Wide 128 MIO C520 AN-102 H1930 Roommate Officejet V45 C87 GF9400 T2RS DWM5500W Logicom G303 RS-B965 B1342 LD-1204M1 Dvdr890 021 770 M SL-J910 Classic ERE3500X CLD-990 Professional DVP3266K Docucolor 12 Os XR-C7500RX DVP-NS32 Manual SIS964L-SB Craigslist DVS-9000-C SRT 5119 FS-4000DN Av-21 EWF771 Office X5 37PF5521D TX-SR506 Halion BHP452Z RSH1dbbp XW4000 Dobsonian XT10 Multimix16firewire SND 7T92 DSP16 DAV-DZ250M Xl DUO 42WM03L GTO755 6

 

manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding

 

Sitemap

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101