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_…
Patches item #1143751, was opened at 2005-02-18 04:31
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1143751&group_…
Category: puredata-dev
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: exporting mayer_fft for MSW...
Initial Comment:
to ensure that pd.lib exports the
mayer_fft()-functions, we have to import "m_pd.h" in
"d_mayer_fft.c" (as shown in d_fftroutine.c)
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:24
Message:
Logged In: YES
user_id=313747
Took it (0.39test)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1143751&group_…
Patches item #1154131, was opened at 2005-03-01 03:05
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1154131&group_…
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: Winfried Ritsch (ritsch)
Assigned to: Nobody/Anonymous (nobody)
Summary: alsamm channel count change bugfix
Initial Comment:
with linux pd 0-38-4 and probably earlier versions
if eg rme9652 card is used with alsammap and the wrong
number of channels is given then pd segfaults.
for the bug see
http://sourceforge.net/tracker/index.php?func=detail&aid=1154130&group_id=5…
change of the sys_inchannels and
sys_out_channels and memory allocation with in stuff
exported function
sys_setchsr(alsamm_inchannels, alsamm_outchannels,
alsamm_sr)
after a forced change of number of channels.
GUI doesnt respect this
Additional, the two variables alsamm_inchannels and
alsamm_outchannels are initialized on open (since
multiple open can happen with use of the GUI).
mfG Winfried Ritsch
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:23
Message:
Logged In: YES
user_id=313747
Took it (0.39test)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1154131&group_…
Patches item #1159324, was opened at 2005-03-08 12:06
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1159324&group_…
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: testtone.pd does not work for 8-channels
Initial Comment:
obviously while copy'n'pasting channel7+8 from
channel5+6 someone has forgotten to update all the
send/receive labels...
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:23
Message:
Logged In: YES
user_id=313747
fixed this one independently, thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1159324&group_…
Patches item #1193650, was opened at 2005-05-02 01:10
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193650&group_…
Category: puredata-dev
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: exposing verbose() in m_pd.h
Initial Comment:
(i have moved this from RFE to patches)
this patch gives the authors of externals the
possibility to give some user-defined verbosity to
their externals.
"void verbose(int level, const char*fmt, ...);" will
output the formatted string only if the given level is
lower than the user-settable "sys_verbose"-level.
the user can set the verbosity by adding "-verbose" to
the startup flags. each "-verbose" increments the
sys_verbose by 1.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:22
Message:
Logged In: YES
user_id=313747
Took it
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193650&group_…
Patches item #1193670, was opened at 2005-05-02 01:51
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193670&group_…
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: alternative & stackable rcfiles
Initial Comment:
this patch allows you to specify an rcfile at the
command-line; when an rcfile is specified, the default
pdsettings and .pdrc are ignored.
you can stack several rcfiles, by adding the
"-rcfile"-flag to you rcfile.
this allows to use system-wide rcfiles
caveats: it doesn't really work with the pdsettings-system
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:22
Message:
Logged In: YES
user_id=313747
ugh... trying to get rid of the "rc" files. Need a better
mechanism for
site management (where the machine has a default setting but
users can
override it). OS dependent and ugly...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193670&group_…
hi all,
are there any objections to remove the watchdog _process_ in favor of a
watchdog _thread_?
debugging is pain if the watchdog kills a program that i stopped with
gdb ...
cheers ... tim
--
mailto:TimBlechmann@gmx.de ICQ: 96771783
http://www.mokabar.tk
latest mp3: kMW.mp3
http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone
http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space
would say "I want to see the manager."
William S. Burroughs
Hello,
I made a release on the iemxmlrpc external. I have set a release Tag in the
CVS.
The questions are:
- should releases be published on the Files section on sourceforge or private
pages ?
if yes:
- Is there a naming convention for differen architectures ?
- Who does it ?
- Should it be done for other packages.
I have just put the files now under
http://puredata.info/Members/ritsch/iemxmlrpc/
mfg winfried
--
--
- ao.Univ.Prof. DI Winfried Ritsch
- ritsch(a)iem.at - http://iem.at/ritsch
- Institut fuer Elektronische Musik und Akustik
- University of Music and Dramatic Art Graz
- Tel. ++43-316-389-3510 (3170) Fax ++43-316-389-3171
- PGP-ID 69617A69 (see keyserver http://wwwkeys.at.gpg.net/)
--