UNPKG

soundcraft-ui-connection

Version:

Library for controlling the Soundcraft Ui series audio mixers

7 lines (6 loc) 345 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; /** Collect all outbound/inbound messages into an array. */ export declare function collectMessages(conn: SoundcraftUI): string[];