So. I've got a 27 byte sysex configuration file that I can't find any way to send to the device from my old Mac running 10.9.5 (I know, I know)
I've tried Sysex Librarian (doesn't read the file properly, thinks it's only 3 bytes), Logic 9 (impossible to work out how to do literally anything with sysex in this frankly dreadful nightmare of an application), and Mixbus doesn't do sysex at all. The file itself is fine, it opens in a hex editor with no trouble.
Any other options? It's driving me up the wall.
You are here
Sysex feeling like a punishment
Moderator: Moderators
46 posts
• Page 1 of 4 • 1, 2, 3, 4
-
nathanscribe - Frequent Poster
- Posts: 1274
- Joined: Fri Jan 19, 2007 1:00 am
- Location: Wakefield, for my sins.
I have no idea what I'm doing.
Re: Sysex feeling like a punishment
Snoize!
https://www.snoize.com/sysexlibrarian/
Never had a single problem with it.
Can you upload the file to see it?
https://www.snoize.com/sysexlibrarian/
Never had a single problem with it.
Can you upload the file to see it?
-
desmond - Jedi Poster
- Posts: 11424
- Joined: Tue Jan 10, 2006 1:00 am
mu:zines | music magazine archive | difficultAudio
Re: Sysex feeling like a punishment
desmond wrote:Snoize!
https://www.snoize.com/sysexlibrarian/
Never had a single problem with it.
Can you upload the file to see it?
Sadly Desmond, this is one of my bugbears. Snoize has worked flawlessly with almost everything I've pointed it at/at it, but this? Nope. It thinks this 27 byte file is 3 bytes. No idea why. It only shows as 3 bytes in the list, and 'view contents' only shows 3 bytes. It's definitely not 3 bytes, it's 27.
-
nathanscribe - Frequent Poster
- Posts: 1274
- Joined: Fri Jan 19, 2007 1:00 am
- Location: Wakefield, for my sins.
I have no idea what I'm doing.
Re: Sysex feeling like a punishment
Like I said, can you upload the file? I can check here...
-
desmond - Jedi Poster
- Posts: 11424
- Joined: Tue Jan 10, 2006 1:00 am
mu:zines | music magazine archive | difficultAudio
Re: Sysex feeling like a punishment
nathanscribe wrote:Snoize has worked flawlessly with almost everything I've pointed it at/at it, but this? Nope. It thinks this 27 byte file is 3 bytes. No idea why. It only shows as 3 bytes in the list, and 'view contents' only shows 3 bytes. It's definitely not 3 bytes, it's 27.
This sounds as if Snoize is having difficulty parsing it. Are you certain that the file is complete in and of itself and not merely the 'payload' to be used with a device-specific SysEx header?
Does the data in the file start with 0xF0 and end with 0xF7, and is the second byte in the data the correct ID for the manufacturer of the hardware?
-
Eddy Deegan - Moderator
- Posts: 5776
- Joined: Wed Sep 01, 2004 12:00 am
- Location: Brighton & Hove, UK
Re: Sysex feeling like a punishment
Or maybe there's a >7-bit value in there which is breaking the sysex string.
All of which is why I was asking to look at the file, as it seems weird to me, I've never found Snoize anything other than totally reliable for anything I've ever thrown at it...
All of which is why I was asking to look at the file, as it seems weird to me, I've never found Snoize anything other than totally reliable for anything I've ever thrown at it...
-
desmond - Jedi Poster
- Posts: 11424
- Joined: Tue Jan 10, 2006 1:00 am
mu:zines | music magazine archive | difficultAudio
Re: Sysex feeling like a punishment
Eddy Deegan wrote:This sounds as if Snoize is having difficulty parsing it. Are you certain that the file is complete in and of itself and not merely the 'payload' to be used with a device-specific SysEx header?
Does the data in the file start with 0xF0 and end with 0xF7, and is the second byte in the data the correct ID for the manufacturer of the hardware?
It does. It's for a DIY piece of gear so I wonder if Snoize expects something from a set of manufacturers. But I do know other people have used this file with no trouble.
-
nathanscribe - Frequent Poster
- Posts: 1274
- Joined: Fri Jan 19, 2007 1:00 am
- Location: Wakefield, for my sins.
I have no idea what I'm doing.
Re: Sysex feeling like a punishment
Here you go, just copied from the user guide, but I believe the file to be accurate. It's just a string of key assignments for a drum module, with a data byte (that 00 near the end) for sustain behaviour:
F0 00 90 90 23 24 25 26 28 27 27 29 2B 2A 2C 2D 2F 2E 2E 30 32 31 31 33 33 00 F7
F0 00 90 90 23 24 25 26 28 27 27 29 2B 2A 2C 2D 2F 2E 2E 30 32 31 31 33 33 00 F7
-
nathanscribe - Frequent Poster
- Posts: 1274
- Joined: Fri Jan 19, 2007 1:00 am
- Location: Wakefield, for my sins.
I have no idea what I'm doing.
Re: Sysex feeling like a punishment
Hmm. A manufacturer ID of 0 is reserved for ID extensions, which are 3 bytes long.
That might be the problem. As a sanity check, if you change that second byte to 0x01, does it solve the issue of Snoize only seeing it as 3 bytes?
That might be the problem. As a sanity check, if you change that second byte to 0x01, does it solve the issue of Snoize only seeing it as 3 bytes?
-
Eddy Deegan - Moderator
- Posts: 5776
- Joined: Wed Sep 01, 2004 12:00 am
- Location: Brighton & Hove, UK
Re: Sysex feeling like a punishment
Eddy Deegan wrote:As a sanity check, if you change that second byte to 0x01, does it solve the issue of Snoize only seeing it as 3 bytes?
Nope, but it now thinks the device is made by Sequential.
-
nathanscribe - Frequent Poster
- Posts: 1274
- Joined: Fri Jan 19, 2007 1:00 am
- Location: Wakefield, for my sins.
I have no idea what I'm doing.
Re: Sysex feeling like a punishment
OK, well it was worth a go (and Sequential's ID is 0x01, so that makes sense).
I see a couple of 90s in there. They are > 7-bit values. Are they decimal values? (In which case they should be specified as 5A). Valid SysEx only contains data bytes up to a value of 7F (127).
I see a couple of 90s in there. They are > 7-bit values. Are they decimal values? (In which case they should be specified as 5A). Valid SysEx only contains data bytes up to a value of 7F (127).
-
Eddy Deegan - Moderator
- Posts: 5776
- Joined: Wed Sep 01, 2004 12:00 am
- Location: Brighton & Hove, UK
Re: Sysex feeling like a punishment
Eddy Deegan wrote:I see a couple of 90s in there. They are > 7-bit values. Are they decimal values? (In which case they should be specified as 5A).
Ah, that is a very good point. Hang on a tick while I faff them around.
-
nathanscribe - Frequent Poster
- Posts: 1274
- Joined: Fri Jan 19, 2007 1:00 am
- Location: Wakefield, for my sins.
I have no idea what I'm doing.
Re: Sysex feeling like a punishment
The two 90's are the problem, bigger than 7-bit values, as I suggested above.
(Verified in Snoize, change them to something under 128 (decimal) and the string works as expected).
Basically, Snoize is telling you that was a completely invalid sysex string and was terminating it at the invalid bytes with an F7 (entirely correctly as per the MIDI spec I think you'll find).
Like I said - always reliable! :thumbup: ;)
(Verified in Snoize, change them to something under 128 (decimal) and the string works as expected).
Basically, Snoize is telling you that was a completely invalid sysex string and was terminating it at the invalid bytes with an F7 (entirely correctly as per the MIDI spec I think you'll find).
Like I said - always reliable! :thumbup: ;)
-
desmond - Jedi Poster
- Posts: 11424
- Joined: Tue Jan 10, 2006 1:00 am
mu:zines | music magazine archive | difficultAudio
Re: Sysex feeling like a punishment
desmond wrote:The two 90's are the problem, bigger than 7-bit values, as I suggested above.
+1 :thumbup:
-
Eddy Deegan - Moderator
- Posts: 5776
- Joined: Wed Sep 01, 2004 12:00 am
- Location: Brighton & Hove, UK
Re: Sysex feeling like a punishment
Thanks chaps, Sysex Librarian now sees the full thing and will send it as desired.
The device isn't responding correctly though so that's another battle, and it may well end with fire and a kazoo.
I really hate MIDI. :headbang:
The device isn't responding correctly though so that's another battle, and it may well end with fire and a kazoo.
I really hate MIDI. :headbang:
-
nathanscribe - Frequent Poster
- Posts: 1274
- Joined: Fri Jan 19, 2007 1:00 am
- Location: Wakefield, for my sins.
I have no idea what I'm doing.