[Linuxsampler-devel] Can you change the license to GPLv3 ?

2012-07-11 Thread Nils
Hello, can you change your license to GPL version 3 and drop the GPLv2 exception? Version 3 disallows to use the open software in a closed hardware system so Linuxsampler would be safe from commercial rip-offs. I assume that is the caution that led to the GPL2 exception. Nils

[Linuxsampler-devel] terminal output full of "Instantiating LADSPA effect 'triplePara'."

2012-08-24 Thread Nils
nc so maybe it is loading the instrument instead. So... how can I deactivate or surpress this? Is it Linuxsampler or a bug in the triplePara plugin (I don't even know in which package this is, not a plugin I use). This is the only effect or

[Linuxsampler-devel] Jack: Cannot register Jack MIDI input port.

2012-08-29 Thread Nils
strange thing is that it works if I reduce to 34 ports. Under what circumstances does this LS error message appear? Linusampler is from yesterdays SVN. Nils -- Live Security Virtual Conference Exclusive live event will

[Linuxsampler-devel] Supplemental: "Jack: Cannot register Jack MIDI input port."

2012-08-29 Thread Nils
I forgot to mention that this 34/35 ports treshhold is even for sessions of linuxsampler. If I already have one session running with one port and then add another session with 34 (different sever adress and port, but same user account and hardware) the same thing happens. Nils

Re: [Linuxsampler-devel] [Solved] Supplemental: "Jack: Cannot register Jack MIDI input port."

2012-08-29 Thread Nils
On Wed, 29 Aug 2012 12:39:10 +0200 Nils wrote: > I forgot to mention that this 34/35 ports treshhold is even for sessions of > linuxsampler. It turned out this is a JACK problem because I hit a port limit. But only LS was able to provide so many ports to hit it :)

[Linuxsampler-devel] Kontakt sampler format (and others like EXS24) - Once again free samples, this time more uplifting

2012-08-30 Thread Nils
would be a major step in general Linux Audio mainstream direction. For the last years and currently many instruments are samples which seem to be interpreted data (I hope I am not wrong here). This is not the windows-VST problem but actually solvable without recompiling and re-releasing even the

Re: [Linuxsampler-devel] Kontakt sampler format (and others like EXS24) - Once again free samples, this time more uplifting

2012-08-31 Thread Nils
On Fri, 31 Aug 2012 08:46:06 +0200 Graham Goode wrote: > Hi Nils, > > Have you read any of these forum pages? > > http://bb.linuxsampler.org/viewtopic.php?f=6&t=609&p=3641 > http://bb.linuxsampler.org/viewtopic.php?f=3&t=3&p=2471 > > Kind regards, &g

[Linuxsampler-devel] Design your own instrument

2008-08-09 Thread Nils Gey
thats standard: A few phases/parts per sample so that I can have a key-on, loop and key-off behaviour. I hope you can help me so that I can produce some nice instrument(s) and release it to the public. Greetings, Nils - This

Re: [Linuxsampler-devel] Design your own instrument

2008-08-18 Thread Nils Gey
it seems to only can make sf2 files. Nils On Sat, 9 Aug 2008 15:01:31 +0200 Nils Gey <[EMAIL PROTECTED]> wrote: > Hi linuxsampler devs and users! > > I want to try to make my own sample-instrument. Since I write to this list I > want to use linuxsampler as a sampler. > So

[Linuxsampler-devel] sfz does not accept hicc1 and locc1

2012-09-10 Thread Nils Gey
4-127) makes no difference. Greetings, Nils -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discuss

Re: [Linuxsampler-devel] sfz does not accept hicc1 and locc1

2012-09-10 Thread Nils Gey
switches for manual changes from one sound-set to another within the same sfz file. Nils -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

Re: [Linuxsampler-devel] [LAU] sfz convert / tools

2012-12-19 Thread Nils Gey
On Wed, 19 Dec 2012 14:48:05 +0100 "rosea.grammostola" wrote: >sfztools Lisalo (Linux Sampler Loader) https://github.com/nilsgey/lisalo has a standalone tool lisalosfzgenerator.py. Notice the -o --out option which triggers permanent files instead of temporary files. usage: lisalosfzgenerator

[Linuxsampler-devel] Packaging recent version for Planet CCRMA

2014-07-03 Thread Nils Tonnätt
Hi, I wonder what the latest svn commit is with that I could expect a relative stable version of linuxsampler etc. Maybe some experts of the code could help me with that. Best regards, Nils Tonnätt -- Open source

Re: [Linuxsampler-devel] Packaging recent version for Planet CCRMA

2014-07-08 Thread Nils Tonnätt
Thank you for your help! Should I use the same revision for libgig? I see that there is instrument scripting at revision 2584. -- Nils Am 04.07.2014 11:54, schrieb Christian Schoenebeck: > On Thursday 03 July 2014 14:30:13 Nils Tonnätt wrote: >> Hi, >> I wonder what the lates

[Linuxsampler-devel] Understanding LV2 Plugin Sourcecode

2015-01-15 Thread Nils Tonnätt
e values MUST NOT contain filenames." And two questions: 1. Why don't we store the absolute path? http://lv2plug.in/ns/ext/atom/#Path --> "effectively any Path sent to or received from a plugin instance MUST be absolute." 2. Why are the old MapPath and MakePath restored