Bugs item #1830836, was opened at 2007-11-12 22: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=1830836...
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.41.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: sys_soundin, sys_soundout, sys_dacsr declared multiple times
Initial Comment:
These global variables are declared multiple times. It seems to me that they only need to be declared in s_audio.c since they are declared EXTERN is s_stuff.h.
s_audio.c:t_sample *sys_soundout; s_audio.c:t_sample *sys_soundin; s_audio_mmio.c:t_sample *sys_soundout; s_audio_mmio.c:t_sample *sys_soundin; s_audio_oss.c:t_sample *sys_soundout; s_audio_oss.c:t_sample *sys_soundin; s_audio.c:float sys_dacsr; s_audio_mmio.c:float sys_dacsr = DEFAULTSRATE; s_audio_mmio.c:float sys_dacsr; s_audio_oss.c:float sys_dacsr;
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1830836...