EmperorOfFinland
Registered
So what would be the easiest way to fix the Json audio if the turboRPM value i used for sound earlier does not work anymore?
Code:
{
"multi": {
"name": "turbo",
"volume": {
"key": "turboRPM",
"value": [[0,0,0],[70000,0.6,-0.2],[140000,0.74,-0.2]]
},
"position": [0.35,0.18,0.3],
"events": [
{
"loop": {
"sample": "Sounds\\F1_1982\\Turbo\\Turbo_Whistle.wav",
"volume": {
"key": "turboRPM",
"value": [[0,0,0],[15000,0.5,0.2],[75000,0.27,0],[170000,0.12,0]]
},
"pitch": {
"key": "turboRPM",
"value": [[0,0,0],[50000,1,0],[100000,2,0],[150000,3,0]]
}
}
},
{
"loop": {
"sample": "Sounds\\F1_1982\\Turbo\\Turbo_Hiss.wav",
"volume": {
"key": "throttle",
"value": [[0,0.2,0],[1,0.45,0.314]]
},
"pitch": {
"key": "turboRPM",
"value": [[0,0.7,0],[125000,1.0,-0.3]]
}
}
}
]
}
},
{
"multi": {
"name": "turboDump",
"volume": 1.0,
"pitch": {
"key": "turboRPM",
"value": [[10000,0.3,0],[140000,1.5,-0.2]]
},
"position": [0.35,0.3,0.3],
"events": [
{
"burst": {
"sample": "Sounds\\F1_1982\\Turbo\\Turbo_Dump_1.wav",
"volume": {
"key": "turboVel",
"value": [[0,0,0],[0.05,0.1,0],[0.30,0.7,0]]
}
}
},
{
"burst": {
"sample": "Sounds\\F1_1982\\Turbo\\Turbo_Dump_2.wav",
"volume": {
"key": "turboVel",
"value": [[0.12,0,0],[0.30,1,0]]
}
}
},
{
"burst": {
"sample": "Sounds\\F1_1982\\Turbo\\Turbo_Dump_2.wav",
"volume": {
"key": "turboVel",
"value": [[0.24,0,0],[0.40,1,0]]
}
}
}
]
}
}
]
}
}
]
}