sxformat with AKAI S series samplers problem

ÄNIÄ's icon

Hey!

Here's the sysex implementation manual of the device I'm struggling with

The page numbers I'm referring to in this message refer to the page numbers mentioned in the appendix of the manual (not counting from the start of the PDF file).

Until the day I've been able to control most of the needed parameters of my S5000 using either sxformat or just iterated command line (done with packed integers). For some reason I haven´t been able to access disk utilities with any form of code. What I want would be to "Select Disk: Disk Handle = <Data2> + 128×<Data1>" (page 32)

I have a sd emulator în my s5000 and I'd like to use the SD as my main disk from where I'd take load the samples.

I've been thinking whether it's my sd emulator which causes the problem or is it my code?

s5000_trouble_shooting.maxpat
Max Patch


Source Audio's icon

fpic files do not reach over if you don't embed them into patch

0–127(MSB) = Data1 / 0–127(LSB) = Data2

Select Disk: Disk Handle = <Data2> + 128×<Data1>

if you are after disk 1 then LSB = 1 MSB = 0

in case the rest of sysex is correct, this should do :