nonlimitedSynth is a backend to reacTIVision.
Requirements:
· Qt 4.4
· CLAM Devel
· OpenGL
· Portaudio 1.9
Compile:
just run
$ scons clam_prefix=clam_prefix [-j JOBS]
Configure:
-- nSynth
You can configure the Fiducial Mapping and other properties in file "nonlimitedSynth.xml"
If you want to use LineIn, you have to set a valid input-capable device. Within < common >:
Will mean: using soundcard PA-Device-Number with stereo input and output.
The PortAudio device numbers are listed upon startup of application.
TUIO Simulator
The file tuio-sim-config.xml is preconfigured for the mapping specified in nonlimitedSynth.xml.
It followes the usual ideals of reactable:
Squares: Generator ( Sine, Rectangle, 2x Sawtooth, LineIn)
Rounded-Squares: Filter (Band-, 2x Low-. High-Pass)
Circles: Controller (2x Sine, 2x Rectangle)
The pentagons are not yet usable.
Run:
$ ./nSynth
will be fine.
If you encounter sound crackle, you might have to run
$ sudo nice -n -10 ./nSynth
or adjust your sound config as mentioned in chapter "Configuration".
Product's homepage