Didn't the current beta version correct this problem? Judging from the release notes, it was supposed to be able to read them well now.layzer wrote: i believe he is talking about the banks that are 10,478 bytes instead of the standard 4k
such as "BoddickerVoiceBVRC1004.SYX"
it open up scramble in my Dexed too.
Free FM Synthesizer Dexed (VST Windows and Mac)
- KVRAF
- 11162 posts since 16 Mar, 2003 from Porto - Portugal
Fernando (FMR)
-
- KVRist
- 149 posts since 7 Mar, 2007 from Russia - Fishburg
http://bobbyblues.recup.ch/yamaha_dx7/dx7_patches.htmlplanetearth wrote: And on a related note, where can I get an updated .ZIP file of all the patches? I don't remember where I got this one, but I think it was bout 60 KVR thread pages ago, and I can't find the link now. I also just updated Dexed from the Github site, and didn't see a link there for the patches.
-
- KVRist
- 149 posts since 7 Mar, 2007 from Russia - Fishburg
Boddicker's are really crippled, but since I have fixed versions in my folder, I guess I uncrippled them somehow.layzer wrote:
i believe he is talking about the banks that are 10,478 bytes instead of the standard 4k
such as "BoddickerVoiceBVRC1004.SYX"
it open up scramble in my Dexed too.
https://app.box.com/s/ghxj6dj2ttbokxkzsrlm9cyhh8r74f9z
- KVRAF
- 2391 posts since 10 Jul, 2006 from Tampa
Thanks for this and for the link to the updated .ZIP file!tico-tico wrote:Boddicker's are really crippled, but since I have fixed versions in my folder, I guess I uncrippled them somehow.layzer wrote:
i believe he is talking about the banks that are 10,478 bytes instead of the standard 4k
such as "BoddickerVoiceBVRC1004.SYX"
it open up scramble in my Dexed too.
https://app.box.com/s/ghxj6dj2ttbokxkzsrlm9cyhh8r74f9z
Steve
Here's some of my stuff: https://soundcloud.com/shadowsoflife. If you hear something you like, I'm looking for collaborators.
- KVRAF
- 7691 posts since 11 Jun, 2006
nope. i was excited to see the new beta would read it. but they still came up jibberish.fmr wrote:Didn't the current beta version correct this problem? Judging from the release notes, it was supposed to be able to read them well now.layzer wrote: i believe he is talking about the banks that are 10,478 bytes instead of the standard 4k
such as "BoddickerVoiceBVRC1004.SYX"
it open up scramble in my Dexed too.
tico, how did you fix it. there are other files in the same sysex sets folder that are
also 11k bytes that dont work.
and thanks for posting the fixed files
HW SYNTHS [KORG T2EX - AKAI AX80 - YAMAHA SY77 - ENSONIQ VFX]
HW MODULES [OBi M1000 - ROLAND MKS-50 - ROLAND JV880 - KURZ 1000PX]
SW [CHARLATAN - OBXD - OXE - ELEKTRO - MICROTERA - M1 - SURGE - RMiV]
DAW [ENERGY XT2/1U RACK WINXP / MAUDIO 1010LT PCI]
HW MODULES [OBi M1000 - ROLAND MKS-50 - ROLAND JV880 - KURZ 1000PX]
SW [CHARLATAN - OBXD - OXE - ELEKTRO - MICROTERA - M1 - SURGE - RMiV]
DAW [ENERGY XT2/1U RACK WINXP / MAUDIO 1010LT PCI]
-
- KVRist
- 149 posts since 7 Mar, 2007 from Russia - Fishburg
The problem with these files is that they are concatenation voice's sysex messages with unidentified sysexes (maybe for performances, maybe control options for synths, i don't know).layzer wrote: tico, how did you fix it. there are other files in the same sysex sets folder that are
also 11k bytes that dont work.
So basically if you want to restore voice data, you should start splitting on sysex boundaries using your favorite hex-editor. Sysex header starts with f0 43 00, so it pretty easy to identify them.
If in result you get some files 4104 bytes long then you should consider yourself lucky layzer.

- KVRAF
- 7691 posts since 11 Jun, 2006
thanks for the info, tico! i think i figured it out. i think the files that are 11k are actuallytico-tico wrote:The problem with these files is that they are concatenation voice's sysex messages with unidentified sysexes (maybe for performances, maybe control options for synths, i don't know).layzer wrote: tico, how did you fix it. there are other files in the same sysex sets folder that are
also 11k bytes that dont work.
So basically if you want to restore voice data, you should start splitting on sysex boundaries using your favorite hex-editor. Sysex header starts with f0 43 00, so it pretty easy to identify them.
If in result you get some files 4104 bytes long then you should consider yourself lucky layzer.
TX802 performance banks! there are only a few that i have. I own a TX802 that is stored
away. that hex stuff is alien to me, so im going to try to load them up in the 802 and resave them as individual 4k banks. thanks again!
HW SYNTHS [KORG T2EX - AKAI AX80 - YAMAHA SY77 - ENSONIQ VFX]
HW MODULES [OBi M1000 - ROLAND MKS-50 - ROLAND JV880 - KURZ 1000PX]
SW [CHARLATAN - OBXD - OXE - ELEKTRO - MICROTERA - M1 - SURGE - RMiV]
DAW [ENERGY XT2/1U RACK WINXP / MAUDIO 1010LT PCI]
HW MODULES [OBi M1000 - ROLAND MKS-50 - ROLAND JV880 - KURZ 1000PX]
SW [CHARLATAN - OBXD - OXE - ELEKTRO - MICROTERA - M1 - SURGE - RMiV]
DAW [ENERGY XT2/1U RACK WINXP / MAUDIO 1010LT PCI]
- KVRist
- 150 posts since 20 Dec, 2013 from Montreal
The beta version (the version that will be released within the next week) should be able to scan the sysex if it is a stream. If you have a specific file that doesn't work; I would like to know so I could test it (and fix it) on my side.tico-tico wrote:The problem with these files is that they are concatenation voice's sysex messages with unidentified sysexes (maybe for performances, maybe control options for synths, i don't know).layzer wrote: tico, how did you fix it. there are other files in the same sysex sets folder that are
also 11k bytes that dont work.
So basically if you want to restore voice data, you should start splitting on sysex boundaries using your favorite hex-editor. Sysex header starts with f0 43 00, so it pretty easy to identify them.
If in result you get some files 4104 bytes long then you should consider yourself lucky layzer.
TX802 performance sysex are actually 11589 bytes (from F0 to F7), it is not a stream; therefore not a valid DX7 cartridge. To be valid, the distance between to F0 to F7 should be 4104 bytes.
- KVRAF
- 4536 posts since 17 Jun, 2013 from very close to Paris, France
... including the upper and lower bounds [F0 .. .. .. F7].asb2m10 wrote:To be valid, the distance between to F0 to F7 should be 4104 bytes

It is actually the exact length of a basic SYX file of the DX7.
Build your life everyday as if you would live for a thousand years. Marvel at the Life everyday as if you would die tomorrow.
I'm now severely diseased since September 2018.
I'm now severely diseased since September 2018.
- KVRist
- 150 posts since 20 Dec, 2013 from Montreal
I've re-work the way the feedback is applied between Algo 4-6 and the others... this one should be better.sergiofrias wrote:why does "MODERN" engine sounds much closer to dx7 than "MARK 1" engine?
check "brass 1" for ex.
I've also added support to be able to change the operator level in real time. Still needs works to make it behave like a DX7 but at least it does something.
https://github.com/asb2m10/dexed/releases/tag/v0.9.3b2
- KVRian
- 1209 posts since 28 Jun, 2005
Hi asb2m10, I don't know what you did but this update (to me) is great. It sounds just like 0.9.0 Beta#2 which was my favourite version, there is no need for me to switch between markII/modern etc, it just sounds right, and the clap that I had problems with is back to how it should sound
And the original Yamaha syx are readable again
So big thanks for all your work
And the original Yamaha syx are readable again
So big thanks for all your work
asb2m10 wrote:I've re-work the way the feedback is applied between Algo 4-6 and the others... this one should be better.sergiofrias wrote:why does "MODERN" engine sounds much closer to dx7 than "MARK 1" engine?
check "brass 1" for ex.
I've also added support to be able to change the operator level in real time. Still needs works to make it behave like a DX7 but at least it does something.
https://github.com/asb2m10/dexed/releases/tag/v0.9.3b2
- KVRian
- 544 posts since 22 May, 2009 from Portugal,Azores (faial island)
asb2m10 thank you i tested and now is fine 
...want to know how to program great synth sounds,check my video tutorials: http://www.youtube.com/user/sergiofrias25
- KVRist
- 150 posts since 20 Dec, 2013 from Montreal
Thank you and glad to see it works.Yeager wrote:Hi asb2m10, I don't know what you did but this update (to me) is great. It sounds just like 0.9.0 Beta#2 which was my favourite version, there is no need for me to switch between markII/modern etc, it just sounds right, and the clap that I had problems with is back to how it should sound![]()
And the original Yamaha syx are readable again![]()
So big thanks for all your work![]()
You should hear the difference with very specific programs... especially the one with low osc. Just keep note C0 with Dexed default patch #7 : SloSwl //Y and switch from Modern to Mark I. You will hear digital artifacts/alias on the Mark I; just like the real DX7 Mark I.
This doesn't mean that the work is done and Dexed is a pure emulation of a DX7. There is still a LOT to do but we are getting there... slowly.
- KVRAF
- 7691 posts since 11 Jun, 2006
ok, i fixed the 2 other corrupt files from the collection titled "sysex sets"asb2m10 wrote:The beta version (the version that will be released within the next week) should be able to scan the sysex if it is a stream. If you have a specific file that doesn't work; I would like to know so I could test it (and fix it) on my side.tico-tico wrote:The problem with these files is that they are concatenation voice's sysex messages with unidentified sysexes (maybe for performances, maybe control options for synths, i don't know).layzer wrote: tico, how did you fix it. there are other files in the same sysex sets folder that are
also 11k bytes that dont work.
So basically if you want to restore voice data, you should start splitting on sysex boundaries using your favorite hex-editor. Sysex header starts with f0 43 00, so it pretty easy to identify them.
If in result you get some files 4104 bytes long then you should consider yourself lucky layzer.
TX802 performance sysex are actually 11589 bytes (from F0 to F7), it is not a stream; therefore not a valid DX7 cartridge. To be valid, the distance between to F0 to F7 should be 4104 bytes.
Set 40 Bo Tomlyn KV-103
and
Set 34 Ten No Maki KV-101
in the zip you will find the original 10k sysex files
and 2 fixed 4k files....enjoy!
https://www.sendspace.com/file/t2g3kr
HW SYNTHS [KORG T2EX - AKAI AX80 - YAMAHA SY77 - ENSONIQ VFX]
HW MODULES [OBi M1000 - ROLAND MKS-50 - ROLAND JV880 - KURZ 1000PX]
SW [CHARLATAN - OBXD - OXE - ELEKTRO - MICROTERA - M1 - SURGE - RMiV]
DAW [ENERGY XT2/1U RACK WINXP / MAUDIO 1010LT PCI]
HW MODULES [OBi M1000 - ROLAND MKS-50 - ROLAND JV880 - KURZ 1000PX]
SW [CHARLATAN - OBXD - OXE - ELEKTRO - MICROTERA - M1 - SURGE - RMiV]
DAW [ENERGY XT2/1U RACK WINXP / MAUDIO 1010LT PCI]
- KVRian
- 1419 posts since 14 Apr, 2008 from velvet noise
/* static noise */
Last edited by noiseresearch on Mon Nov 30, 2020 8:24 pm, edited 1 time in total.
It refuses description, allowing only the vague approach of adjectives: dark, light, raw, angelic. Who or what is making these noises? Where are they coming from and what do they point to? What kind of entity can leave such a troubling sonic remnant?
