Re: [Linuxsampler-devel] script support

2014-05-23 Thread Christian Schoenebeck
On Friday 23 May 2014 10:54:50 David Olofson wrote: > > One thing I find suboptimal with KSP is that it is very focused on using > > function calls all over the place. > > Yeah, functions with umpteen arguments get old... Then again, I'm not > generally a big fan of overly verbose code either. Nam

Re: [Linuxsampler-devel] script support

2014-05-23 Thread David Olofson
On Thu, May 22, 2014 at 8:21 PM, Christian Schoenebeck wrote: [...] > One thing I find suboptimal with KSP is that it is very focused on using > function calls all over the place. [...] Yeah, functions with umpteen arguments get old... Then again, I'm not generally a big fan of overly verbose cod

Re: [Linuxsampler-devel] script support

2014-05-22 Thread Christian Schoenebeck
On Thursday 22 May 2014 16:52:03 David Olofson wrote: > Compatibility would of course be very nice in this case. Not really > familiar with the Kontakt scripting language, so I can't tell how much > work it would be to write a parser for it - There are various kick start introductions for the "KS

Re: [Linuxsampler-devel] script support

2014-05-22 Thread David Olofson
On Wed, May 21, 2014 at 4:43 PM, Christian Schoenebeck wrote: > 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 [...]

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