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 f20e65d + e07b827 commit f4d60acCopy full SHA for f4d60ac
index.d.ts
@@ -77,6 +77,7 @@ export declare class Input extends EventEmitter {
77
78
export declare class Output {
79
constructor(name: string, virtual?: boolean);
80
+ name: string;
81
send(evt: "noteon", param: Note): void;
82
send(evt: "noteoff", param: Note): void;
83
send(evt: "poly aftertouch", param: PolyAfterTouch): void;
0 commit comments