Revision: 10537
http://pure-data.svn.sourceforge.net/pure-data/?rev=10537&view=rev
Author: eighthave
Date: 2009-01-13 18:11:48 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
added emtpy sketch of pdtk_pd_dsp to get rid of catch dumps
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/wheredoesthisgo.tcl
Modified: branches/pd-devel/0.41.4/src/wheredoesthisgo.tcl
===================================================================
--- branches/pd-devel/0.41.4/src/wheredoesthisgo.tcl 2009-01-13 18:09:13 UTC (rev 10536)
+++ branches/pd-devel/0.41.4/src/wheredoesthisgo.tcl 2009-01-13 18:11:48 UTC (rev 10537)
@@ -35,6 +35,13 @@
# ------------------------------------------------------------------------------
# lost pdtk functions...
+# set the checkbox on the "Compute Audio" menuitem and checkbox
+proc pdtk_pd_dsp {value} {
+ if {$value eq "ON"} {
+ #TODO
+ } else {
+ }
+}
# ------------------------------------------------------------------------------
# kludges to avoid changing C code
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.