Created
January 4, 2022 03:05
-
-
Save jonnor/a969c752fdc7125f2e7c4284d4f52377 to your computer and use it in GitHub Desktop.
Preset example for Ossia Score automation curves
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Key": { | |
"Uuid": "d2a67bd8-5d3f-404e-b6e9-e350cf2a833f", | |
"Effect": "" | |
}, | |
"Name": "Generated Curve Copy", | |
"Preset": { | |
"ObjectName": "CurveModel", | |
"id": 45345, | |
"Segments": [ | |
{ | |
"uuid": "1e7cb83f-4e47-4b14-814d-2242a9c75991", | |
"ObjectName": "CurveSegmentModel", | |
"id": 1, | |
"Previous": 398318071, | |
"Following": null, | |
"Start": [ | |
0.0958904109589041, | |
0.31000000000000005 | |
], | |
"End": [ | |
0.6021276595744681, | |
1 | |
], | |
"Power": 1 | |
}, | |
{ | |
"uuid": "1e7cb83f-4e47-4b14-814d-2242a9c75991", | |
"ObjectName": "CurveSegmentModel", | |
"id": 398318071, | |
"Previous": -1697586675, | |
"Following": 1, | |
"Start": [ | |
0.06595744680851064, | |
0.91 | |
], | |
"End": [ | |
0.0958904109589041, | |
0.31000000000000005 | |
], | |
"Power": 1 | |
}, | |
{ | |
"uuid": "1e7cb83f-4e47-4b14-814d-2242a9c75991", | |
"ObjectName": "CurveSegmentModel", | |
"id": -1697586675, | |
"Previous": null, | |
"Following": 398318071, | |
"Start": [ | |
0, | |
0 | |
], | |
"End": [ | |
0.06595744680851064, | |
0.91 | |
], | |
"Power": 1 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loads fine on Ossia Score 3.0.0rc7. I found the dataformat by looking inside a .score file (which is also a JSON). Note that this is an undocumented format, with no stability promises - it may break anytime - you have been warned.