I cannot use GetTrackStateChunk in any of the scripts until this is fixed.
When using reaper.GetTrackStateChunk, the chunk string returned doesn't have any <PARMENV > data.
Step to reproduce:
make a track with a plugin and some automation on some of its parameters for example.
Run this script on the track.
Result:
it removes all automation lanes on the track!
REAPER 5.23, win x64
When using reaper.GetTrackStateChunk, the chunk string returned doesn't have any <PARMENV > data.
Step to reproduce:
make a track with a plugin and some automation on some of its parameters for example.
Run this script on the track.
Result:
it removes all automation lanes on the track!
Code:
retval, trackchunk = reaper.GetTrackStateChunk(reaper.GetSelectedTrack(0,0), "", true)
reaper.SetTrackStateChunk(reaper.GetSelectedTrack(0,0), trackchunk, true)
reaper.GetTrackStateChunk doesn't return track automation envelopes data
Aucun commentaire:
Enregistrer un commentaire