[LAD] some Faust questions

Fons Adriaensen <[email protected]>
Newsgroups gmane.linux.audio.devel
Message-ID <[email protected]>
Hello all,

Triggered by a recent post, I've been dabbling a bit with Faust,
and have some questions :-)

(For the jack-gtk architecture)

- When started the app prints some useless info (a nuisance) and
  it also autoconnects (a definite no-go).
  Is there any way to avoid this ?

- The faust2jack script says it adds 'preset' functionality
  to the GUI. But there seems to be no way to access this.

- The way the PRESETDIR is handled is weird. It is done by 
  prepending a single line temporary file to the merged cpp file
  using cat.

  What would be wrong with

    # add preset management
    if [ $PRESETDIR = "auto" ]; then
	PRESETDEFS=-DPRESETDIR=\"/var/tmp/\"
    else	
	PRESETDEFS=-DPRESETDIR=\"$PRESETDIR\"
    fi

and then adding PRESETDEFS to the compiler options ?

(General)

- The various faust2*** programs work by merging the compiled dsp
  file with the architecture file. While doing this, also all
  include files from the /usr/include/faust directory are recursively
  expanded in-line. Now I wonder why this is done. Surely the C++
  preprocessor would do this anyway ?


TIA for any answers !

Ciao,

-- 
FA

_______________________________________________
Linux-audio-dev mailing list -- linux-audio-dev-cunTk1MwBs/[email protected]
To unsubscribe send an email to linux-audio-dev-leave-cunTk1MwBs/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.