Patches item #3609350, was opened at 2013-03-28 04:42
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3609350&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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: prevent recursive loading of gui-plugins
Initial Comment:
if a gui-plugin loads other plugin, we might easily encounter a recursion (where the plugin tries to load itself).
while the current gui-plugin loader mechanism tries to prevent re-loading of the "same" plugin (based on the filename of the plugin), it doesn't catch recursive loading.
the attached patch fixes this, by adding the to-be-loaded plugin to the "::loaded_plugins" list, then tries to load it and removes it from the list if the loading fails
(rather than adding the plugin to the list after the loading succeeded)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3609350&group_…
Patches item #3051663, was opened at 2010-08-23 09:45
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3051663&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: bugfix
Status: Closed
Resolution: Accepted
Priority: 6
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: make slipdec reassemble arbitrary packages
Initial Comment:
current slipdec doesn't work if the SLIP encoded package is not presented as a single list
(which kind of defeats the idea of SLIP, which is to paketize a _stream_ of data)
with the attached patch, [slipdec] is able to decode a stream even if it was [1, 192 2, 3 4, 5 192, 6, 192(
before applying and committing the patch, please have a close look at it.
for now, i just disabled the "valid" output (because it doesn't make so much sense anyhow, a SLIP stream is almost always valid)
i know think that the flag could indicate whether there is still data waiting in the queue (and is updated after each message received)
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2010-09-29 12:30
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Martin Peach (mrpeach)
Date: 2010-08-26 13:34
Message:
Maybe it should output the size of the queue, so zero would mean a complete
packet.
Valid was supposed to mean that all the input was equivalent to bytes, i.e.
no floating point, symbols, etc.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3051663&group_…
Patches item #3051663, was opened at 2010-08-23 09:45
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3051663&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: bugfix
Status: Closed
Resolution: Accepted
Priority: 6
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: make slipdec reassemble arbitrary packages
Initial Comment:
current slipdec doesn't work if the SLIP encoded package is not presented as a single list
(which kind of defeats the idea of SLIP, which is to paketize a _stream_ of data)
with the attached patch, [slipdec] is able to decode a stream even if it was [1, 192 2, 3 4, 5 192, 6, 192(
before applying and committing the patch, please have a close look at it.
for now, i just disabled the "valid" output (because it doesn't make so much sense anyhow, a SLIP stream is almost always valid)
i know think that the flag could indicate whether there is still data waiting in the queue (and is updated after each message received)
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-03-27 19:37
Message:
I think this is one of the most important info for me. And i am glad
reading your article. But should remark on some general things, The web
site style is wonderful, the articles is really nice : D. Good job, cheers
Burberry Bags http://burberrybags118.cabanova.com
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2010-09-29 12:30
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Martin Peach (mrpeach)
Date: 2010-08-26 13:34
Message:
Maybe it should output the size of the queue, so zero would mean a complete
packet.
Valid was supposed to mean that all the input was equivalent to bytes, i.e.
no floating point, symbols, etc.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3051663&group_…
hi pd-dev list,
my name is matthias kronlachner, master student of electrical
engineering-audio engineering at iem graz (austria), but currently
living in vilnius, lithuania.
i am teaching computer music (with support of pd) at the music and
theatre academy vilnius (lmta), writing my master thesis and working on
various projects.
i would like to apply for svn commit access.
since about 5 years i'm using pd to generate audio and video for
performances and installations.
i was lucky to learn a lot from the staff of iem (IOhannes, ritsch,
musil), especially about pd.
my interests are in performing electronic music, spatial audio, human
machine interfaces, computer vision, streaming audio and video,
algorithmic composition...
some of my projects can be found on my website:
http://www.matthiaskronlachner.com
i developed several pd and gem externals, especially for the kinect sensor.
currently my pd externals reside at github: https://github.com/kronihias
i'd like to contribute to the repo with my pd externals and fix issues
with existing ones, if investigated.
i just ported a dbap (directional based amplitude panning) external from
max to pd, and i guess it would be good to have that at the main repository.
my sourceforge name: mkronlachner
hope to be able to contribute further to this great project.
kind regards,
matthias
Bugs item #3609235, was opened at 2013-03-26 21:36
Message generated for change (Tracker Item Submitted) made by nykto
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3609235&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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patrice Colet (nykto)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: libjack.dll missing
Initial Comment:
latest pdx doesn't load, error message says "libjack.dll is missing"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3609235&group_…
Bugs item #3609167, was opened at 2013-03-26 16:47
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3609167&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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Comment formatting is lost after save/reload
Initial Comment:
When I place a comment data onscreen, sometimes with several items in the 1 comment, and extra linefeeds between, then when the patch is reloaded, the comment may be out of position or in the same space as other items which overwrite the comment.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3609167&group_…
Feature Requests item #3609163, was opened at 2013-03-26 14:00
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3609163&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
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Need Pure data "transplant"-aid
Initial Comment:
This is not a feature requenst like that I'd like you to build something, since I think I can do it myself, -if it's possible to me. I would just need some help frome the ones who are really into programming pd...
Since I still have some old windows machines around that only support SSE1 (and are actually pretty good at processing audio), I'd like to "merge together" a version of Pd-Ext that uses the most recent Pd-Version, but still works with SSE1.
It seems that all vanilla Pd versions (up to the recent 0.44) have no problems with the old machines. And Pd-Ext 0.42.5 work ..flawlessly fine.., too. ..I think the "SSE1-support" ended some time in a nightly autobuild of a Pd-Ext 0.43.1 version...
So now here is what I want to do: Of course one can't take care of all the libs, but of the vanilla objects you "extracted". So I would like to "file-replace" the incompatible files with the most recent ones that still work with only SSE1..
Now since there are lots of pd-versions around, can you forsee what to include where to get the most "recent" version out?!
The final pack should have at least the look of pd-ext-0.42.5 (not only vanilla) with the "most recent" functionality, like GUI-plugins etc.
I already tried to replace the incompatible extracted vanilla objects dlls with the ones from a nightly autobuild, with success! Could you point me to the most recent still compatible files, please?! And does anyone know of other files that should be replaced with older ones?!?
Or will it be better (easier) to take the files which are still compatible from a new release and transplant them into eg. pd-ext-0.42.5..??
Of course I'd share my findings on success to anyone with old, but not useless hardware...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3609163&group_…
Bugs item #3609084, was opened at 2013-03-25 19:23
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3609084&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.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Print in menu should actually print
Initial Comment:
I've been using Pd for quite a wile now and some oddities have become very intuitive just because I am used to it. In addition to Jamie Bullock's great user experience post http://www.jamiebullock.com/post/41281128485/the-pure-data-gui-a-ux-study I'd like to point out another problem. The "Print" Item which is found since version 0.36-1 in the menu doesn't print to a printer, but creates a postscript file instead. I consider this a bug, not a feature request because it is confusing at best and has lead to quite a few questions asked on the list. Here is how I think it should be implemented instead, which is more intuitive: 1. Make the Print menu behave just like the print in any other program. 2. Add a menu item export... where it lets you export your patch as a .pdf or a max patch. Postscript output is rather unnessecary since pdf files are usually much smaller and contain the same information wile being more userfriendly.
While this isn't critical, I'm putting it here in the bugtracker so it doesn't get forgotten. It is certainly something what should be in Pd before it reaches version 1.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3609084&group_…
Patches item #3606687, was opened at 2013-03-03 10:06
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3606687&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: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Yvan Volochine (elgusanorojo)
Assigned to: Miller Puckette (millerpuckette)
Summary: Fix recent files support for linux
Initial Comment:
Remove a regression introduced by 356fa6abd89d9 where recent files list would never be loaded.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3606687&group_…
From the README:
A tglgrid is a grid of cells that can each be toggled on and off. It can
be instantiated with different dimensions depending on your project's
needs. You can bang the left input to output a list of the active cells
in the currently active column and send a column number to the right
input to select the active column. Cells can also be toggled and/or
turned on/off by sending messages: "tgl col row", "on col row", or "off
col row".
Right now this has only been tested on linux. I would appreciate any
reports about success and/or failure of running this in other environments.
The github page is here: https://github.com/nicklan/tglgrid You can
find screenshots there if you're interested.
As this is my first external, I'm sure I've made some horrible
coding/design mistakes and appreciate any feedback in that regard.
Cheers!
-Nick