Skip to content

Commit f4d60ac

Browse files
authored
Merge pull request #40 from hrueger/patch-2
fix: add missing `name` property to `Output`
2 parents f20e65d + e07b827 commit f4d60ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export declare class Input extends EventEmitter {
7777

7878
export declare class Output {
7979
constructor(name: string, virtual?: boolean);
80+
name: string;
8081
send(evt: "noteon", param: Note): void;
8182
send(evt: "noteoff", param: Note): void;
8283
send(evt: "poly aftertouch", param: PolyAfterTouch): void;

0 commit comments

Comments
 (0)