parent
57fbe01236
commit
3bc8d7282c
|
@ -83,6 +83,7 @@
|
|||
{ "bar": 8, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
{ "bar": 8, "beat": 4, "y": 1, "type": "SayReadyGetSetGo", "phraseToSay": "JustSayStop", "voiceSource": "Nurse", "tick": 1, "volume": 100 },
|
||||
{ "bar": 8, "beat": 5, "y": 0, "type": "SetRowXs", "row": 0, "pattern": "------" },
|
||||
{ "bar": 8, "beat": 5, "y": 2, "type": "ShowRooms", "rooms": [1], "transitionTime": 4, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
|
||||
{ "bar": 8, "beat": 7, "y": 2, "type": "SayReadyGetSetGo", "phraseToSay": "SayGetSetGo", "voiceSource": "Nurse", "tick": 1, "volume": 100 },
|
||||
{ "bar": 9, "beat": 1, "y": 2, "type": "AddOneshotBeat", "row": 1, "pulseType": "Wave", "loops": 6, "interval": 2, "tick": 1 },
|
||||
{ "bar": 10, "beat": 6.5, "y": 0, "type": "AddOneshotBeat", "row": 1, "pulseType": "Square", "squareSound": true, "tick": 1 },
|
||||
|
@ -127,8 +128,9 @@
|
|||
{ "bar": 24, "beat": 7, "y": 0, "type": "AddOneshotBeat", "row": 1, "pulseType": "Square", "squareSound": true, "tick": 1 },
|
||||
{ "bar": 24, "beat": 7.5, "y": 0, "type": "AddOneshotBeat", "row": 1, "pulseType": "Square", "squareSound": true, "tick": 1 },
|
||||
{ "bar": 24, "beat": 8, "y": 0, "type": "SetRowXs", "row": 0, "pattern": "--x--x" },
|
||||
{ "bar": 24, "beat": 8, "y": 1, "type": "SayReadyGetSetGo", "phraseToSay": "JustSayAndStop", "voiceSource": "Nurse", "tick": 1, "volume": 100 },
|
||||
{ "bar": 24, "beat": 8, "y": 1, "type": "SayReadyGetSetGo", "phraseToSay": "JustSayStop", "voiceSource": "Nurse", "tick": 1, "volume": 100 },
|
||||
{ "bar": 25, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
{ "bar": 25, "beat": 1, "y": 1, "type": "ShowRooms", "rooms": [0], "transitionTime": 2, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
|
||||
{ "bar": 25, "beat": 5, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
{ "bar": 26, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
{ "bar": 26, "beat": 5, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
|
@ -142,6 +144,7 @@
|
|||
{ "bar": 29, "beat": 5, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
{ "bar": 30, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
{ "bar": 30, "beat": 5, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 0.5, "swing": 0, "hold": 0 },
|
||||
{ "bar": 30, "beat": 5, "y": 2, "type": "ShowRooms", "rooms": [0, 1], "transitionTime": 4, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
|
||||
{ "bar": 30, "beat": 7, "y": 0, "type": "SayReadyGetSetGo", "phraseToSay": "SayGetSetGo", "voiceSource": "Nurse", "tick": 1, "volume": 100 },
|
||||
{ "bar": 31, "beat": 1, "y": 0, "type": "AddOneshotBeat", "row": 1, "pulseType": "Wave", "loops": 7, "interval": 2, "tick": 1 },
|
||||
{ "bar": 31, "beat": 8, "y": 0, "type": "SetRowXs", "row": 0, "pattern": "-xx-xx" },
|
||||
|
|
Loading…
Reference in New Issue