| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..13e76fffecce58bd2edd910ba89ebfefc3ab382f
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/AudioBufferSourceNode.dart
|
| @@ -0,0 +1,19 @@
|
| +
|
| +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;
|
| +}
|
|
|