|
LMMS
|
Variables | |
| static constexpr const uint | ENGINE_DRIVER_DEVICE_HAS_CONTROL_PANEL = 0x1 |
| static constexpr const uint | ENGINE_DRIVER_DEVICE_CAN_TRIPLE_BUFFER = 0x2 |
| static constexpr const uint | ENGINE_DRIVER_DEVICE_VARIABLE_BUFFER_SIZE = 0x4 |
| static constexpr const uint | ENGINE_DRIVER_DEVICE_VARIABLE_SAMPLE_RATE = 0x8 |
Various engine driver device hints.
Engine driver device can use a triple-buffer (3 number of periods instead of the usual 2).
Engine driver device has custom control-panel.
Engine driver device can change buffer-size on the fly.
Engine driver device can change sample-rate on the fly.