Sneaky addition of the Hydra Synth (performance?)

This commit is contained in:
2023-09-04 00:55:36 +02:00
parent 112386f762
commit e11f08ac2b
4 changed files with 49 additions and 4 deletions

View File

@ -1455,6 +1455,17 @@ export class UserAPI {
});
};
// =============================================================
// Hydra integration
// =============================================================
stop_hydra = (): void => {
/**
* Empties the buffer of the Hydra sketch.
*/
this.app.hydra.hush();
};
// =============================================================
// Trivial functions
// =============================================================