Bugs item #3102816, was opened at 2010-11-04 10:35
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3102816&group_…
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Table bug
Initial Comment:
You create a table (without canvas or GUI view). It will store values from say 40 to 100. When you click on the table to view the contents of the array, they are all out of the border of the frame. It is not possible to scale the values, unless you tick the box called "graph on parent". But it is not ideal to store all arrays on the GUI, just because one sometimes would like to have a visual peek at the table's values.
thanks
thor
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3102816&group_…
Bugs item #3102804, was opened at 2010-11-04 10:18
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3102804&group_…
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Array, canvas, tables confusion
Initial Comment:
You go to the Put menu and create an Array.
Need help, click on help, but you get the helpfile for canvas (not Array).
and that helpfile contains information about tables (not canvas or ideally Array).
Array -> canvas -> tables ... what's going on?
How about changing Put/Array to Put/table or Put/graphical table?
You need to sort out the terminology. Should users use "arrays" or "tables"?
Also there is a confusion between the actual canvas and the Array-canvas.
(a help on canvas will give you my_canvas-help.pd).
thor (a sporadic Pd user, but I use it for teaching)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3102804&group_…
Patches item #3102512, was opened at 2010-11-03 23:19
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3102512&group_…
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] jack sample rate autodetection
Initial Comment:
In Pd and Pd-extended 0.42.5 Jack Audio Settings menu's sample rate always defaults to 44100Hz so one has to manually change it to the proper sampling rate JACK or otherwise everything sounds off-pitch when one presses apply in situations when JACK is not running at 44100Hz. Following patch fixes this problem and also automatically adjusts to changes, so that the only thing one has to do when reconnecting to JACK (assuming number of channels remains the same) is to simply restart dsp by pressing the "compute audio" button on the main PD window.
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-11-04 10:40
Message:
is this still the case with Pd-0.43 (vanilla)? i think it is fixed there.
also please note that your patch seems to lack an ifdef guard, so it might
fail to link and/or run on systems that are compiled without jack-support.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3102512&group_…
Patches item #3077431, was opened at 2010-09-28 12:29
Message generated for change (Settings changed) made by ico_bukvic
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3077431&group_…
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: externals
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
>Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: add threaded read/write for coll to avoid xruns
Initial Comment:
Xruns occur when coll tries to read/write large files, particularly when Pd is running more complex patches. Following proposed solution does read/write in a separate thread to avoid generating xruns and outputs bang on load using clock_delay to make it sync properly with the main thread.
----------------------------------------------------------------------
Comment By: Ivica Ico Bukvic (ico_bukvic)
Date: 2010-10-02 09:35
Message:
Fixed and re-uploaded the patch after discovering some stability issues.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3077431&group_…
Patches item #3102512, was opened at 2010-11-03 17:19
Message generated for change (Settings changed) made by ico_bukvic
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3102512&group_…
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
>Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] jack sample rate autodetection
Initial Comment:
In Pd and Pd-extended 0.42.5 Jack Audio Settings menu's sample rate always defaults to 44100Hz so one has to manually change it to the proper sampling rate JACK or otherwise everything sounds off-pitch when one presses apply in situations when JACK is not running at 44100Hz. Following patch fixes this problem and also automatically adjusts to changes, so that the only thing one has to do when reconnecting to JACK (assuming number of channels remains the same) is to simply restart dsp by pressing the "compute audio" button on the main PD window.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3102512&group_…
Patches item #3102512, was opened at 2010-11-03 17:19
Message generated for change (Tracker Item Submitted) made by ico_bukvic
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3102512&group_…
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bugfix] jack sample rate autodetection
Initial Comment:
In Pd and Pd-extended 0.42.5 Jack Audio Settings menu's sample rate always defaults to 44100Hz so one has to manually change it to the proper sampling rate JACK or otherwise everything sounds off-pitch when one presses apply in situations when JACK is not running at 44100Hz. Following patch fixes this problem and also automatically adjusts to changes, so that the only thing one has to do when reconnecting to JACK (assuming number of channels remains the same) is to simply restart dsp by pressing the "compute audio" button on the main PD window.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3102512&group_…
Bugs item #3102332, was opened at 2010-11-03 17:54
Message generated for change (Tracker Item Submitted) made by flippx
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3102332&group_…
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: FlippX (flippx)
Assigned to: Nobody/Anonymous (nobody)
Summary: "graph on parent" bug
Initial Comment:
Might be because of my crappy windows, but I found a bug in 0.42.5-ext.:
Create new patch => right click, select properties => select "graph on parent", apply => unmark "graph on parent", apply ! This makes pd.dll crash...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3102332&group_…
Bugs item #3101526, was opened at 2010-11-02 11:38
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3101526&group_…
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: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jwif ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Width parameter in properties for atom & symbol boxes broken
Initial Comment:
*From testing this seems to apply only to symbol and atom boxes with the 'Width' parameter at the center top*
Choosing Properties from the right-click context menu for these gui objects brings up the properties window with the Width parameter selected and a cursor inside. However I cannot delete the default value using backspace without either moving the cursor arrow left or highlighting it with the mouse. Any other key works aside from backspace.
Also all other gui properties boxes highlight the default value aside from these two (could be related?).
Pd version 0.43-0test3
Macbook Pro running OS X 10.6.4/Intel
built-in sound
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3101526&group_…
Bugs item #3101280, was opened at 2010-11-01 23:43
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3101280&group_…
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: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: moocow/deque crashes
Initial Comment:
[asdf, bang(
|
[moocow/deque]
asdf can be replaced with anything that's not an accepted method of [deque].
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3101280&group_…
Bugs item #3101275, was opened at 2010-11-01 23:40
Message generated for change (Tracker Item Submitted) made by dotmmb
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3101275&group_…
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: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: .mmb (dotmmb)
Assigned to: Nobody/Anonymous (nobody)
Summary: [MouseState] always polls mouse button
Initial Comment:
Whether polling is on or off, [MouseState] will always send the state of the mouse button. x-y and delta coordinates still work correctly. Just look at the help patch.
Pd 0.42.5-extended
MacBook Pro OSX 10.5.8/Intel
Using built-in trackpad
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3101275&group_…