Patches item #1061666, was opened at 2004-11-06 14:18
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1061666&group_…
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: compilation fix: Registry HKEY
Initial Comment:
the HKEY variables have been used as HKEY **, instead
of HKEY
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:43
Message:
Logged In: YES
user_id=313747
Took it (0.39test2).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1061666&group_…
Patches item #1062577, was opened at 2004-11-08 09:53
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1062577&group_…
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: check for too long GUI string
Initial Comment:
currently PD doesn't notice when the GUI code passed
to the ring buffer is too long. Patch will post an error
message to the console - further action could be taken.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:43
Message:
Logged In: YES
user_id=313747
Took it (0.39test2)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1062577&group_…
Patches item #1062642, was opened at 2004-11-08 12:22
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1062642&group_…
Category: puredata
Group: Unstable (example)
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: unlock sys_lock while send_dac is blocking
Initial Comment:
Drivers could sleep while send_dac is running (and return
SENDDACS_SLEPT)... make this time available for
background processing.
Can there be done any harm with PD messaging while
send_dac ?
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:42
Message:
Logged In: YES
user_id=313747
Took it (0.39test2) -- I'm just hoping locking mutexes is
real real
cheap when nobody is really using this feature.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1062642&group_…
Patches item #1070226, was opened at 2004-11-20 14:13
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1070226&group_…
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: carmen rocco (ix9)
Assigned to: Nobody/Anonymous (nobody)
Summary: win32/GCC fixes
Initial Comment:
* various #defines intended to reduce warnings in MSVC
create warnings in GCC
* catch stuff in s_entry and dllexport stuff in m_pd is
unnecessary/broken with GCC
* couldnt find TCL/wish.exe if in system PATH
* .pdrc wasnt being read on windows, where it is called
pd.ini and can be located in pd/ or ~/ (portions from
timblechmann & matju, includes previous "comments in rc
file" patch
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:41
Message:
Logged In: YES
user_id=313747
I'm not sure what to do with "pd.ini" since I'm trying to phase
out "pdrc" already. I could take the other changes, but
have taken
so many other patches today I'm afraid of dropping a patch
in halfway.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1070226&group_…
Patches item #1070303, was opened at 2004-11-20 19:54
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1070303&group_…
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: carmen rocco (ix9)
Assigned to: Nobody/Anonymous (nobody)
Summary: gui: drag&drop / mousewheel
Initial Comment:
mousewheel to scroll patch window, normal is vertical,
shift-scroll is sideways.. you can still bind to wheel
events inside a widget and override the canvas'..
drag&drop requires tkdnd.sourceforge.net, if you dont
have it installed nothing happens.. drop onto the top
window (with the console) and theyre opened in current
instance, or keep a palette of abstractions to drop on
a canvas:
http://replic.net/~ix/pd/GrO/pdnd.PNG (cursor's hiding..)
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:39
Message:
Logged In: YES
user_id=313747
Took it (0.39test2) -- I don't have a mouse wheel, nor drag
and drop
support, so I'm just hoping this works...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1070303&group_…
Patches item #1083495, was opened at 2004-12-11 08:25
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1083495&group_…
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: Jamie Tittle (tigital)
Assigned to: Nobody/Anonymous (nobody)
Summary: s_loader.c: osx external loading
Initial Comment:
...years ago, the NSLINKMODULE_OPTION_PRIVATE flag was
introduced to NSLinkModule() in an effort to prevent pd
from crashing when a library is loaded that has
duplicate symbols to an already loaded library...sure,
it's desirable to not crash, but this flag has the side
effect of artificially partitioning the loaded symbols
such that we can't access one library easily from
another...
...so, this patch removes the PRIVATE flag and adds
another RETURN_ON_ERROR flag, which works as
advertised...I've also added a small bit of code to
spit out some info about what the error was, and in
which file...
...another point to consider is the linker flag
-flat_namespace, and whether it is needed at all
anymore (the default would be -twolevel_namespace)...
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:37
Message:
Logged In: YES
user_id=313747
Took it (0.39test2)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-04-12 21:03
Message:
Logged In: YES
user_id=27104
Check out externals/build/darwin/makefile. Its been using
-bundle -bundle_loader ../path/to/pd successfully for a
while now.
externals/OSCx is using -bundle_loader.. but has
-flat_namespace, so maybe that should be changed as well.
----------------------------------------------------------------------
Comment By: Jamie Tittle (tigital)
Date: 2005-04-12 10:56
Message:
Logged In: YES
user_id=634044
...after further exploration with linking and loading other
externals, I think we can leave -flat_namespace behind and
just use something like the following:
PREFIX = $(HOME)/pd-0.38-4/
LFLAGS = -bundle -bundle_loader $(PREFIX)/bin/pd
...notice that we don't need to say "-two_level_namespace",
because it is default...without the -bundle_loader bit, you
get all kinds of problems with undefined symbols...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1083495&group_…
Patches item #1094910, was opened at 2005-01-03 02:50
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1094910&group_…
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Blechmann (timblech)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix for cnv empty label bug
Initial Comment:
after sending an empty label to the canvas with
|;mycanvas label( the
cnv object gets corrupted: fix is attached ...
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:36
Message:
Logged In: YES
user_id=313747
Took it (0.39test2). Didn't even check what it did.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1094910&group_…
Patches item #1094912, was opened at 2005-01-03 02:56
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1094912&group_…
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Blechmann (timblech)
Assigned to: Nobody/Anonymous (nobody)
Summary: message-based access to the audio api
Initial Comment:
attached is a patch that simplifies message-based
access to the audio api:
pd understands the following messages:
audio-samplerate
audio-delay
audio-dacblocksize
audio-scheduler
audio-device
audio-device-in
audio-device-out
audio-dacblocksize and audio-scheduler require devel_0_38
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:36
Message:
Logged In: YES
user_id=313747
I'm scared of this one... how important is it to have all the
different audio parameters handled by separate messages? I
think the "audio_dialog" message should suffice for setting
audio parameters...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1094912&group_…
Patches item #1185294, was opened at 2005-04-18 09:35
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1185294&group_…
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure'ing gem2pdp
Initial Comment:
i find it very annoying that i have to set the path to
my gem and pdp installation by hand in configure.ac
since i prefer command-line flags i have added 3 of
them (--with-gemdir=<gempath> --with-pdpdir=<pdppath>
--with-pddir=<pdpath>) to the configure.ac, which
allows me to overrule the hardcoded paths
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:32
Message:
Logged In: YES
user_id=313747
I don't have a configure.ac -- should I monkey with
configure.in???
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-04-18 21:46
Message:
Logged In: YES
user_id=27104
I added some code to configure.ac that will look at two
typical locations for Pd, Gem, and PDP. Feel free to add
yours to the search.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1185294&group_…
Patches item #1103416, was opened at 2005-01-16 10:18
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1103416&group_…
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: carmen rocco (ix9)
Assigned to: Nobody/Anonymous (nobody)
Summary: window geometry fix
Initial Comment:
files saved on dual or quad-monitor setups or
just larger screens in general may have windows
which draw offscreen..this slides them into view
considering the available screen dimensions.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:28
Message:
Logged In: YES
user_id=313747
Took it (0.38test)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1103416&group_…