Package com.groovemanager.spi.asio

Interface Summary
ASIOListener ASIO listeners can be added to ASIOMixer instances or generally to an ASIOMixerProvider instance for being notified of some events the ASIO driver may generate.
 

Class Summary
ASIOAudioFormat This class maps the ASIOSampleType values to a JavaSound AudioFormat
ASIOAudioFormat.Encoding  
ASIOBufferInfo This is a wrapper class for the native ASIOBufferInfo struct
ASIOChannelInfo This is a wrapper class for the native ASIOChannelInfo struct
ASIOClockSource This is a wrapper class for the native ASIOClockSource struct
ASIOClockSourceControl This class is an implementation of JavaSound Controls to let the user select the ASIOClockSource
ASIOClockSourceControl.Type  
ASIODataLine This class implements SourceDataLine as well as TargetDataLine because input and output processing is similar in ASIO.
ASIODriverInfo This is a wrapper class for the native ASOPDriverInfo struct
AsioDrivers This is a wrapper class for the native AsioDrivers class
ASIOLineInfo This class is used for DataLine.Info instances of ASIODataLines
ASIOMixer An ASIOMixer represents an ASIO driver
ASIOMixerProvider This class serves as ServiceProvider for accessing ASIODrivers from Java Sound
ASIOMixerProvider.ASIOMixerInfo Info-class for ASIOMixer instances
ASIOSampleRate This is a wrapper class for the native ASIOSampleRate struct
ASIOSamples This is a wrapper class for the native ASIOSamples struct
ASIOSampleType Collection of the ASIOSampleType constants
ASIOStaticFunctions This class provides wrapper methods for native ASIO functions
ASIOTime This is a wrapper class for the native ASIOTime struct
ASIOTimeCode This is a wrapper class for the native ASIOTimeCode struct
AsioTimeInfo This is a wrapper class for the native AsioTimeInfo struct
ASIOTimeStamp This is a wrapper class for the native ASIOTimeStamp struct
DoubleHalfBuffer This class can be used to concatenate two ByteBuffers into one.
DoubleHalfRingBuffer A RingBuffer to be used with DoubleHalfBuffers.
NativeClass An abstract class that can be used for Wrapper classes of native classes or structs
TestASIO Test class for jsASIO
 

Exception Summary
ASIOError This class is a wrapper for the ASIOError constants It extends Exceptions so everytime a native method returns an ASIOError, which is not ASE_OK or ASE_SUCCESS an ASIOError will be thrown