#import <DSPSerialPortDevice.h>

Public Member Functions | |
| (id) | - setProfessional: |
| Sets the professional instance variable to yesOrNo. Then, when setUpSerialPort: is invoked, the AD64x will be set to professional (AES/EBU) or consumer (SPDIF) mode, according to the value of professional.. | |
| (int) | - hardwareSupportedSamplingRates: |
| Returns 3 and sets *rates to a malloc'ed array containing 48000, 44100, and 32000. | |
| (id) | - setUpSerialPort: |
| This is invoked by Orchestra open to set up the serial port. | |
| (int) | - inputSampleSkip |
| Returns skip for sound input (i.e. | |
| (int) | - outputSampleSkip |
| Returns skip for sound output (i.e. | |
| (id) | - unMuteSerialPort: |
| Unmutes device. | |
| (id) | - closeDownSerialPort: |
| Mutes device to prevent buzzing. | |
| - (id) setProfessional: | (BOOL) | yesOrNo |
Sets the professional instance variable to yesOrNo. Then, when setUpSerialPort: is invoked, the AD64x will be set to professional (AES/EBU) or consumer (SPDIF) mode, according to the value of professional..
| yesOrNo | is a BOOL. |
| - (int) hardwareSupportedSamplingRates: | (double **) | rates |
Returns 3 and sets *rates to a malloc'ed array containing 48000, 44100, and 32000.
| rates | is a double **. |
Reimplemented from DSPSerialPortDevice.
| - (id) setUpSerialPort: | (id) | orchestra |
This is invoked by Orchestra open to set up the serial port.
| orchestra | is an id. |
Reimplemented from DSPSerialPortDevice.
| - (int) inputSampleSkip |
Returns skip for sound input (i.e.
Reimplemented from DSPSerialPortDevice.
| - (int) outputSampleSkip |
Returns skip for sound output (i.e.
Reimplemented from DSPSerialPortDevice.
| - (id) unMuteSerialPort: | (id) | orchestra |
Unmutes device.
| orchestra | is an id. |
Reimplemented from DSPSerialPortDevice.
| - (id) closeDownSerialPort: | (id) | orchestra |
Mutes device to prevent buzzing.
| orchestra | is an id. |
Reimplemented from DSPSerialPortDevice.
1.5.6