| Index: client/html/generated/html/frog/AudioBufferSourceNode.dart
|
| diff --git a/client/html/generated/html/frog/AudioBufferSourceNode.dart b/client/html/generated/html/frog/AudioBufferSourceNode.dart
|
| deleted file mode 100644
|
| index 13e76fffecce58bd2edd910ba89ebfefc3ab382f..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/frog/AudioBufferSourceNode.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -
|
| -class _AudioBufferSourceNodeImpl extends _AudioSourceNodeImpl implements AudioBufferSourceNode native "*AudioBufferSourceNode" {
|
| -
|
| - _AudioBufferImpl buffer;
|
| -
|
| - final _AudioGainImpl gain;
|
| -
|
| - bool loop;
|
| -
|
| - bool looping;
|
| -
|
| - final _AudioParamImpl playbackRate;
|
| -
|
| - void noteGrainOn(num when, num grainOffset, num grainDuration) native;
|
| -
|
| - void noteOff(num when) native;
|
| -
|
| - void noteOn(num when) native;
|
| -}
|
|
|