sounds onset and offset can be triggered independently

+ sounds tab now supports mousedown / mouseup to listen
This commit is contained in:
Felix Roos 2023-03-09 08:35:20 +01:00
parent cee08ea67d
commit 65e48c05f0
6 changed files with 103 additions and 48 deletions

View file

@ -62,6 +62,7 @@ export function loadWebDirt(config) {
* @noAutocomplete
*/
Pattern.prototype.webdirt = function () {
throw new Error('webdirt support has been dropped..');
// create a WebDirt object and initialize Web Audio context
/* return this.onTrigger(async (time, e, currentTime) => {
if (!webDirt) {