UNPKG

soundcraft-ui-connection

Version:

Library for controlling the Soundcraft Ui series audio mixers

5 lines (4 loc) 214 B
import { SoundcraftUI } from './soundcraft-ui'; import { MixerModel } from './types'; /** Manually set mixer model for testing */ export declare function setMixerModel(model: MixerModel, conn: SoundcraftUI): void;