Fix note duration and filter type in fantasy sequence

This commit is contained in:
2025-06-21 01:51:25 -06:00
parent f92f961522
commit 6e1078703b

View File

@ -179,7 +179,7 @@
{ "time": 19.0, "note": "C5", "duration": 1.5, "velocity": 0.7 }, { "time": 19.0, "note": "C5", "duration": 1.5, "velocity": 0.7 },
{ "time": 21.0, "note": "Bb4", "duration": 0.75, "velocity": 0.5 }, { "time": 21.0, "note": "Bb4", "duration": 0.75, "velocity": 0.5 },
{ "time": 22.0, "note": "Ab4", "duration": 1.0, "velocity": 0.6 }, { "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": 24.0, "note": "G4", "duration": 2.0, "velocity": 0.6 },
{ "time": 26.5, "note": "Bb4", "duration": 0.75, "velocity": 0.5 }, { "time": 26.5, "note": "Bb4", "duration": 0.75, "velocity": 0.5 },
{ "time": 27.5, "note": "D5", "duration": 1.0, "velocity": 0.7 }, { "time": 27.5, "note": "D5", "duration": 1.0, "velocity": 0.7 },
@ -210,7 +210,7 @@
}, },
"effects": [ "effects": [
{ {
"type": "lowpass", "type": "highpass",
"cutoff": 2000.0, "cutoff": 2000.0,
"resonance": 1.1 "resonance": 1.1
}, },