Patches item #3591846, was opened at 2012-12-02 08:56
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3591846&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: 9
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: portaudio fixes
Initial Comment:
this patches fixes the current portaudio implementation.
since it is too big to be added to the patch-tracker (i imported portaudio-20121129), you can download it from http://iem.at/~zmoelnig/0001-updated-to-portaudio-20121129-snapshot.patch.b…
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-03 10:05
Message:
I tried this and got:
[msp@fuzz pd]$ git apply
~/bis/var/download/0001-updated-to-portaudio-20121129-snapshot.patch
/home/msp/bis/var/download/0001-updated-to-portaudio-20121129-snapshot.patch:287:
trailing whitespace.
/home/msp/bis/var/download/0001-updated-to-portaudio-20121129-snapshot.patch:300:
trailing whitespace.
/home/msp/bis/var/download/0001-updated-to-portaudio-20121129-snapshot.patch:336:
trailing whitespace.
* The text above constitutes the entire PortAudio license; however,
/home/msp/bis/var/download/0001-updated-to-portaudio-20121129-snapshot.patch:341:
trailing whitespace.
* they can be incorporated into the canonical version. It is also
/home/msp/bis/var/download/0001-updated-to-portaudio-20121129-snapshot.patch:342:
trailing whitespace.
* requested that these non-binding requests be included along with the
warning: squelched 32389 whitespace errors
warning: 32394 lines add whitespace errors.
... is there any way you can supply a patch that doens't add trailing white
space to 1/2 ot the Pd
source?
thanks
M
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2012-12-02 09:07
Message:
raising priority, since the current state of affairs breaks all builds from
current git.
what i did:
- after the import of the portaudio-20121101 snapshot, some files where
missing to smoothly integrate with Pd's autotools system.
- so I re-imported portaudio with the missing files (and used the 20121126
snapshot, since that was the one i found on the portaudio website)
- I tried to keep the import to a minimum (but imported all files an
ordinary make would want to run a compilation)
- i added the new portaudio build-system to pd/configure.ac (so pa's
configure will get called automatically by Pd's configure)
- i also adjusted the link-path of libportaudio in pd/src/Makefile.am to
it's new location
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3591846&group_…
Patches item #3591986, was opened at 2012-12-02 20:15
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3591986&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: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: for set/label, only draw updates when the value changes
Initial Comment:
Lots of patches just hook up fast streams of events directly to GUI
objects. If these streams of events include multiples of the same value,
the GUI object draws each one. The first patch makes it so it only draws if the
value has changed. The second patch does the same for the labels.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3591986&group_…
Patches item #3585469, was opened at 2012-11-08 13:59
Message generated for change (Settings changed) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3585469&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: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Drop-in replacement for helpbrowser.tcl
Initial Comment:
Improved document browser and search engine for Pure Data internal/external documentation.
This is a refactored version of this GUI plugin:
http://puredata.info/Members/jancsika/searchplugindesc/
with the following mods:
* same key bindings as other dialogs
* withdrawing the window with <ctrl-w> or ESC will stop the current search in case it isn't finished
* clearer home page
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2012-12-02 20:09
Message:
I revised this to be a gui-plugin, which is the form it will take in
Pd-extended. Consequently I'm closing this issue, but I'll leave it here
for people who want to try it on older versions of Pd.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2012-11-11 12:22
Message:
Made the navigation bar in a separate text widget that stays at the top
when scrolling
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3585469&group_…
Patches item #3585469, was opened at 2012-11-08 13:59
Message generated for change (Comment added) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3585469&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Drop-in replacement for helpbrowser.tcl
Initial Comment:
Improved document browser and search engine for Pure Data internal/external documentation.
This is a refactored version of this GUI plugin:
http://puredata.info/Members/jancsika/searchplugindesc/
with the following mods:
* same key bindings as other dialogs
* withdrawing the window with <ctrl-w> or ESC will stop the current search in case it isn't finished
* clearer home page
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2012-12-02 20:09
Message:
I revised this to be a gui-plugin, which is the form it will take in
Pd-extended. Consequently I'm closing this issue, but I'll leave it here
for people who want to try it on older versions of Pd.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2012-11-11 12:22
Message:
Made the navigation bar in a separate text widget that stays at the top
when scrolling
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3585469&group_…
Bugs item #3591946, was opened at 2012-12-02 18:03
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591946&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: iemlib/toggle_mess weirdness
Initial Comment:
1) I fired up 0.43.4-extended-20121202
2) Open Helpbrowser2.0 with <ctrl-h>
3) Type toggle_mess and hit enter
4) Click the link to "iemlib/toggle_mess" to open the help patch
Bug:
5) [tm 4 8 99 2 -77] at bottom of patch didn't create
6) Close the help patch
7) Open it again
Weirdness:
8) [tm 4 8 99 2 -77] at bottom of patch now creates
Probably this [tm] is in the patch source code before toggle_mess, but the alias function is broken and requires toggle_mess to be created to get the alias to create
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591946&group_…
Bugs item #3591945, was opened at 2012-12-02 17:57
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591945&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: abstractions
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: list-abs in in list-abs-help.pd won't create
Initial Comment:
1. Create [list-abs/list-abs]
2. Right click it and choose "Help"
3. In the help patch list-abs-help.pd, the [list-abs] abstraction fails to create
Tested on Debian Wheezy, 0.43.4-extended-20121202
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591945&group_…
Bugs item #3591944, was opened at 2012-12-02 17:45
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591944&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: mapping lib missing some documentation
Initial Comment:
the help patches for the following objects need descriptions:
wave_loop
variance
stepper
split_n
sigmoide
rnd-stat
resample
pmsquare_2d
pmrepulsor_3d
pmrepulsor_2d
pmrepulsor_1d
pmfilter_3d
The help patches for the following objects needs to describe what the right outlet does:
pmsquare_2d
pmrepulsor_3d
pmrepulsor_2d
pmrepulsor_1d
pmfilter_3d
pmfilter_2d
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591944&group_…
Bugs item #3591915, was opened at 2012-12-02 17:01
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591915&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: markex help patch examples
Initial Comment:
the following objects need examples abd descriptions in the help patches:
vectorpack
vectorabs
vector0x2f
vector0x2a
vector-
vector+
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591915&group_…
Bugs item #3591913, was opened at 2012-12-02 16:56
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591913&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: maxlib/pong needs example patch
Initial Comment:
missing example patch and description of xlet functions
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591913&group_…
Bugs item #3591912, was opened at 2012-12-02 16:53
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591912&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: mjlib doc errors
Initial Comment:
mjlib/synapseA~ - needs an example patch
mjlib/prob - number boxes aren't connected to object
mjlib/morse - what does the right inlet do?
mjlib/convolve~ - needs an example patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3591912&group_…