diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-02-22 22:59:52 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-02-22 22:59:52 +0100 |
commit | bef8eee0f63cc5ccb963be9467381e4e605e7f53 (patch) | |
tree | a7d07ef9689a608c572216b3e54569014752f0e6 /solo-tool-project/test/test_session.json | |
parent | 2bcd98fd69b3b4c36b0f6c985a2ea214b1d0ad60 (diff) |
Remove AB concept, introduce key points, refactor SoloTool to use properties
Diffstat (limited to 'solo-tool-project/test/test_session.json')
-rw-r--r-- | solo-tool-project/test/test_session.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/solo-tool-project/test/test_session.json b/solo-tool-project/test/test_session.json index f48b792..aed1e11 100644 --- a/solo-tool-project/test/test_session.json +++ b/solo-tool-project/test/test_session.json @@ -1,13 +1,10 @@ [ { "path" : "test.flac", - "ab_limits" : null + "key_positions" : null }, { "path" : "test.mp3", - "ab_limits" : [ - [0.1, 0.2], - [0.3, 0.4] - ] + "key_positions" : [0.1, 0.3] } ] |