[LAD] LV2 implementer poll (event buffer)

2012-02-05 Thread David Robillard
Hello, I am working on the successor to the event extension and its EventBuffer. This is the buffer used for MIDI in LV2 instruments and such[1]. I need to know: * Does anyone actually use the variable time stamp type stuff? The original idea here was to support tempo time, but it seems unlik

Re: [LAD] First release of zita-lrx

2012-02-05 Thread Ricardus Vincente
On Sun, 2012-02-05 at 22:31 +, Fons Adriaensen wrote: > > I have a question, ¿is there a posibility to change parametres when is > > running? like the delay time between bands or crossover frecuency? may > > be thru OSC? > > Not with this version. It would be possible to add this, but >

Re: [LAD] First release of zita-lrx

2012-02-05 Thread Fons Adriaensen
On Sun, Feb 05, 2012 at 05:09:23PM -0500, federico lopez wrote: > I appreciate a lot this app. > I work in live sound, as soon as I can I will test it in a big system. > > For now is compiled and working (Xubuntu 11.10) in a small yamaha system > with a subwoofer, using example2.slrx. > > I hav

Re: [LAD] First release of zita-lrx

2012-02-05 Thread federico lopez
Thanks Fons, I appreciate a lot this app. I work in live sound, as soon as I can I will test it in a big system. For now is compiled and working (Xubuntu 11.10) in a small yamaha system with a subwoofer, using example2.slrx. I have a question, ¿is there a posibility to change parametres whe

Re: [LAD] First release of zita-lrx

2012-02-05 Thread Jörn Nettingsmeier
On 02/05/2012 07:02 PM, Fons Adriaensen wrote: Hello all, Now available on sweet! builds and runs just fine, but it'll be a while before i'll have a proper test case. ___ Linux-audio-dev m

Re: [LAD] help with RtMidi and gtkmm

2012-02-05 Thread Paul Davis
On Sun, Feb 5, 2012 at 2:46 PM, Pedro Lopez-Cabanillas wrote: > Qt requires that all GUI updates be called from the main program's thread, the GTK (and thus gtkmm) is exactly the same. > I don't care about Gtkmm, but in Qt the solution is very easy. You only need > to create custom events (QEve

Re: [LAD] help with RtMidi and gtkmm

2012-02-05 Thread Pedro Lopez-Cabanillas
On Saturday 04 February 2012, Harry van Haaren wrote: > Hi Alessandro! > > You'll need to learn a bit about threading in C++, either Mutexs or Lock > Free Ringbuffers. > I'll advise Ringbuffers because it scales up, while mutexs is slightly > easier to learn, but you'll > want to learn ringbuffers

[LAD] First release of zita-lrx

2012-02-05 Thread Fons Adriaensen
Hello all, Now available on Zita-lrx - First release 05/01/2012 Zita-lrx is a command line jack application providing 2, 3, or 4-band, 4th order crossover filters. The filter type is continuously v

[LAD] `ags` and libinstpatch

2012-02-05 Thread Joël Krähemann
Hi, recently I found libinstpatch in debian repository. How can I read a Instrument with this library? Please take a look at sourceforge.net/projects/ags. libinstpatch will be initialized in main function. The following functions are involved: gboolean ags_ipatch_open(AgsPlayable *playable, gch

Re: [LAD] Fwd: Re: basic g++ compiling of faust programs

2012-02-05 Thread Renato
On Sat, 04 Feb 2012 09:26:48 +0100 hermann wrote: > Am Samstag, den 04.02.2012, 06:34 +0100 schrieb hermann: > > Am Samstag, den 04.02.2012, 00:23 +0100 schrieb Renato: > > > hmm it seems like I'm getting the same error... BTW I have no > > > "qmake-qt4" on my Archlinux system, only "qmake" (whic