Hallo,
May be i have not studied the KingKorg manual, but i haven't found the sysex specification.
Any information about it ? I am looking for a way to get the synth edit buffer out.
Yes, i am writing software, and would like to do it for the KingKorg. No, it is not an editor (who need a software editor with all these knobs ?).
Mostly, it is an excuse to buy a KingKorg for my home studio :->
Thanks,
Maurizio
PS: i tried to contact Korg support, got no answer yet.
KingKorg Sysex
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
-
- Posts: 2
- Joined: Fri May 24, 2013 3:36 pm
- Contact:
-
- Posts: 45
- Joined: Wed Mar 20, 2013 1:32 am
I also contacted support asking for SYSEX documentation for the KK, and got no response. I think a computer editor, while not necessary, could still help to "see" a full patch and its routings at a glance rather than wading through the menu. I will write one if I can get the information.
Please contact me if you somehow manage to get the documentation.
Please contact me if you somehow manage to get the documentation.
-
- Posts: 17
- Joined: Mon May 19, 2008 4:57 pm
- Location: London, UK
User "Scott" gave me this link, which is GREAT:
http://www.korg.com/uploads/Support/USA ... IDIImp.txt
(Thanks, Scott!)
There are still a few key pieces of information missing from it... mostly, that the different oscillator types are enumerated but it never defines the enumeration. For example:
When OSCType is "Saw,Triangle,Sine" 00~7F : Waveform
But it never tells you the values for OSCType. It only says:
*4-2 : 00 : Off
01~20 : Analog
21~60 : DWGS
61~7E : PCM
7F : Mic In
So, I could surmise that OSCTYPE = "Saw" is one of the values from 01-20, but don't know immediately which value = "Saw". IF the values from page 8 of the Parameter Guide align, then I would know that the value for Saw = 01, Triangle = 03, Sin = 04, etc. This is probably the case, but if anyone can validate that it is true, it would be nice
http://www.korg.com/uploads/Support/USA ... IDIImp.txt
(Thanks, Scott!)
There are still a few key pieces of information missing from it... mostly, that the different oscillator types are enumerated but it never defines the enumeration. For example:
When OSCType is "Saw,Triangle,Sine" 00~7F : Waveform
But it never tells you the values for OSCType. It only says:
*4-2 : 00 : Off
01~20 : Analog
21~60 : DWGS
61~7E : PCM
7F : Mic In
So, I could surmise that OSCTYPE = "Saw" is one of the values from 01-20, but don't know immediately which value = "Saw". IF the values from page 8 of the Parameter Guide align, then I would know that the value for Saw = 01, Triangle = 03, Sin = 04, etc. This is probably the case, but if anyone can validate that it is true, it would be nice

-
- Posts: 2
- Joined: Fri May 24, 2013 3:36 pm
- Contact:
KingKorg sysex
Thanks to Scott to provide the data, and thanks to rbeach to post the link.rbeach wrote:User "Scott" gave me this link, which is GREAT:
http://www.korg.com/uploads/Support/USA ... IDIImp.txt
(Thanks, Scott!))
I am doing an iPad application; first version will work with the Waldorf Blofeld, but it get some interest i will probably do a version for the KingKorg
(so that i have an excuse for buying it

I propose to continue to use this thread to exchange the results of our tests and the answer we find :->
Maurizio