[Faudiostream-users] osc aliases

2016-01-09 Thread Pierre Lecomte
Hello, I'm a bit confused with the use of osc aliases in Faust : Let's say i've a slider in code hslider("volume",0,-5,5,0,0.1); when I run $ oscsend localhost 5510 "/*" s get I see it but the osc adress is very long : /the/osc/adress/is/very/long/volume fff 0. -5. 5. So I try to

Re: [Faudiostream-users] faust compilation problem

2016-01-09 Thread Pierre Lecomte
I've tried again but without success: $ sudo make uninstall $ make clean $ git pull $ make $ sudo make install $ cd examples $ faust2jaqt osc.dsp osc.cpp:6687:1: error: ‘Float64’ does not name a type Float64 CAHostTimeBase::sFrequency = 0; ^ compilation terminated due to -Wfatal-errors. make: **

Re: [Faudiostream-users] Faust, FaustLive and Midi

2016-01-09 Thread Stéphane Letz
- are you testing MIDI in FaustLive when you see those problems ? - can you send me the .dsp file you are using to test ? Thanks Stéphane Le 9 janv. 2016 à 21:35, azvinz a écrit : > Hello everybody and happy new year! > > I just figured out Midi is now implemented in Faust and Faust live, w

[Faudiostream-users] Faust, FaustLive and Midi

2016-01-09 Thread azvinz
Hello everybody and happy new year! I just figured out Midi is now implemented in Faust and Faust live, which is very very amazing. :) I just tested it out (Linux) and figured out a strange behavior with the RtMidi out port: it sends aftertouch data (note) on channel 16 instead of Ctrl data.

Re: [Faudiostream-users] faust compilation problem

2016-01-09 Thread Stéphane Letz
Added a possible fix on GIT. Can you try again? Stéphane Le 9 janv. 2016 à 16:33, Pierre Lecomte a écrit : > Hello, > I've a little trouble to (re)install faust on my system (Linux/Ubuntu): > > What I've done: > > $ git clone git://git.code.sf.net/p/faudiostream/code faust > > $ make > $ sud

[Faudiostream-users] faust compilation problem

2016-01-09 Thread Pierre Lecomte
Hello, I've a little trouble to (re)install faust on my system (Linux/Ubuntu): What I've done: $ git clone git://git.code.sf.net/p/faudiostream/code faust $ make $ sudo make install everything is fine so far but when i try to compile an example : $ cd examples $ faust2jaqt osc.dsp osc.cpp:57