Page 1 of 1

MK sound editor - preview version available for download!

Posted: Sun Jun 28, 2015 6:32 pm
by JohnS
Download it here:

http://www.artlum.com/microkorg

To get you started, here's a sound I made:

Code: Select all

!- microKORG: "Church Organ"
!- http://www.artlum.com/mk
!QlgAEQABQ2h1cmNoIE9yZ2FuAggHAEAA
!PAAuXQERGQAMRAlLAHhBBWQBAP//cApA
!QkBFBQAAFgACNEAAf0AAAUpKQEBAf0AA
!QEAAQH9EB39/JwIKAwJGDAJAA0BCQENA
!- crc32: 1132787708
!- end: "Church Organ"

To use the sound: Copy that text and paste it into the editor under the 'Share' tab.

nb. There's still plenty of to do before version 1.0. Keep watching this space...

Posted: Mon Jun 29, 2015 10:11 am
by michelkeijzers
Thanks for sharing!

I will send you a PM with a request/proposal.

Posted: Tue Jun 30, 2015 10:12 am
by Weirdofromouterspace
Thanks for all your effort! I will download and try it soon.

One thing I noted: There is a typo in the download license agreement, item d.. You wrote 'arlum' instead of 'artlum', so the link doesn't work as it should.

Posted: Tue Jun 30, 2015 10:30 am
by JohnS
Weirdofromouterspace wrote:Thanks for all your effort! I will download and try it soon.

One thing I noted: There is a typo in the download license agreement, item d.. You wrote 'arlum' instead of 'artlum', so the link doesn't work as it should.
Fixed, thanks!

Posted: Sat Jul 04, 2015 2:30 pm
by JohnS
There's been some interest in the copy/paste sound format above so I've written some documentation here: http://artlum.com/mk

Posted: Sun Jul 05, 2015 7:32 pm
by JohnS
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


8)