Re: [Linuxsampler-devel] [linuxsampler-devel] "Cannot load file: Unknown leverage controller type"

2017-05-23 Thread Christian Schoenebeck
On Monday, May 22, 2017 18:47:05 Andreas Persson wrote:
> Andrew C wrote:
> > Sadly I can't see the parameters for the specific gig file.
> > 
> > Probably not much help here either, but the 'date modified' for these
> > files is May/June 2007, a year or so before GSt4 was released. :\
> 
> Hi,
> 
> I have also seen gig files with unknown "leverage controller" values. In
> my case it was 4. If I open a gig where I've put 2 as value for the
> Envelope 1 Modulation Source in GigaStudio Instument Editor (v3, I don't
> have v4), it just shows "None" in that field. Same with value 4.

Ok, thanks Andreas for the clarification!

I just committed an appropriate change to libgig: it now simply ignores 
invalid leverage controller types, prints a warning on the console instead, 
and sets the respective controller to "none".

CU
Christian

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel


Re: [Linuxsampler-devel] [linuxsampler-devel] "Cannot load file: Unknown leverage controller type"

2017-05-23 Thread Andrew C
Fantastic, the gig file opens and I can play the instruments.

Getting some issues with the SmartMidi dimension Legato/Glissando
instruments though. I'll create a new thread for this, but they seem
complex as hell and I'm not sure if from a development POV they're worth
supporting fully when kontakt scripting is available in-editor?

Thanks for all the help with this, guys.

On Tue, May 23, 2017 at 3:58 PM, Christian Schoenebeck <
schoeneb...@linuxsampler.org> wrote:

> On Monday, May 22, 2017 18:47:05 Andreas Persson wrote:
> > Andrew C wrote:
> > > Sadly I can't see the parameters for the specific gig file.
> > >
> > > Probably not much help here either, but the 'date modified' for these
> > > files is May/June 2007, a year or so before GSt4 was released. :\
> >
> > Hi,
> >
> > I have also seen gig files with unknown "leverage controller" values. In
> > my case it was 4. If I open a gig where I've put 2 as value for the
> > Envelope 1 Modulation Source in GigaStudio Instument Editor (v3, I don't
> > have v4), it just shows "None" in that field. Same with value 4.
>
> Ok, thanks Andreas for the clarification!
>
> I just committed an appropriate change to libgig: it now simply ignores
> invalid leverage controller types, prints a warning on the console instead,
> and sets the respective controller to "none".
>
> CU
> Christian
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Linuxsampler-devel mailing list
> Linuxsampler-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel


[Linuxsampler-devel] [linuxsampler-devel] SmartMidi Legato Instruments engine support

2017-05-23 Thread Andrew C
So I have the Bb Clarinet long notes file mostly working out of the box.

Normal sustain/staccato programs work fine.
The X-fade instruments work fine.
The basic No Vibrato/Vibrato keyswitch instruments work fine.

*The sustain/attack mod wheel instruments need the attack attenuation
controller set to Modwheel 1 in gigedit for the attack sample intensity via
modwheel to work properly.

*Glissando/Legato instruments (using the imidi legato rules and smartmidi
dimensions) are very buggy/broken:

The lowest note in the instrument's range is silent and just 'clicks' when
activated.
The adjacent C# appears to be programmed exactly the same way but sound is
heard(see below).
The notes above C4 or so are 'clicky' too for no apparent reason.
When playing the notes that do work, only the initial attack and the
sustain sample is heard, moving in a legato manner up/down the keyboard
does not work.

I'm not sure if the developers want to troubleshoot this for a single
unique giga file?

AFAICS, the imidi stuff is deprecated basically in favour of the kontakt
scripting (which'd make a lot more sense, but would require reprogramming
the entire legato instrument from the sample level up), but there is not
(yet) a working proof of concept of these rules working in a gig file under
LinuxSampler.

Andrew.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel


Re: [Linuxsampler-devel] [linuxsampler-devel] SmartMidi Legato Instruments engine support

2017-05-23 Thread Andrew C
Hope this didn't come across as presumptous/demanding.. Just slightly
excited at the prospect of in-engine legato being a reality in LinuxSampler
from a design POV. Just seems really cool if it could be done and work.

On Tue, May 23, 2017 at 11:14 PM, Andrew C  wrote:

> So I have the Bb Clarinet long notes file mostly working out of the box.
>
> Normal sustain/staccato programs work fine.
> The X-fade instruments work fine.
> The basic No Vibrato/Vibrato keyswitch instruments work fine.
>
> *The sustain/attack mod wheel instruments need the attack attenuation
> controller set to Modwheel 1 in gigedit for the attack sample intensity via
> modwheel to work properly.
>
> *Glissando/Legato instruments (using the imidi legato rules and smartmidi
> dimensions) are very buggy/broken:
>
> The lowest note in the instrument's range is silent and just 'clicks' when
> activated.
> The adjacent C# appears to be programmed exactly the same way but sound is
> heard(see below).
> The notes above C4 or so are 'clicky' too for no apparent reason.
> When playing the notes that do work, only the initial attack and the
> sustain sample is heard, moving in a legato manner up/down the keyboard
> does not work.
>
> I'm not sure if the developers want to troubleshoot this for a single
> unique giga file?
>
> AFAICS, the imidi stuff is deprecated basically in favour of the kontakt
> scripting (which'd make a lot more sense, but would require reprogramming
> the entire legato instrument from the sample level up), but there is not
> (yet) a working proof of concept of these rules working in a gig file under
> LinuxSampler.
>
> Andrew.
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel