Adding sample patterning to ziffers

This commit is contained in:
2023-09-26 20:02:00 +03:00
parent 2843b65122
commit bf360247c8
7 changed files with 134 additions and 21 deletions

View File

@ -7,6 +7,11 @@ import {
// @ts-ignore
} from "superdough";
export type SoundParams = {
dur: number;
s?: string;
}
export class SoundEvent extends AudibleEvent {
constructor(sound: string | object, public app: Editor) {
super(app);