diff --git a/index.html b/index.html index 2172daf..534341c 100644 --- a/index.html +++ b/index.html @@ -212,8 +212,8 @@ Size: - Font (TODO): - + Font: + Choose a font IBM Plex Mono Victor Mono @@ -309,6 +309,7 @@ Audio/Event Nudging + Clock: - 0 + 0 + + Audio: - 0 + 0 diff --git a/src/classes/SoundEvent.ts b/src/classes/SoundEvent.ts index 27f3948..792e5da 100644 --- a/src/classes/SoundEvent.ts +++ b/src/classes/SoundEvent.ts @@ -19,7 +19,6 @@ export class SoundEvent extends AudibleEvent { constructor(sound: string | object, public app: Editor) { super(app); this.nudge = app.dough_nudge / 100; - console.log(this.nudge) if (typeof sound === "string") { if (sound.includes(":")) { this.values = {
Audio/Event Nudging
Clock:
Audio: