Subroutine Library 117
The
InitDefaults()
subroutine call is necessary to setup the command name for
looking up options in the
.datlinkrc
le. If you are using an ANSI C compiler, you
may also want to include the le
defaults.h
in your program to declare a prototype
for the
InitDefaults()
subroutine.
As more control over the
DAT-Link
's modes and settings are required more of
the library functions will be needed. Since source code is provided for both the
NetAudio library functions and the user programs, looking at the co de for some of
the programs may help in understanding what functions should be called and when.
In many cases, all that may be needed is a minor mo dication to one of the existing
programs.