Skip to content

Commit

Permalink
feat: add vocal range and tempo for reml
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Jun 29, 2024
1 parent a14f8d2 commit e9f6efe
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion data/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/InuInu2022/cevio-casts/main/model/schema.json",
"version": "1.23.0",
"version": "1.23.1",
"casts": [
{
"id": "CTV-JPF-A",
Expand Down Expand Up @@ -1723,6 +1723,14 @@
"1.0.1"
],
"hasEmotions": false,
"vocalRange": {
"high": "F5",
"low": "F#3"
},
"vocalTempo": {
"high": 180,
"low": 100
},
"spSymbols": [
{
"id": "bounceuppitch",
Expand Down Expand Up @@ -4542,6 +4550,14 @@
"2.0.0"
],
"hasEmotions": false,
"vocalRange": {
"high": "F5",
"low": "F#3"
},
"vocalTempo": {
"high": 180,
"low": 100
},
"spSymbols": [
{
"id": "pitchflipup",
Expand Down

0 comments on commit e9f6efe

Please sign in to comment.