| Index: Source/modules/webaudio/ScriptProcessorNode.h
|
| diff --git a/Source/modules/webaudio/ScriptProcessorNode.h b/Source/modules/webaudio/ScriptProcessorNode.h
|
| index 77f5c4057d69bc278fc82803112cba02a2842763..39b6650ffec4499dfe384c7ddc2e2ebe02b36791 100644
|
| --- a/Source/modules/webaudio/ScriptProcessorNode.h
|
| +++ b/Source/modules/webaudio/ScriptProcessorNode.h
|
| @@ -45,6 +45,7 @@ class AudioProcessingEvent;
|
| // AudioBuffers for each input and output.
|
|
|
| class ScriptProcessorNode FINAL : public AudioNode {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // bufferSize must be one of the following values: 256, 512, 1024, 2048, 4096, 8192, 16384.
|
| // This value controls how frequently the onaudioprocess event handler is called and how many sample-frames need to be processed each call.
|
|
|