English (English)
Theme
Effect data is used by Sonolus app to drive an effect's playback.
JSON resource.
.json is the only supported format, and must also be GZip compressed.
.json
type EffectData = { clips: EffectDataClip[] }
{ "clips": [ // ... ] }