| Index: client/dom/generated/src/frog/AudioNode.dart
|
| diff --git a/client/dom/generated/src/frog/AudioNode.dart b/client/dom/generated/src/frog/AudioNode.dart
|
| index 850ea61945ec917ae531e52adcc3ddb082522911..90f4cc4afcca07f0a708250534cbd3250a454fd7 100644
|
| --- a/client/dom/generated/src/frog/AudioNode.dart
|
| +++ b/client/dom/generated/src/frog/AudioNode.dart
|
| @@ -1,13 +1,13 @@
|
|
|
| -class AudioNode native "*AudioNode" {
|
| +class AudioNodeJS implements AudioNode native "*AudioNode" {
|
|
|
| - AudioContext get context() native "return this.context;";
|
| + AudioContextJS get context() native "return this.context;";
|
|
|
| int get numberOfInputs() native "return this.numberOfInputs;";
|
|
|
| int get numberOfOutputs() native "return this.numberOfOutputs;";
|
|
|
| - void connect(AudioNode destination, int output, int input) native;
|
| + void connect(AudioNodeJS destination, int output, int input) native;
|
|
|
| void disconnect(int output) native;
|
|
|
|
|