SF.net SVN: supercollider:[9083] trunk/build/SCClassLibrary/JITLib/extras/ ProxyMonitorGui.sc

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: supercollider:[9083] trunk/build/SCClassLibrary/JITLib/extras/ ProxyMonitorGui.sc

by decampo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 9083
          http://supercollider.svn.sourceforge.net/supercollider/?rev=9083&view=rev
Author:   decampo
Date:     2009-04-20 14:26:53 +0000 (Mon, 20 Apr 2009)

Log Message:
-----------
db spec for ampSlider is fine, bug was elsewhere.

Modified Paths:
--------------
    trunk/build/SCClassLibrary/JITLib/extras/ProxyMonitorGui.sc

Modified: trunk/build/SCClassLibrary/JITLib/extras/ProxyMonitorGui.sc
===================================================================
--- trunk/build/SCClassLibrary/JITLib/extras/ProxyMonitorGui.sc 2009-04-20 08:38:27 UTC (rev 9082)
+++ trunk/build/SCClassLibrary/JITLib/extras/ProxyMonitorGui.sc 2009-04-20 14:26:53 UTC (rev 9083)
@@ -74,7 +74,7 @@
 
  height = viewBounds.y;
 
- ampSl = EZSlider(zone, (sliderWidth @ height), \vol, \amp,
+ ampSl = EZSlider(zone, (sliderWidth @ height), \vol, \db,
  { arg slid;
  if(proxy.notNil) {
  proxy.vol_(slid.value.dbamp);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/