Page 1 of 1

General MIDI (coming from Gigastudio)

Posted: Tue Aug 05, 2008 7:31 pm
by raintalk
Hi Folks,

I'm coming from Gigastudio using Windows XP. I heard about LInux Sampler from the petition to make GS opensource.

So far no problems using GS .gigs with Linuxsampler on Windows. That is really good news. :D

My questions is on GM. I own Conexant GM500. With Gigastudio it it loads the samples then GM messages will load requested samples to the midi channel. It works well for some of my needs. There's a mapping GMLibrary.ini file that if I buy a better sample for an instrument I can just point to it. Is there a way to use GM with LS?

Thanks in advance,

Re: General Midi (coming from Gigastudio)

Posted: Tue Aug 05, 2008 10:11 pm
by dahnielson
You need to create an instrument map in LS for your GM library, so that LS know what instrument from what .gig to load when it receive a bank or program change.

Re: General Midi (coming from Gigastudio)

Posted: Thu Aug 07, 2008 6:25 am
by raintalk
Thanks!

Got it working. Sounds great.

For some reason, when loading the .lscp with Fantasia it goes into some kind of loop on loading midi instruments and eventually crashes.
Qsampler loads it fine. But Linuxsampler seems to randomly crash. I don't know what triggers it to crash yet.
It's probably just Windows.
I was stuck with XP because of gigastudio so maybe it's time to switch to Linux! It's good to know how well this works.
I'll keep playing.

Re: General Midi (coming from Gigastudio)

Posted: Thu Aug 07, 2008 9:52 am
by dahnielson
What version of Fantasia do you use? CVS3?

I have experienced some complexity issues (or something similar of that kind) with Fantasia when loading big instruments maps before, but thought they where fixed now. My work around is to use netcat or something similar to load the LSCP file to LinuxSampler (the back-end) and when done then start Fantasia. (Well, if you're using a MIDI instrument map then you don't need to use a front-end since you are changing programs from within the sequencer, so starting Fantasia is optional then.)

Re: General Midi (coming from Gigastudio)

Posted: Thu Aug 07, 2008 11:12 am
by ccherrett
Hi dahnielson,

I am really glad you brought up loading the midimap via netcat because my huge midimap is realy slow!

Can you give an example of how to do it?

Also did you read my post on the bit of error handling and option parsing I wrote into your lscp2rgd.py?

Thanks!

Re: General Midi (coming from Gigastudio)

Posted: Thu Aug 07, 2008 6:01 pm
by raintalk
I'm using Fantasia-0.8a.jar
Just whatever the pre-built version for Windows is.

I use GM as a safety net to get to a warm comfy place I know I can always get back to.
I want to get a baseline set where GM works close to the same for Gigastudio or Linuxsampler.
I want to have a good GM setup from a reboot.
For now I tweak the .lscp with a text editor then reload using qsampler GUI.

I probably won't use the GUI's for GM, but will find a use for them with other stuff.

Thanks

Re: General Midi (coming from Gigastudio)

Posted: Thu Aug 07, 2008 9:02 pm
by dahnielson
raintalk wrote:I'm using Fantasia-0.8a.jar
Just whatever the pre-built version for Windows is.
This is the latest version:

http://sourceforge.net/project/showfile ... _id=241989

Re: General Midi (coming from Gigastudio)

Posted: Thu Aug 07, 2008 9:07 pm
by dahnielson
ccherrett wrote:Hi dahnielson,

I am really glad you brought up loading the midimap via netcat because my huge midimap is realy slow!

Can you give an example of how to do it?
Well, you just fire up LinuxSampler and then use netcat to send the LSCP file to LinuxSampler. I don't know exactly how to use netcat under Windows, but there's at least a Windows port of it according to Wikipedia:

http://en.wikipedia.org/wiki/Netcat