From 6e1078703b90019a518dc408b613a8cdea732e25 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 21 Jun 2025 01:51:25 -0600 Subject: [PATCH] Fix note duration and filter type in fantasy sequence --- examples/fantasy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fantasy.json b/examples/fantasy.json index e170d6f..33aecbc 100644 --- a/examples/fantasy.json +++ b/examples/fantasy.json @@ -179,7 +179,7 @@ { "time": 19.0, "note": "C5", "duration": 1.5, "velocity": 0.7 }, { "time": 21.0, "note": "Bb4", "duration": 0.75, "velocity": 0.5 }, { "time": 22.0, "note": "Ab4", "duration": 1.0, "velocity": 0.6 }, - { "time": 23.5, "note": "F4", "duration": 1.25, "velocity": 0.5 }, + { "time": 23.5, "note": "F4", "duration": 0.75, "velocity": 0.5 }, { "time": 24.0, "note": "G4", "duration": 2.0, "velocity": 0.6 }, { "time": 26.5, "note": "Bb4", "duration": 0.75, "velocity": 0.5 }, { "time": 27.5, "note": "D5", "duration": 1.0, "velocity": 0.7 }, @@ -210,7 +210,7 @@ }, "effects": [ { - "type": "lowpass", + "type": "highpass", "cutoff": 2000.0, "resonance": 1.1 },