Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30664
Modified Files: Tag: devel_0_38 s_audio_asio.cpp Log Message: adding sponsor note
Index: s_audio_asio.cpp =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_asio.cpp,v retrieving revision 1.1.4.22 retrieving revision 1.1.4.23 diff -C2 -d -r1.1.4.22 -r1.1.4.23 *** s_audio_asio.cpp 17 Jan 2005 20:20:18 -0000 1.1.4.22 --- s_audio_asio.cpp 18 Jan 2005 20:15:04 -0000 1.1.4.23 *************** *** 1,3 **** --- 1,4 ---- /* Copyright (c) 2004, Tim Blechmann and others + * supported by vibrez.net * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ *************** *** 132,136 **** static AsioTimeInfo * asio_timerinfo = NULL; static ASIOCallbacks asio_callbacks; ! extern AsioDrivers * asioDrivers; /* declared in asiodrivers.cpp */
static char ** asio_drivernames = NULL; --- 133,137 ---- static AsioTimeInfo * asio_timerinfo = NULL; static ASIOCallbacks asio_callbacks; ! extern AsioDrivers * asioDrivers; /* declared in asiodrivers.cpp */
static char ** asio_drivernames = NULL;