Page 1 of 1

[SOLVED] gig::Synthesizer: Invalid Synthesis Mode

Posted: Sun Jan 10, 2010 7:25 pm
by pianolivier
Hi !

At first, a big Thank You for this Awesome program that is LinuxSampler !
I've been playing with it for a while and it rocks !

I came recently to use more and more gig files with it, so i had to learn about instruments database and instrument mapping.
However, when i setup LS with instruments maps, it loads everything fine but as soon as i play a note i get :

Code: Select all

 gig::Synthesizer: Invalid Synthesis Mode: 65
and then LS close itself

I compiled LS-1.0.0 with gentoo's emerge, and also tried "hand" compilation letting the configure script guess its settings :
same result

any idea ?

oliver

Re: error message : gig::Synthesizer: Invalid Synthesis Mode

Posted: Sun Jan 10, 2010 8:07 pm
by Andreas
Are you perhaps running linuxsampler with the --profile option? I don't think that option is supported at the moment.

Re: [SOLVED] gig::Synthesizer: Invalid Synthesis Mode

Posted: Mon Jan 11, 2010 2:33 pm
by pianolivier
Thanks for this quick answer !
It solved my problem !
The funny thing is that i was not normaly using that --profile option, until i tried to setup instrument mapping !
It would be great if there was a warning about it in LS man page, I am sure it would avoid stupid questions like mine.

Anyway thanks again and lets get back to music !

oliv'

Re: [SOLVED] gig::Synthesizer: Invalid Synthesis Mode

Posted: Mon Jan 11, 2010 10:15 pm
by cuse
Yeah, sorry we dropped the profiling mode long ago and forgot to disable the command line switch. I just disabled the command line switch in the CVS version now and also updated the linuxsampler manual.

Thanks for pointing this out!