Pluggo problems in Logic , Live + Pro Tools

am.syn's icon
am.syn's icon

Self reply::::::
Feedback problem is fixed now.
cheers
am

robotic-audio's icon

curious... what was the problem ?

am.syn's icon

Hello Spleef.
It was a mistake of my.
I used the Plugin and Plugout Modules without an ADC and DAC
so the input and the output are going directly thru the Signalchain
and i get a Feedback.Now i fixed that.Crazy, i thought i didn`t need ADC and DAC for the Plugin but the real World looks different:-)
greetz
am

robotic-audio's icon

seems weird ! i never used any adc~ or dac~ objects in my pluggos, thought the inlets of plugin~ and outlets of plugout~ is bypassed when running as a plugin ?

i have to go see if i can reproduce...

Gregory Taylor's icon

That's so. The ability to keep adc~ and dac~ objects in your
plugin patch is a convenience for developers. Unless something
is very wrong, it shouldn't matter whether you use adc~/dac~
or not. all the VST/AU/RTAS plug-in cares about is what
pops out of plugin~ and gets routed, after much excitement,
to plugout~.