Update of /cvsroot/pure-data/pd/portaudio/pa_sgi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15364/portaudio/pa_sgi
Added Files: pa_sgi.c Log Message: ... more changes to try to upload 0.38 test 5 to CVS
--- NEW FILE: pa_sgi.c --- /* * $Id: pa_sgi.c,v 1.3 2004/09/06 20:44:40 millerpuckette Exp $ * PortAudio Portable Real-Time Audio Library. * Latest Version at: http://www.portaudio.com. * Silicon Graphics (SGI) IRIX implementation by Pieter Suurmond. * * Based on the Open Source API proposed by Ross Bencina * Copyright (c) 1999-2002 Ross Bencina, Phil Burk * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files * (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, * publish, distribute, sublicense, and/or sell copies of the Software, * and to permit persons to whom the Software is furnished to do so, * subject to the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. [...1378 lines suppressed...] { return (signed long)alGetFillable(((PaSGIStream*)s)->hostPortBuffOut.port); }
/* CVS reminder: To download the 'v19-devel' branch from portaudio's CVS server for the first time, type: cvs -d:pserver:anonymous@www.portaudio.com:/home/cvs checkout -r v19-devel portaudio Then 'cd' to the 'portaudio' directory that should have been created. To commit changes: cvs -d:pserver:pieter@www.portaudio.com:/home/cvs login cvs -d:pserver:pieter@www.portaudio.com:/home/cvs commit -m 'blabla.' -r v19-devel pa_sgi/pa_sgi.c cvs -d:pserver:pieter@www.portaudio.com:/home/cvs logout To see if someone else worked on something: cvs -d:pserver:anonymous@www.portaudio.com:/home/cvs update -r v19-devel To get an older revision of a certain file (without sticky business): cvs -d:pserver:anonymous@www.portaudio.com:/home/cvs update -p -r 1.1.1.1.2.4 pa_tests/patest1.c >pa_tests/patest1.c-OLD To see logs: cvs -d:pserver:anonymous@www.portaudio.com:/home/cvs log pa_common/pa_skeleton.c */