Re: [linux-audio-dev] LADSPA extensions

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] LADSPA extensions
From: Steve Harris (S.W.Harris_AT_ecs.soton.ac.uk)
Date: Mon Apr 02 2001 - 15:45:04 EEST


On Mon, Apr 02, 2001 at 12:59:21PM +0100, Jim Peters wrote:
> I want to write a sample-playing module. Really, I'd like to pass the
> sample filename on creating the module instance so that it can preload
> the sample. After that point, it can be completely controlled using
> the normal input ports, using deactivate() and activate() to reset the
> play position.

See the list a few weeks back where I discussed exactly this problem.
Current thinking is that we should have a second executable that provides
a GUI and that could communicate with the DSP part, probably via OSC.

I think that the best option is that the DSP .so provides a function that
can be called to create the GUI. So you could link the two parts in
whatever way you want, stdin<->stdout would be OK I guess.

If you don't want to mess with GUIs then go for a config file which lists
a set of samples, and an int hinted port that specifies which sample to
play.

- Steve


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Apr 07 2001 - 15:59:43 EEST