I'm not a Max MSP user but this kind of problems often has something to do
with architecture incompatibilities (32/64 bits)
 between the plugin and the host although I see that faust2faustvst
compiles plug-ins both for 32 and 64 bits (line 137 of the makefile). You
should try to remove one of the 2 architecture flags and recompile things
and see if it works (try both i386 and the other one).

On Tue, Nov 29, 2016 at 3:50 AM, Lervik Olav <olav.ler...@zhdk.ch> wrote:

> ok….so newest versions installed….faust2faustvst worked as well (just had
> to add boost)….but exactly the same issues….although I found out that there
> is less glitchy behaviour in Ableton live if I use the xy-pad instead of
> the sliders when expanding the plugin…
>
>
> On 28 Nov 2016, at 17:11, Romain Michon <rmnmic...@gmail.com> wrote:
>
>
>
> On Mon, Nov 28, 2016 at 8:10 AM, Romain Michon <rmnmic...@gmail.com>
> wrote:
>
>> Hi Olav,
>>
>> I wont reply to all your questions (I don't know the answer to all of
>> them ;) ), but here are some ideas:
>>
>>>
>>>    1. I have a code using the bpf function. When changing it to ba.bpf
>>>    after having imported the stdfaust.lib the online compiler did not
>>>    complain. BUT faustLive complained with:
>>>       1. ERROR (file effect.lib:188) : multiple definitions of symbol x
>>>       x = highpass; x = regain;
>>>
>>> I don't think this has anything to do with your code. Make sure you have
>> the latest version of FaustLive: https://sourceforge.net/projec
>> ts/faudiostream/files/?source=navbar
>> And then, delete the FaustLive preference file in your home directory:
>> .FaustLive-CurrentSession-2.0
>>
>>>
>>>    1. I have a Plugin with 1 hslider in menu style and one conventional
>>>    hslider
>>>       1. The menu-style hslider becomes a normal slider (is there a way
>>>       to make it have the same menu-look as in Faust Live?)
>>>
>>> No :). The Faust AU and VST support is quite limited and doesn't
>> implement all the UI elements available in FaustLive. You should check
>> Albert Graef's Faust VST architecture: https://bitbucket.org/agraef/f
>> aust-vst
>> I think it works better (and looks better too).
>>
>>>
>>>    1.
>>>       1. AU
>>>          1. The Plugin loads fine in Ableton Live and Digital
>>>          Performer. It is somehow not found in Max.
>>>          2. As soon as I touch the menu-style slider, the sound turns
>>>          off
>>>       2. VST
>>>          1. The Plugin loads fine in Ableton Live, Digital Performer
>>>          and Max. However in Digital Performer no UI appears but automation 
>>> works
>>>          fine.
>>>          2. In Ableton Live the control of both sliders is very glitchy
>>>          when using the mouse. They both jump around and get stuck when I 
>>> try to
>>>          drag them around.
>>>          3. In Max the controls work better…only the menu-style hslider
>>>          behaves slightly jumpy
>>>
>>> Once again, try Albert's architecture and hopefully it will solve all
>> your problems.
>>
>> Cheers,
>>
>> Romain
>>
>
>
>
> --
>
> Romain Michon
> (+1)(650)646-8917http://ccrma.stanford.edu/~rmichon
>
>
>


-- 

Romain Michon
(+1)(650)646-8917http://ccrma.stanford.edu/~rmichon
------------------------------------------------------------------------------
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to