forgotten stopallNotes, stopAllNotesAllChannels added

master
Denis Knauf 2013-06-07 00:08:20 +02:00
parent 082fcd8d9c
commit 69304a9773
1 changed files with 8 additions and 0 deletions

View File

@ -231,6 +231,14 @@ if (window.AudioContext || window.webkitAudioContext) (function () {
return ret;
};
root.stopAllNotes = function () {
};
root.stopAllNotesAllChannels = function () {
};
root.connect = function (conf) {
setPlugin(root);
//