aboutsummaryrefslogtreecommitdiff
path: root/pd/portaudio/src/common/pa_skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/portaudio/src/common/pa_skeleton.c')
-rw-r--r--pd/portaudio/src/common/pa_skeleton.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/pd/portaudio/src/common/pa_skeleton.c b/pd/portaudio/src/common/pa_skeleton.c
index e229b07b..d5cb52d8 100644
--- a/pd/portaudio/src/common/pa_skeleton.c
+++ b/pd/portaudio/src/common/pa_skeleton.c
@@ -1,5 +1,5 @@
/*
- * $Id: pa_skeleton.c 1097 2006-08-26 08:27:53Z rossb $
+ * $Id: pa_skeleton.c 1339 2008-02-15 07:50:33Z rossb $
* Portable Audio I/O Library skeleton implementation
* demonstrates how to use the common functions to implement support
* for a host API
@@ -43,8 +43,10 @@
@brief Skeleton implementation of support for a host API.
- @note This file is provided as a starting point for implementing support for
- a new host API. IMPLEMENT ME comments are used to indicate functionality
+ This file is provided as a starting point for implementing support for
+ a new host API. It provides examples of how the common code can be used.
+
+ @note IMPLEMENT ME comments are used to indicate functionality
which much be customised for each implementation.
*/