bitwig / dawproject

Open exchange format for DAWs
MIT License
765 stars 19 forks source link

Issue with audio clips not starting at 0 #22

Closed git-moss closed 1 year ago

git-moss commented 3 years ago

I am still trying to understand the parameters of the double wrapped clips->clip->clips->clip but it seems it does not fully work currently. Export the attached project and import it again. The clip on the 3rd track is not correct. ClipPosition Test.zip

kurasu commented 2 years ago

First problem been fixed so the clip length is correct, was just a bug in the importer.

The second problem is that the sample start position of the event is not exported when using raw audio.. There's no property in the format to specifying it and although I could wrap it in a with timebase=seconds to specify this data, it could be worth adding the fields if that solution turns out too awkward.

kurasu commented 1 year ago

Sample start is exported in the current version so I think it is correct. But the old project is not openable due to changes in the format since then, so if there's still an issue add a new one.