[PD-dev] [ pure-data-Patches-3582746 ] fix setting of [bng]'s hold time in properties panel

SourceForge.net noreply at sourceforge.net
Mon Dec 3 20:19:26 CET 2012


Patches item #3582746, was opened at 2012-11-02 14:39
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582746&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix setting of [bng]'s hold time in properties panel

Initial Comment:
one of the variables didn't get renamed in the GUI rewrite:

--- a/tcl/dialog_iemgui.tcl
+++ b/tcl/dialog_iemgui.tcl
@@ -73,7 +73,7 @@ proc ::dialog_iemgui::sched_rng {mytoplevel} {
             $mytoplevel.rng.max_ent configure -textvariable $var_iemgui_max_rng
             $mytoplevel.rng.min_ent configure -textvariable $var_iemgui_min_rng }
         if {[eval concat $$var_iemgui_max_rng] < $define_min_flashhold} {
-            set $var_iemgui_max_rng $iemgui_define_min_flashhold
+            set $var_iemgui_max_rng $define_min_flashhold
             $mytoplevel.rng.max_ent configure -textvariable $var_iemgui_max_rng
         }
         if {[eval concat $$var_iemgui_min_rng] < $define_min_flashbreak} {

----------------------------------------------------------------------

>Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-03 11:19

Message:
applied for 0.44

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582746&group_id=55736



More information about the Pd-dev mailing list