Kronos AL-1 graphical editor

Discussion relating to the Korg Kronos Workstation.

Moderators: Sharp, X-Trade, Pepperpotty, karmathanever

TheWolf
Posts: 46
Joined: Tue Oct 01, 2013 8:12 pm
Location: Heidelberg (Germany)

Post by TheWolf »

If you release the source code, I would definitively try to use it as guideline to re-implement your editor for Linux using GTK. No promise, though, as I am short on free time, have a new Kronos sitting around that wants to be explored and have never written an application with a graphical user interface. But having an open/free-source editor for the Kronos would be a nice thing.

So, before you make your source code available, please spend some time thinking about the license. GPL v2 would be nice, BSD would have the advantage that Korg may more easily pick it up and run with it.
djnoah
Posts: 9
Joined: Mon Mar 23, 2009 3:25 am

Post by djnoah »

Can this editor convert my N364 presets to kronos? its AL2 engine
User avatar
michelkeijzers
Approved Merchant
Approved Merchant
Posts: 9112
Joined: Thu Feb 08, 2007 3:10 pm
Location: Netherlands
Contact:

Post by michelkeijzers »

djnoah wrote:Can this editor convert my N364 presets to kronos? its AL2 engine
N364 is AI2 and is completely unrelated to the Kronos AL1 engine. So it is not possible to convert.
Image
Developer of the free PCG file managing application for most Korg workstations: PCG Tools, see https://www.kronoshaven.com/pcgtools/
Scatter
Junior Member
Posts: 79
Joined: Sat Sep 24, 2011 1:45 am

Post by Scatter »

I'd take a crack at a Mod-7 editor.
K61
shaneblyth
Senior Member
Posts: 395
Joined: Sat Mar 03, 2007 2:21 am
Location: Queenstown, New Zealand

Post by shaneblyth »

has anyone got it to work in a VM on a Mac?
Korg Kross 61
Casio PX-5S 88
yamaha DXR10's
Macbook Air 13"
Mainstage 3
Broadwave
Platinum Member
Posts: 1118
Joined: Wed May 25, 2011 9:24 am
Location: Manchester UK
Contact:

Post by Broadwave »

shaneblyth wrote:has anyone got it to work in a VM on a Mac?
Works well in VMWare Fusion - I'm still running V5.0.2 on OSX 10.8.5
shaneblyth
Senior Member
Posts: 395
Joined: Sat Mar 03, 2007 2:21 am
Location: Queenstown, New Zealand

Post by shaneblyth »

Kronik wrote:
shaneblyth wrote:has anyone got it to work in a VM on a Mac?
Works well in VMWare Fusion - I'm still running V5.0.2 on OSX 10.8.5
Sweet I have Fusion too and Mavericks so it should work fine MY VM is windows 8.1
Korg Kross 61
Casio PX-5S 88
yamaha DXR10's
Macbook Air 13"
Mainstage 3
User avatar
Chrutil
Full Member
Posts: 194
Joined: Sat May 21, 2011 3:21 am
Location: San Rafael, California
Contact:

Post by Chrutil »

Hi all,
It seems I just cannot get the time or motivation to clean the editor up for official source code release, or setup an open source project.
So here is the unofficial source code release. A zip file with no instructions.
If you are interested in the AL1Editor/PolySixExEditor, Windows programming (Win32/C++) , Korg Kronos and MIDI, and you have Visual Studio 2010 and you have nothing better to do during the holidays -
grab the source from here:
http://www.chrutil.com/kronos/AL1EditorSource.zip

I apologize for not having cleaned it up or commented it, but since I fear it might never happen, I might as well open it for the people who don't mind looking through such projects.
Have fun!
I'll be around to answer questions, even though I don't hang out daily here so it might take a few days.

The only thing I ask is that you don't post the zip file anywhere else for now. If people start modifying the source and post new versions we'll end up with a forked mess.
If there is interest in continuing development, then perhaps we can make a github or bitbucket project out of it instead. I just don't have the cycles to do that myself.

Happy holidays!
C
jeremykeys
Platinum Member
Posts: 3093
Joined: Sun Jun 19, 2011 11:06 pm
Location: Toronto, Ontario, Canada

Post by jeremykeys »

This looks just freaking amazing! I am truly humbled by the expertise shown here. I couldn't even dream of trying to do what you have done, but ya done it! Awesome, Chrutil!

Now the big question. Does anybody have the time or know how to get these editors to work on an iPad? My end goal is to be able to use a Lenova touch screen or anything bigger than my iPad.

My eyes aren't all that great and it would be wonderful to be able to just tweak knobs almost like in the olden days! :wink:

On another note, exactly what do I need to be able to use the editor with my Kronos? I'm talking hardware here. I don't have a computer on my studio, so, if I were to get one, what would be the basic requirements? I'm also not really wanting one in my studio. I already have enough distractions from making music; and yes I do know that most people here use a computer in conjunction with their Kronos. I just use a different method.

I'm trying to find a "work around".

My wife has an old PC that we're planning on replacing with a good Mac. Maybe I can use that?
If music is the food of love, play on and play loud!
Gear: Kronos 73, Wavestation EX, Polysix, King Korg, Monotron and Monotron Duo, Minikorg, Moog Grandmother, my very old MiniKorg, 4 acoustic and 9 electric guitars, 1 Ibanez 5 string bass, a Steel guitar, a bunch of microphones, 2 pairs of studio monitors and other very cool toys, 1 wife and 4 cats and a lava lamp!
neomad
Senior Member
Posts: 439
Joined: Thu Apr 24, 2008 10:28 pm

Post by neomad »

An old PC will surely work, but you need to be sure that Korg drivers will work into it. It's not a question if power but compatibility (you do not need a new pc to run this editor or sq one)
Cheers
Matt
User avatar
Chrutil
Full Member
Posts: 194
Joined: Sat May 21, 2011 3:21 am
Location: San Rafael, California
Contact:

Post by Chrutil »

jeremykeys wrote:Awesome, Chrutil!
...
On another note, exactly what do I need to be able to use the editor with my Kronos? I'm talking hardware here.
Any basic PC, Windows XP should do (not tested by me though)
There are no performance critical parts of the editor, it is using straight forward 1990's style bitmaps for the graphics and the communication just need a system recognize MIDI interface to work.

The majority of the code is just the custom controls for the user interface, to port this to an iPad would basically be a rewrite, but you can certainly steal the engine definitions and a lot of the communication code straight out, and build a new tablet user interface on top of it.
The hard thing about this project was not writing the code though, it was laying out the user interface for the hundreds of parapeters of the AL-1 engine in a reasonable way, and positioning and testing every single parameter... The polysix engine was added in a day of so, since there were no question about what it would look like.

Cheers,
C
TheWolf
Posts: 46
Joined: Tue Oct 01, 2013 8:12 pm
Location: Heidelberg (Germany)

Post by TheWolf »

Thanks a bunch for the code. I'll try and have a look at it during my vacations and see what I can learn from it. As written before, I am tinkering with the idea of writing some Linux based software for the Kronos. I will certainly contact you before I put out anything related to your code.
User avatar
ricciolino
Posts: 15
Joined: Mon Dec 16, 2013 9:38 am
Location: Italy
Contact:

Post by ricciolino »

so awesome job, that's the editor we were waiting for! not that useless reproduction
I hope that Korg engineers take notes or even better Korg offers to you a contract of employment :D
thanks for sharing
www.facebook.com/kronospatchlab
Online store and resource for Korg Kronos Music Workstation
SKung
Full Member
Posts: 179
Joined: Sat Aug 20, 2011 7:21 pm

Post by SKung »

You can host the source code at sourceforge to make sure the code won't get lost:
http://sourceforge.net/

Other big open source projects like LibreOffice or filezilla use this service, too.
User avatar
levioter
Senior Member
Posts: 401
Joined: Wed Sep 28, 2011 7:16 am

Post by levioter »

Hi Chrutil !
It seems that the AL1 editor is no more recognizing the Kronos till the OS 3 update !
It's a pity because this Editor is amazing !
Do you tihink you can modify it in order to have it working properly with OS 3 ?

Thanks in advance !

Cheers :D :D
KORG KRONOS73 -- Minimoog Model-D -- KORG M1 -- M-AUDIO FastTrack C600 -- M-AUDIO AXIOM-25MK2 -- Roland Vdrum TD12KV
Post Reply

Return to “Korg Kronos”