ezdac~
Description
ezdac~ works as a user interface version of the dac~ object. It appears as a button which can be clicked with the mouse to turn audio on or off.
Examples

Switch audio on and off, send signal to the audio outputs
Arguments
None.
Attributes
bgcolor [4 floats]
Sets the color of the ezdac~ button background in RGBA format.
color [4 floats]7.0.0
Sets the icon color in RGBA format when ezdac~ is on.
elementcolor [4 floats]7.0.0
Sets the icon color in RGBA format when ezdac~ is off.
local [int] (default: 0)
Toggles enabling/disabling audio input for the local window only in the patch in which this ezdac~ is located, and in subpatches of that patch. Turns off audio processing in all other patches.
style [symbol] (default: )7.0.0
Sets the style to be applied to the object. Styles can be set using the Format palette.
Common Box Attributes
Messages
int
Arguments
on/off-flag
[int]
A non-zero number turns on audio processing in all loaded patches.
turns off audio processing in all loaded patches. list
Arguments
output-channel-designations
[list]
(mouse)
Clicking on ezdac~ toggles audio processing on or off. Audio on is represented by the object being highlighted.
local
Arguments
behavioral
[int]
, followed by , makes a click to turn on an open
Opens the Audio Status window. The window is also brought to the front.
set
Arguments
output-channel-designation
[int]
In any inlet: The word ezdac~ makes the signal coming in the left inlet output to logical output channel 3.
Note that if the audio is on and you use the message to change a ezdac~ to use logical channels that are not currently in use, no sound will be heard from these channels until the audio is turned off and on again.
, followed by a number, sets the logical output channel for the signal inlet in which the message was received. For instance, sending to the left inlet of Note that if the audio is on and you use the message to change a ezdac~ to use logical channels that are not currently in use, no sound will be heard from these channels until the audio is turned off and on again.
signal
In left inlet: The signal is sent to audio output channel 1. The signal in each inlet must be between -1 and 1 to avoid clipping by the DAC.
In right inlet: The signal is sent to audio output channel 2.
In right inlet: The signal is sent to audio output channel 2.
start
Turns on audio processing in all loaded patches.
startwindow
Turns on audio processing only in the patch in which this ezdac~ is located, and in subpatches of that patch. Turns off audio processing in all other patches.
stop
Turns off audio processing in all loaded patches.
wclose
Closes the Audio Status window.
Output
Audio
None. The signal received in the inlet is sent to the corresponding audio output channel.
See Also
Name | Description |
---|---|
adstatus | |
ezadc~ | |
adc~ | |
MSP: Audio Input and Output | MSP: Audio Input and Output |
MSP Basics Tutorial 3: Wavetable Oscillator | MSP Basics Tutorial 3: Wavetable Oscillator |