ddvdave
Full Member
Offline
Posts: 65
|
|
« on: January 25, 2014, 09:19:09 PM » |
|
I had a working copy of the Remote Controller App, but my old Mac power supply died Does anyone know the Sysex byte stream the EIII remote controller app sends when moving the data slider in the EIII remote app? Does anyone still have a working copy of the App? I have come very far with my remote controller and would love the slider to work. Thanks! -Dave P.S. Teaser screenshot: Full window (will likely change layout): Close-up of Load Bank: Close-up of LFO edit:
|
|
|
Logged
|
|
|
|
|
|
ddvdave
Full Member
Offline
Posts: 65
|
|
« Reply #3 on: January 26, 2014, 11:37:20 PM » |
|
Thanks for the kudos! And I figured out the SLIDER sysex messages this evening!! The opcode is 02 (0xf0 0x18 0x03 $ID 0x02 [0-127] [0/1 = MSB/LSB])! Woohoo! Found some new response messages from the EIII today, not sure what they do (0xf0 0x18 0x03 $ID 0x07 [VAL]). Also found that there are certain non-ASCII characters (like the "-1" in the note A-1), so I may have to get tricky and decode the binary "pixel map" that the EIII sends to the LCD display I think I've opened the Pandora's Box here -Dave
|
|
|
Logged
|
|
|
|
|
|
|
ddvdave
Full Member
Offline
Posts: 65
|
|
« Reply #7 on: January 27, 2014, 10:19:32 AM » |
|
I just tested MIDI SDS transmit/receive using the Elektron App "C6", which does Sysex dumps and also MIDI Sample Dump Standard dumps. I was able to take a sample from the EIII and save it as a WAV file, just using the C6 application from Elekton. I'm not sure I have the time to put into writing another MIDI SDS reader/writer, but it may happen if and when I have time. Also, the 1.4 second sample (@ 44053Hz rate) took about 3 minutes to transfer over MIDI. I'm not sure if using MIDI for sample dumps is realistic given how slow it is. If someone wants to provide RS-422 hardware that works with the current Mac hardware, I'd be happy to wrap some code around it I know some people have had success with the Freddy's EmuSer device on the EII, but has it ever worked with the EIII? -Dave
|
|
|
Logged
|
|
|
|
ddvdave
Full Member
Offline
Posts: 65
|
|
« Reply #8 on: January 29, 2014, 01:23:00 AM » |
|
Well I'm half way towards having a Send and Receive sample option in my EIII remote (and now sample dump) Max app. I have written an SDS receiver and successfully transferred samples over MIDI (with synchronous ACKs it's pretty fast) from the EIII to my Mac and saved the files as WAV format. Gratuitous screen shot below :-) I haven't written a SDS transmitter to send WAVs to the EIII yet, but that shouldn't be too hard given how far I have come. -Dave screen shot of Max sample buffer window as sample transfer is in progress from EIII to Mac
|
|
|
Logged
|
|
|
|
|
|
|
|
|