MS2000 Librarian for Mac OS X users (Free!)

Discussion relating to the Korg MS2000, MS2000B & microKorg.

Moderators: Sharp, X-Trade, Pepperpotty, karmathanever

Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

MS2000 Librarian for Mac OS X users (Free!)

Post by Daz »

Free MS2000 Librarian for Mac OS X users

Works with MS2000, MS2000R, MS2000B & MS2000BR

Image

Here is my first shot at writing a simple but handy program librarian application for the MS2000 ... it's based on code from my previous MS2000 applications which were PC based.

It's extremely simple to use - from the File menu you basically open one or more existing sysex dump files containing 128 programs (or create a new file with 128 initialized programs) and then use the Copy/Paste options in the Edit menu to copy programs between the files you have open. Once you're done ... save any files you have changed. A really easy way of creating your own custom banks. Additionally there is a function to audition a program by sending it to the MS2000's edit buffer so you can try the sound out, without overwriting any programs on the synth.

Here are the menu options and what they do ...

File Menu

New -- create a new bank of 128 programs all initialized to "INIT Program" - a good start point for creating a new bank.

Open... -- open an existing bank of 128 programs, there are loads available in the files section of this Yahoo group :

http://groups.yahoo.com/group/korgms2000/

Save -- save a file that you have edited.

Save As ... -- save a file to a new file name.

Edit Menu

Copy -- copy one or more selected programs to the clipboard.

Paste -- paste programs previously copied to the clipboard into the current file at the currently selected position in the list.

Audition -- send the currently selected program to the MS2000 via MIDI - it's only written into temporary storage on the MS2000, none of your programs are overwritten. Note that the audition function doesn't actually send any note information - you have to play yourself to hear what the program sounds like ;-) Before using the Audition option you must tell the application which MIDI port the MS2000 is connected to and which MIDI channel number it is configured to use by setting these parameters in the Preferences screen of the application.

Enjoy,

Latest version is 1.6 and is a universal binary : http://daz.korgforums.com/MS2KLib16UB.zip

Daz.

This is a native Cocoa Mac OS X application - it won't run on Mac OS 9.

This application won't send/receive sysex dumps itself ... but here is a very cool free app that will : http://www.snoize.com/SysExLibrarian/
Last edited by Daz on Mon Jun 07, 2010 4:05 am, edited 6 times in total.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

I forgot to mention, that this application expects your sysex dump files to have the .syx file extension - e.g. fox.syx.

Anyone given it a spin yet ?

Cheers,

Daz.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

Updated to version 1.1

http://daz.korgforums.com/
  • fixed a minor bug in the MIDI port selection menu in the Preferences pane that occurred when more than one device had a port with the same name.
  • changed icon ;-)
  • confirmed operation on Panther Mac OS X 10.3.
  • added documentation into the download package.
Daz.
Last edited by Daz on Sun Oct 09, 2005 3:53 am, edited 3 times in total.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

New version ! 1.2

Post by Daz »

Image

Yes ! Two new versions on the same day :-)

This version (1.2) has 3 cool new features :

1) The look of the program/patch list has been cleaned up - with a look and feel more like the list in iTunes - much easier on the eye

2) If you double click the name of a selected program/patch you can now edit the name in a similar fashion to renaming files in the Finder.

3) Instead of using the Edit/Audition menu function or Cmd-A key sequence to Audition a program you can now just double click a program/patch item ... much easier ! Make sure you double click somewhere other than on the name otherwise you'll end up editing the name 'cos of the new function 2) described above ;)

http://daz.korgforums.com/

Daz.
Last edited by Daz on Sun Oct 09, 2005 3:53 am, edited 4 times in total.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

A mini-tutorial describing the use of the Audition function is available here :

http://daz.korgforums.com/MS2KLibAuditionTutorial.pdf

Daz.
Last edited by Daz on Sun Oct 09, 2005 3:54 am, edited 1 time in total.
ReQuiem
Posts: 36
Joined: Sat May 21, 2005 11:13 am

Post by ReQuiem »

will this work for the mikrokorg? and excuse my ignorance, but how on earth does this piece of software communicate with the synth? midi? thanks,
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

ReQuiem wrote:will this work for the mikrokorg?
I am not sure ... I've never tried it as I don't a microK here. There is some compatibility between the two instruments (MS2K and microKorg) but I suspect it would need a tweak to work with the microKorg. Ask Korg to send me a microKorg and I'll then be able to update it ;-)
ReQuiem wrote:and excuse my ignorance, but how on earth does this piece of software communicate with the synth? midi?
Good guess ;-) It's sends the program to be auditioned via MIDI/Sysex.

Daz.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

I took a look at the Sysex specification for the MS2000 and microKorg ... and the good news is that this application should also work with the microKorg in theory.

Sadly I don't have one ... so can't try it, so my best guess is all I can offer. If anyone does try it please let me know.

Daz.
jerrythek
Platinum Member
Posts: 2931
Joined: Mon Jan 28, 2002 11:06 pm

Post by jerrythek »

I can help...

After a long wait, (and much petitioning on the Web), we are pleased to offer our microKORG owners a native OSX editor/librarian.

You can find it here:

http://www.korg.com/service/downloadinfo.asp?DID=435

Enjoy!

Regards,

Jerry
jerrythek
Platinum Member
Posts: 2931
Joined: Mon Jan 28, 2002 11:06 pm

Post by jerrythek »

I finally got around to trying this, using your OSX version - it worked fine with the microKORG.

I would have expected no less from the fine fingers and mind of Mr. Daz!

:verycool:

Regards,

Jerry
Daz wrote:I took a look at the Sysex specification for the MS2000 and microKorg ... and the good news is that this application should also work with the microKorg in theory.

Sadly I don't have one ... so can't try it, so my best guess is all I can offer. If anyone does try it please let me know.

Daz.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

Thanks Jerry !!! :-)

Image

.: MS2000 Librarian Universal Binary :.

For anyone that might need a Universal Binary ... here is a version of the software that should run on an Intel based Mac :

http://daz.korgforums.com/MS2KLib15U.zip

... I don't have one to test it ... but in theory it should work fine.

Daz.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

I did a basic test on an Intel Mac and the UB seems to be okay.

Daz.
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

MS2000 Librarian Universal Binary for Mac OS 10.4.x

Post by Daz »

Just a small change ... I added a toolbar for easier access to the Copy/Paste/Audition commands.

Image

http://daz.korgforums.com/MS2KLib16UB.zip

Enjoy,

Daz.
djconrad
Posts: 7
Joined: Wed Aug 09, 2006 11:30 pm

Post by djconrad »

Hi
Using this software will it allow me to replace the microkorg preset patches with the MS2000's?
many thanks
Daz
Retired
Posts: 10829
Joined: Tue Jan 01, 2002 7:35 pm
Contact:

Post by Daz »

It will let you send individual patches to the microKorg. To send the whole bank I'd suggest using the Sysex Librarian from www.snoize.com ... it's free too :-)
Post Reply

Return to “Korg MS2000 & microKorg”