daisy::patch_sm¶
Classes¶
Name | |
---|---|
class | daisy::patch_sm::DaisyPatchSM Board support file for DaisyPatchSM hardware. |
Types¶
Name | |
---|---|
enum | @4 |
enum | @5 |
Types Documentation¶
enum @4¶
Enumerator | Value | Description |
---|---|---|
CV_1 | 0 | |
CV_2 | ||
CV_3 | ||
CV_4 | ||
CV_5 | ||
CV_6 | ||
CV_7 | ||
CV_8 | ||
ADC_9 | ||
ADC_10 | ||
ADC_11 | ||
ADC_12 | ||
ADC_LAST |
Accessors for the Analog Controls. These cover the 8x Bipolar CV inputs as well as the 4x 0-3V3 ADC inputs on the hardware
When reading a value with DaisyPatchSM::GetAdcValue()
patch.GetAdcValue(patch_sm::CV_1);
enum @5¶
Enumerator | Value | Description |
---|---|---|
CV_OUT_BOTH | 0 | |
CV_OUT_1 | ||
CV_OUT_2 |
Enum for addressing the CV Outputs via the WriteCvOut function.
Updated on 2024-01-03 at 19:41:01 +0000