Interface IMIDIOutput

interface IMIDIOutput {
    get id(): string;
    get manufacturer(): string;
    get name(): string;
    send(data): void;
}

Accessors

Methods

Accessors

Methods

Generated using TypeDoc