Bugs item #3611190, was opened at 2013-04-17 05:31
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611190&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: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: black screen
Initial Comment:
I have arrived at only a blackscreen when i open dsp.
should it not display a grid?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611190&group_…
Bugs item #3611089, was opened at 2013-04-16 10:41
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611089&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: hradio error
Initial Comment:
When creating a hradio object via either put or ctrl+1 the final product is a red outlined object. Why is this happening? Pretty frustrating...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611089&group_…
Bugs item #3611032, was opened at 2013-04-16 01:30
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611032&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: Graph-On-Parent
Group: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: GOP Canvas properties not saved correctly
Initial Comment:
Hi,
when trying to make a GOP with no object name+arguments, there is a bug:
- check "Graph-On-Parent" and "Hide object name and arguments" and "apply" (all operations at once). The patch doesn't get properly saved, and you can't open it
- check "Graph-On-Parent" and "apply"; check "Hide object name and arguments" and "apply" (all operations separated) and it works as it should.
Tested on w7 only
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611032&group_…
Bugs item #3611031, was opened at 2013-04-16 01:09
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611031&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: João Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: Autopatch sticky + mini-bug
Initial Comment:
Hi,
was trying out autopatch, and wanted to add the following for discussion:
- unlike edit mode, autopatch is more of a general feature than a feature that is dependent on which canvas it gets activated. Wouldn't it make sense that when autopatch is on, it's active for the whole Pd environment? Just like Perf mode and Autotips - and btw, maybe also Magic glass should behave like that?
- when using autopatch with an object that has no outlets, the following text comes out in the console: "audio-detect.pd 2 0 3 0 (outlet->text) connection failed". Would it be possible to switch it off when objects have no outlets?
- where is it possible to change the distance between autopatched objects? Does it involve recompiling Pd, or just editing a value in some .tk file?
And:
- Since you added alt+key combinations to access the menus, isn't is possible to add also key commands inside each menu, as normal? E.g. o for open, n for new, etc.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611031&group_…
Bugs item #3610979, was opened at 2013-04-15 13:34
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3610979&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: Yes
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: No object appear in GEM window
Initial Comment:
After follow:
1) Create-gemwin (click create = black GEM window appeared)
2) gemhead-cube (no cube appeared in GEM window)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3610979&group_…
Patches item #3585461, was opened at 2012-11-08 13:09
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3585461&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: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [readsf~] loops some files
Initial Comment:
some wav-files get looped when played back via [readsf~].
it seems that the problem is dues to the soundfile fitting exactly into the fifobuffer, thus the EOF (signalled by the read-thread) drain never really starts in the perform routine.
(fifohead==fifosize, so the test for (!x_eof && x_fifohead >= x_fifotail && x_fifohead < x_fifotail + wantbytes-1) never triggers, resulting in a continuous drain of the entire buffer.
the attached soundfile triggers this behaviour.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-15 14:38
Message:
applied for 0.44
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2012-11-08 13:11
Message:
attached is a simplistic attempt to fix the problem: if the
fifohead==fifosize, we wrap it to 0 even if we just read the last byte.
(originally this was only done if !EOF)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3585461&group_…