Fix note duration and filter type in fantasy sequence
This commit is contained in:
@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user