-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there,

I've got a little patch I wuld like to apply if no one objects.
Its nothing great, just some signals which are emitted. Maybe this could slow 
down arts on very slow cpu's...

It will be needed for my VolumeMeter-Gui...

Arnold

- -- 
Hi, I am a .signature virus. Please copy me into your ~/.signature and send me 
to all your contacts.
After a month or so log in as root and do a rm / -rf. Or ask your 
administrator to do so...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+TXA5r3oYC7XCTmIRAmKdAJ90zzfk9e1c33B+Z2kKG1NzFXjo4gCeJCZd
6yh+Us6It+mj+4nWEuYWGG0=
=GJjn
-----END PGP SIGNATURE-----
Index: flow/stereovolumecontrol_impl.cc
===================================================================
RCS file: /home/kde/arts/flow/stereovolumecontrol_impl.cc,v
retrieving revision 1.7
diff -u -p -r1.7 stereovolumecontrol_impl.cc
--- flow/stereovolumecontrol_impl.cc	2 Apr 2001 19:08:43 -0000	1.7
+++ flow/stereovolumecontrol_impl.cc	14 Feb 2003 22:31:30 -0000
@@ -96,6 +96,8 @@ public:
 			else
 				_currentVolumeRight += 0.0003 * delta;
 		}
+		currentVolumeLeft_changed( _currentVolumeLeft );
+		currentVolumeRight_changed( _currentVolumeRight );
 	}
 
 	AutoSuspendState autoSuspend() {

Reply via email to