[PD-cvs] pd/portaudio/docs index.html,1.1.1.1.2.1,1.1.1.1.2.1.2.1 pa_tut_mac_osx.html,1.1.1.1.2.1,1.1.1.1.2.1.2.1 portaudio_icmc2001.pdf,1.1.1.1.2.1,1.1.1.1.2.1.2.1

carmen rocco ix9 at users.sourceforge.net
Tue Aug 24 06:12:59 CEST 2004


Update of /cvsroot/pure-data/pd/portaudio/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5913/docs

Modified Files:
      Tag: impd_0_37
	index.html pa_tut_mac_osx.html portaudio_icmc2001.pdf 
Log Message:
new snapshot


Index: portaudio_icmc2001.pdf
===================================================================
RCS file: /cvsroot/pure-data/pd/portaudio/docs/Attic/portaudio_icmc2001.pdf,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.1.2.1
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.1.2.1
Binary files /tmp/cvsHYHqNp and /tmp/cvswB8htA differ

Index: index.html
===================================================================
RCS file: /cvsroot/pure-data/pd/portaudio/docs/Attic/index.html,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.1.2.1
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.1.2.1
*** index.html	12 Sep 2003 21:43:57 -0000	1.1.1.1.2.1
--- index.html	24 Aug 2004 04:12:54 -0000	1.1.1.1.2.1.2.1
***************
*** 62,67 ****
  <a href="v19-doxydocs/">API Reference for V19</a></h3>
  
! <blockquote>Reference documents for the Application Programmer Interface
! for V19 generated by doxygen.</blockquote>
  
  <hr WIDTH="100%">
--- 62,83 ----
  <a href="v19-doxydocs/">API Reference for V19</a></h3>
  
! <blockquote>
!   <p>Reference documents for the Application Programmer Interface
!   for V19 generated by doxygen.</p>
! </blockquote>
!   <h3> Paper presented at ACMC2003</h3>
!   <blockquote>
!     <p>"PortAudio and Media Synchronisation" - Discusses how the V19 API relates to
!      various synchronisation tasks including MIDI controlled playback, GUI/Audio
!     sync and MIDI sync. <a href="http://www.portaudio.com/docs/portaudio_sync_acmc2003.pdf">http://www.portaudio.com/docs/portaudio_sync_acmc2003.pdf </a> (PDF)</p>
! </blockquote>
!   <h3>Programmer's Guides</h3>
! 
! <ul>
! <li>
! <a href="http://www.numerix-dsp.com/files/portaudio.html" target="_blank">
! Compilation Information For Borland C/C++ And wxWindows by John Edwards
! </li>
! </ul>
  
  <hr WIDTH="100%">

Index: pa_tut_mac_osx.html
===================================================================
RCS file: /cvsroot/pure-data/pd/portaudio/docs/Attic/pa_tut_mac_osx.html,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.1.2.1
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.1.2.1
*** pa_tut_mac_osx.html	12 Sep 2003 21:43:57 -0000	1.1.1.1.2.1
--- pa_tut_mac_osx.html	24 Aug 2004 04:12:55 -0000	1.1.1.1.2.1.2.1
***************
*** 31,41 ****
  <blockquote>To compile a Macintosh OS X CoreAudio application with the
  PortAudio library you will use the following source files:
! <blockquote>pa_mac_core/pa_mac_core.c<br>
! pa_common/pa_lib.c<br>
! pa_common/portaudio.h<br>
! pa_common/pa_host.h<br>
! pa_common/pa_convert.c<br>
! pablio/ringbuffer.c<br>
! pablio/ringbuffer.h</blockquote>
  </blockquote>
  
--- 31,43 ----
  <blockquote>To compile a Macintosh OS X CoreAudio application with the
  PortAudio library you will use the following source files:
! <blockquote>pa_mac_core/pa_mac_core.c
! <br>pa_common/pa_lib.c
! <br>pa_common/portaudio.h
! <br>pa_common/pa_host.h
! <br>pa_common/pa_convert.c
! <br>pa_common/pa_trace.c
! <br>pa_common/pa_trace.h
! <br>pablio/ringbuffer.c
! <br>pablio/ringbuffer.h</blockquote>
  </blockquote>
  
***************
*** 54,58 ****
  Or Using Metrowerks CodeWarrior 8</h3>
  
! <blockquote>by James Vanlommel</blockquote>
  
  <blockquote>Create a new CodeWarrior project using Mac OS C++ Stationery.
--- 56,60 ----
  Or Using Metrowerks CodeWarrior 8</h3>
  
! <blockquote>by James Van Lommel</blockquote>
  
  <blockquote>Create a new CodeWarrior project using Mac OS C++ Stationery.
***************
*** 62,67 ****
  <p>Add a test file of your choosing, like
  <br>&nbsp;&nbsp; patests&nbsp;&nbsp;&nbsp; /patest_sine8.c
! <br>&nbsp;
! <br>Add the frameworks to the Frameworks tab using Project > Add Files...
  <br>&nbsp;&nbsp; CoreAudio
  <br>&nbsp;&nbsp; AudioToolbox
--- 64,68 ----
  <p>Add a test file of your choosing, like
  <br>&nbsp;&nbsp; patests&nbsp;&nbsp;&nbsp; /patest_sine8.c
! <p>Add the frameworks to the Frameworks tab using Project > Add Files...
  <br>&nbsp;&nbsp; CoreAudio
  <br>&nbsp;&nbsp; AudioToolbox
***************
*** 69,78 ****
  <p>Open the current target's settings, and in Language Settings > C/C++
  Language, uncheck (disable) the "ANSI Strict" setting. (Do this for both
! Debug and Release projects, if necessary.)
  <p>Edit pa_mac_core.c:
  <br>&nbsp;&nbsp; On line 1546, cast the PaHost_AllocateFastMemory() result
  to a (char *) or you will get a compile error.
! <br>&nbsp;
! <br>Compile and run. (may need to run from a terminal window)
  <p>I've successfully built patest_sine8.c this way using the CVS .tar version
  of portaudio (date: 2003-04-27). I get 17 warnings during compilation,
--- 70,80 ----
  <p>Open the current target's settings, and in Language Settings > C/C++
  Language, uncheck (disable) the "ANSI Strict" setting. (Do this for both
! Debug and Release projects, if necessary.) You may also choose to disable
! RTTI and exceptions; the most important settings are 'Force C++ compilation'
! (enabled) and 'ANSI Strict' (disabled)."
  <p>Edit pa_mac_core.c:
  <br>&nbsp;&nbsp; On line 1546, cast the PaHost_AllocateFastMemory() result
  to a (char *) or you will get a compile error.
! <p>Compile and run. (may need to run from a terminal window)
  <p>I've successfully built patest_sine8.c this way using the CVS .tar version
  of portaudio (date: 2003-04-27). I get 17 warnings during compilation,





More information about the Pd-cvs mailing list