@blackmagic-controller/core
Version:
An npm module for interfacing with the Blackmagic usb/bluetooth controllers
22 lines • 754 B
JavaScript
import { LedBuffer } from './ledBuffer.js';
export class DefaultLedService {
constructor(device, reportId, bufferSize) {
this.
this.
// TODO - flashing buffers?
}
async setControlColors(values) {
this.
for (const value of values) {
this.
}
await this.
}
async clearPanel() {
this.
await this.
}
}
//# sourceMappingURL=default.js.map