Feature Requests item #1067554, was opened at 2004-11-16 10:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1067554&group_…
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Win32: get rid of the command line windows
Initial Comment:
i would like to open Pd without the …
[View More]black command line
windows. an log windows you could open from within Pd
would be a better solution.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1067554&group_…
[View Less]
http://sourceforge.net/top/mostactive.php?type=week&offset=200
We made 246th on the list of most active projects on SourceForge. We
are cranking!
.hc
________________________________________________________________________
____
Man has survived hitherto because he was too ignorant to know how to
realize his wishes.
Now that he can realize them, he must either change them, or perish.
-William Carlos Williams
Hi all,
Where can I get information relating to the procedure for submitting
externals for PD, i.e. where to send them, what's needed in the code, what
files etc.
Matt
Feature Requests item #1065953, was opened at 2004-11-13 18:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1065953&group_…
Category: puredata
Group: Next Release (example)
Status: Open
Priority: 5
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: mouse pointer for moving a point in a scalar
Initial Comment:
When …
[View More]editing scalars with the mouse in Run mode, the
mouse pointer changes to a two-headed arrow to
represent that you can change the width of an array
point. The mouse pointer does not change when its
above the spot where you can move an array point with
the mouse.
In order to make finding the spot where you can move an
array point, the mouse pointer should change to a
specific pointer that represents that you can move that
point.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1065953&group_…
[View Less]
hi devs, hi miller
there is a strange behavior of pd 0.36, 0.37 and 0.38
(i tested msw and linux): sometimes i missed a cord-connection
in a patch, which worked, before i did edit it.
now a simple example:
start pd without any externals, sound or midi;
create a new window;
create 3 messages with content "aa", "bb" and "cc",
"aa" on top, "bb" and "cc" on bottom;
connect "aa" with "bb";
connect "aa" with "cc";
change content of "bb" to "xx",
(the text-cursor is still blinking in …
[View More]"xx"-message-box);
|aa(
/ \
/ \
|xx( |cc(
now click immediately the connection from "aa" to "cc"
(it becomes blue);
and delete this cord with backspace.
but pd removes the cord between "aa" and the previous
edited message-box ("xx").
there is a simple workaround, you have to click to canvas-background
before you select the cord you want to delete, but i think it's a bug.
cheers, thomas musil
[View Less]
Bugs item #1065333, was opened at 2004-11-12 09:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1065333&group_…
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: readsf~
Initial Comment:
pd crashes the whole system and can't even be killed by
the …
[View More]watchdog (i'm using -rt) when more than 20 readsf~s
(i'm not sure if it is always exactly 20) are created
one by one in an empty patch. the whole computer
becomes unresponsive to anything and the hard drive
thrashes constantly. computer can only be restarted
with power button. this is even before any messages
have been sent to the readsf~s or dsp has been turned on.
i'm using 0.38 test 10 on planetCCRMA fedora core 1
with jack.
stefan turner
stefan underscore turner at yahoo dot co dot uk
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1065333&group_…
[View Less]
Patches item #1063717, was opened at 2004-11-10 10:45
Message generated for change (Settings changed) made by xovo
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1063717&group_…
Category: puredata
Group: bugfix
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSW: command line args are sensitive to whitespace
Initial Comment:
in s_entry.c tokenizing the …
[View More]Windows command line
argument string doesn't work right. However it isn't
necessary since the preparsed arguments can be
accessed via __argc and __argv.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1063717&group_…
[View Less]
Patches item #1060511, was opened at 2004-11-04 20:18
Message generated for change (Comment added) made by ggeiger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1060511&group_…
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Pablo MartÃn (caedesv)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch for native alsa sequencer midi support
Initial Comment:
The patch allows pd to be connected to …
[View More]different
sources and sinks of midi messages through the alsa
sequencer natively.
It lets pd open 1 or more sequencer inputs or outputs.
Alsa midi support is selected at compile time, if alsa
headers are found alsa midi support will be compiled
instead of oss.
All midi events work ok, i think probably raw midi does
not.
----------------------------------------------------------------------
>Comment By: Guenter Geiger (ggeiger)
Date: 2004-11-12 09:55
Message:
Logged In: YES
user_id=430561
there is a bug when no alsa devices are present (or if
they can't be opened). Attached addon patch fixes the problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1060511&group_…
[View Less]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello OSCx developer(s),
I see that "set" message has been added to the little todo list at the start of
OSCroute.c. Has there been any progress on this front?
I'm working on a lot of complex collections of abstractions using memento and
really need to be able to specify the route name via message rather than by
argument. The reason being is that I'm working on an infrastructure so that the
abstractions don't have to be named individually, they …
[View More]are automatically named
by thier position in the structure. In order to name dynamically I need to be
able to route OSC message dynamically!
I would really appreciate this feature, and would be happy to get any
development code that represents a stab at the problem to work on myself.
Thanks for all your work.
Ben
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBjvDtjbOsMZSA25cRAjt5AKCOd+WOzza0o6xoq1usP9XeJ/HuzgCeMMBz
PzrJtPXHKqS3AcxnKlB4YRU=
=V/64
-----END PGP SIGNATURE-----
[View Less]
Bugs item #1060124, was opened at 2004-11-04 10:54
Message generated for change (Comment added) made by ggeiger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1060124&group_…
Category: puredata
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Guenter Geiger (ggeiger)
Assigned to: Nobody/Anonymous (nobody)
Summary: tabreceive reads over buffer
Initial Comment:
I was trying to use tabreceive in order to do zero …
[View More]padding
in an FFT application. The easy way to do this would be
to have an array that is smaller than the blocksize and
having
the rest of the block filled by zeros.
Unfortunately tabreceive does not fill the array with
zeros, and
more than that, it reads over the array buffer.
----------------------------------------------------------------------
>Comment By: Guenter Geiger (ggeiger)
Date: 2004-11-11 10:21
Message:
Logged In: YES
user_id=430561
this is fixed in pd-0.38-0test10
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2004-11-07 19:13
Message:
Logged In: NO
should get fixed in tonight's checkin... thanks for flagging
that.
----------------------------------------------------------------------
Comment By: Guenter Geiger (ggeiger)
Date: 2004-11-04 11:02
Message:
Logged In: YES
user_id=430561
Sorry, this is actually not true, it doesn't read over the
buffer but it leaves the rest of the signal in an unknown state.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1060124&group_…
[View Less]