MusicKit  0.0.0
Public Member Functions
ArielProPort Class Reference

The ArielProPort class is a DSPSerialPortDevice subclass that corresponds to the Ariel ProPort ADC/DAC interface. More...

#import <DSPSerialPortDevice.h>

Inheritance diagram for ArielProPort:
DSPSerialPortDevice

List of all members.

Public Member Functions

(int) - hardwareSupportedSamplingRates:
 Returns 7 and sets *rates to a malloc'ed array containing 96000, 48000, 44100, 32000, 16000, 11025 or 8000.
(id) - setUpSerialPort:
 This is invoked by Orchestra open to set up the serial port.

Detailed Description

The ArielProPort class is a DSPSerialPortDevice subclass that corresponds to the Ariel ProPort ADC/DAC interface.


Member Function Documentation

- (int) hardwareSupportedSamplingRates: (double **)  rates

Returns 7 and sets *rates to a malloc'ed array containing 96000, 48000, 44100, 32000, 16000, 11025 or 8000.

Parameters:
ratesis a double **.
Returns:
Returns an int. Note that 96000 is supported by the ProPort for input only.

Reimplemented from DSPSerialPortDevice.

- (id) setUpSerialPort: (id)  orchestra

This is invoked by Orchestra open to set up the serial port.

Parameters:
orchestrais an id.
Returns:
Returns an id. Sends the appropriate values for the ArielProPort.

Reimplemented from DSPSerialPortDevice.


The documentation for this class was generated from the following file: