| Index: client/dom/generated/src/interface/AudioNode.dart
|
| diff --git a/client/dom/generated/src/interface/AudioNode.dart b/client/dom/generated/src/interface/AudioNode.dart
|
| index d29c3b53b34b0d231c06893cdd95617e88fb14c2..3fb280c22f5f7fbf62f4c0b6330b46258989e64b 100644
|
| --- a/client/dom/generated/src/interface/AudioNode.dart
|
| +++ b/client/dom/generated/src/interface/AudioNode.dart
|
| @@ -12,7 +12,7 @@ interface AudioNode {
|
|
|
| int get numberOfOutputs();
|
|
|
| - void connect(AudioNode destination, [int output, int input]);
|
| + void connect(AudioNode destination, int output, int input);
|
|
|
| - void disconnect([int output]);
|
| + void disconnect(int output);
|
| }
|
|
|