We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b22dad4 + cdfa382 commit d580b19Copy full SHA for d580b19
index.d.ts
@@ -1,6 +1,6 @@
1
import { EventEmitter } from "events";
2
3
-export type Channel = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
+export type Channel = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
4
5
export interface Note {
6
note: number;
@@ -91,4 +91,4 @@ export declare class Output {
91
}
92
93
export declare function getInputs(): string[];
94
-export declare function getOutputs(): string[];
+export declare function getOutputs(): string[];
0 commit comments