[linux-audio-dev] XAP again - channels, etc.

torbenh at gmx.de torbenh at gmx.de
Fri Mar 21 17:25:01 UTC 2003


On Thu, Mar 20, 2003 at 04:35:51PM -0800, Tim Hockin wrote:
> 
> struct XAP_module {
> 	char *label;
> 	char *name;
> 	uint32_t flags;
> 
> 	/* how many instances of this module are allowed? */
> 	int count_max;
> 
> 	/* per-module controls and I/O */
> 	int n_controls;
> 	XAP_control **controls;
> 	int n_ports;
> 	XAP_port **ports;
> };
> 

why support the difference between ports and controls ?
This is done in the C galan and tony somehow managed to remove this
difference in the C++ galan.

I have not read much of this code but tony said he managed to remove
this.


-- 
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language



More information about the Linux-audio-dev mailing list