Uses of Package
com.groovemanager.spi.asio

Classes in com.groovemanager.spi.asio used by com.groovemanager.spi.asio
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.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
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
ASIOLineInfo
          This class is used for DataLine.Info instances of ASIODataLines
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.
ASIOMixer
          An ASIOMixer represents an ASIO driver
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
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