[Gianfranco Ceccolini]
>when running AmpVTS in JackRack I hear no difference when changing the amp
>models. when plugging the Tonestack plugin the difference is perfectly
>audible.
>
>Something worng with AmpVTS?

Yes, it's a bug, thanks for pointing it out.  The attached patch fixes
the problem.

Thanks for the feedback and the kind words!
Tim
--- Amp.cc.orig	2013-01-10 19:59:52.000000000 +0100
+++ Amp.cc	2013-01-10 20:01:16.000000000 +0100
@@ -98,7 +98,7 @@
 void
 AmpVTS::subcycle (uint frames, Over & over)
 {
-	int m = getport(0);
+	int m = getport(1);
 	if (m != model)
 		tonestack.setmodel (model = m);
 	tonestack.updatecoefs (getport(5),getport(6),getport(7));
_______________________________________________
Linux-audio-dev mailing list
[email protected]
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Reply via email to