A bit more work...
I finished the online 'decode' page so now you can use the sounds without a copy of MK Editor. Just paste them into a web page to convert them to raw microKORG parameters:
eg. The sound I posted above:
Code: Select all
!- microKORG: "Church Organ"
!- http://www.artlum.com/mk
!QlgAEQABQ2h1cmNoIE9yZ2FuAggHAEAA
!PAAuXQERGQAMRAlLAHhBBWQBAP//cApA
!QkBFBQAAFgACNEAAf0AAAUpKQEBAf0AA
!QEAAQH9EB39/JwIKAwJGDAJAA0BCQENA
!- crc32: 1132787708
!- end: "Church Organ"
This decodes to:
Code: Select all
microKORG sound: "Church Organ"
VOICE = syt,sgl,ply,---,---
PITCH = 0,0,0,2,5
OSC1 = dig,---,23
OSC2 = tri,off,-12,0
MIXER = 127,64,0
FILTER = 12L,74,74,0,0
FILTER EG = 0,64,127,68,on
AMP = 127,cnt,off,0
AMP EG = 7,127,127,39,on
LFO1 = tri,off,off,10
LFO2 = sin,off,off,70
PATCH1 = lf1,ptc,0
PATCH2 = lf2,ptc,0
PATCH3 = lf1,cut,0
PATCH4 = lf2,cut,0
MOD FX = flg,17,25
DELAY = crs,off,46,93
EQ = 200,11,4.00,4
The page is here:
http://www.artlum.com/microkorg/decode
