Re: [Linuxsampler-devel] script support

2014-05-21 Thread Raphaƫl Mouneyres
Hello, I would love to have a scripting engine on LS ! Recently i've been working hard to create a SFZ drum preset for live use, and the hihat escpecially cannot be done as i want without scripting. So i need to use either mididings or puredata to trigger special events like "pedal is going down" o

Re: [Linuxsampler-devel] script support

2014-05-21 Thread Christian Schoenebeck
On Wednesday 21 May 2014 15:05:53 David Olofson wrote: > Well, having written two scripting engines for realtime applications, > one of which evolved as part of an audio engine: > > http://eelang.org > http://audiality.org Yes, we talked about this issue years ago, since you already had that in

Re: [Linuxsampler-devel] script support

2014-05-21 Thread David Olofson
On Wed, May 21, 2014 at 1:16 PM, Christian Schoenebeck wrote: [...] > Obviously those restrictions could be hacked by adding LinuxSampler's own > minor custom extensions on GigaStudios original MIDI rules concept. But does > it make sense? I mean one would probably reach another restriction with t

[Linuxsampler-devel] script support

2014-05-21 Thread Christian Schoenebeck
Hi list! I am currently thinking about whether it would make sense to add real-time scripting support to LS. Something like Kontakt already provides. A set of event handlers you can write and commands you can trigger by function calls. I would like to use it as extension to the GIG engine, but