
Search found 58 matches
- Tue Aug 21, 2018 9:28 am
- Forum: Samplers
- Topic: Fairlight IIx sounds in .vc file format
- Replies: 10
- Views: 7341
Re: Fairlight IIx sounds in .vc file format
.IMD compressed files should be converted to .BIN image files in DOS:


- Sat Apr 07, 2018 9:21 am
- Forum: General Synthesizers
- Topic: Casio RZ-1 System Exclusive (SysEx) Implementation
- Replies: 31
- Views: 19853
Re: Casio RZ-1 System Exclusive (SysEx) Implementation
Cool! Last byte in sample RAM, 50μs:


- Sun Apr 01, 2018 11:12 am
- Forum: General Synthesizers
- Topic: Casio RZ-1 System Exclusive (SysEx) Implementation
- Replies: 31
- Views: 19853
Re: Casio RZ-1 System Exclusive (SysEx) Implementation
Please check PM for tools.Rasputin wrote:Would you be willing to share your batch file here?
Could you test this file?Rasputin wrote:Also, think you can reverse that process by a similar manner?
https://ufile.io/8ve44
- Sat Mar 31, 2018 7:47 pm
- Forum: General Synthesizers
- Topic: Casio RZ-1 System Exclusive (SysEx) Implementation
- Replies: 31
- Views: 19853
Re: Casio RZ-1 System Exclusive (SysEx) Implementation
Did you do that via the MT jack decoder tool, or actually decode the SysEx? By decoding sysex with a combination of command-line tools: •sfk partcopy: extract the 128 sample data blocks •copy /b command: merge blocks into 32k file •denibblize tool: from 32k to 16k file •sox: raw sample data to wav ...
- Sat Mar 31, 2018 12:49 pm
- Forum: General Synthesizers
- Topic: Casio RZ-1 System Exclusive (SysEx) Implementation
- Replies: 31
- Views: 19853
Re: Casio RZ-1 System Exclusive (SysEx) Implementation
Thanks! RZ-1 banger drums syx converted to 20kHz 8-bit signed wav, 0.8192 seconds sample time:


- Thu Mar 22, 2018 11:15 am
- Forum: HELP!
- Topic: Sending SysEx patches to Yamaha TX7
- Replies: 3
- Views: 5227
Re: Sending SysEx patches to Yamaha TX7
Check mode and send a dump request on MIDI RCV.CH. 1:
F0 43 20 00 F7 - voice edit buffer, VCED 163 bytes
F0 43 20 09 F7 - voice data 1~32, VMEM 4104 bytes
Next, send the received data blocks back to TX7.

F0 43 20 00 F7 - voice edit buffer, VCED 163 bytes
F0 43 20 09 F7 - voice data 1~32, VMEM 4104 bytes
Next, send the received data blocks back to TX7.

- Sat Jan 27, 2018 7:31 pm
- Forum: HELP!
- Topic: Yamaha RX5 midi program change problem
- Replies: 7
- Views: 5676
Re: Yamaha RX5 midi program change problem
... that means it uses program change to change the pitch in some way, and not the actual pattern/song number? Program change message doesn't change the pitch, it selects a voice in 'Tunable Note Mode'. ... But below that it does say Song Sel 0-19 recognized...idk, I just can't figure out how to ge...
- Tue Jan 16, 2018 1:51 pm
- Forum: HELP!
- Topic: Dx7 E!xperts requested
- Replies: 2
- Views: 1163
Re: Dx7 E!xperts requested
Select ENGINE menu MIDI IN normal / direct mode:nullspacevoyager wrote: I can only get notes through on the Midi Receive channel set on the DX in any voice mode.

- Tue Jan 02, 2018 7:47 pm
- Forum: HELP!
- Topic: DX200 - Ableton Mapping Midi
- Replies: 3
- Views: 1294
Re: DX200 - Ableton Mapping Midi
DX200 maps three CC#s if modulator [SELECT] button is set to "ALL".Mikelundy wrote:Anyone know why?
Is it possible to assign three CC#s to a single macro knob in Ableton?

- Mon Aug 07, 2017 11:16 am
- Forum: General Synthesizers
- Topic: Accessing Yamaha PLG150-DX sounds on Yamaha DX200?
- Replies: 6
- Views: 6638
Re: Accessing Yamaha PLG150-DX sounds on Yamaha DX200?
DX200 supports VCED & ACED parameters, merge all PLG voices into a single library...Linas wrote: I needed access to all 912 PLG sounds at once, for quick search, not as separate portions of banks of 128 sounds

- Tue Jun 06, 2017 8:42 pm
- Forum: General Synthesizers
- Topic: Kurzweil K2000 USB/Floppy question
- Replies: 2
- Views: 6659
Re: Kurzweil K2000 USB/Floppy question
You have to prepare the USB stick with a format tool to access the 100 floppy disk block:Tekhed66 wrote: I've tried formatting the stick in my PC using various FAT formats but no luck ...

- Sun Apr 30, 2017 12:00 pm
- Forum: HELP!
- Topic: Peavey DPM3 midi sysex spec request
- Replies: 8
- Views: 2660
Re: Peavey DPM3 midi sysex spec request
Each ASCII character has two 4-bit nibbles:blueknob wrote:there must be some secret Peavey code as when I look for voice name, which should be ascii... noffin

Update: almost complete list, the minus sign is missing so there might be an error...
- Mon Feb 27, 2017 7:00 am
- Forum: HELP!
- Topic: Yamaha FB01 interpreting Sysex Messages
- Replies: 10
- Views: 9683
Re: Yamaha FB01 interpreting Sysex Messages
As mentioned in the first reply, voice bank parameter followed by number:noisekrux wrote:But what exactly is the 03 portion of the sysex message telling the FB01?

- Fri Feb 24, 2017 3:55 pm
- Forum: HELP!
- Topic: Yamaha FB01 interpreting Sysex Messages
- Replies: 10
- Views: 9683
Re: Yamaha FB01 interpreting Sysex Messages
I appreciate the replies. You're welcome, I'm learning too... I don’t understand how the bank/voice bank is set to 04h. I thought there was an offset Bank/voice is an instrument parameter (p.52), not a voice data parameter (p.53). is this sysex message simply telling the FB01 to select/switch to th...
- Thu Feb 23, 2017 7:50 pm
- Forum: HELP!
- Topic: Yamaha FB01 interpreting Sysex Messages
- Replies: 10
- Views: 9683
Re: Yamaha FB01 interpreting Sysex Messages
Parameter Change by System Channel + Instrument Number (Manual p.49)
Parameter # = offset number of voice data + $40 (Manual p.48)
Voice Data Format $0C + $40 = $4C = 76 (Manual p.53)

PS: Data low-high in 'Secrets of...' are reversed.
Parameter # = offset number of voice data + $40 (Manual p.48)
Voice Data Format $0C + $40 = $4C = 76 (Manual p.53)

PS: Data low-high in 'Secrets of...' are reversed.