From d988150e3a460ee1034d57464cbdbae484d99760 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 21 Jun 2025 01:44:30 -0600 Subject: [PATCH] Rename track --- examples/bliss.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bliss.json b/examples/bliss.json index 2b5b6f2..e170d6f 100644 --- a/examples/bliss.json +++ b/examples/bliss.json @@ -1,8 +1,8 @@ { "metadata": { - "title": "Bliss", + "title": "Fantasy", "artist": "Atridad Lahiji", - "description": "A chill sample track." + "description": "A generic fantasy beat." }, "composition": { "key": 60, @@ -180,7 +180,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": 25.0, "note": "G4", "duration": 1.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": 27.5, "note": "D5", "duration": 1.0, "velocity": 0.7 }, { "time": 29.0, "note": "C5", "duration": 1.5, "velocity": 0.6 }, @@ -224,7 +224,7 @@ } ], "export": { - "filename": "bliss", + "filename": "fantasy", "format": "wav", "stereo": true }