-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Tryed to convert from DAWProject to Ableton Live with latest commit of DawVert and latest versions of each dependency with Python. DAWProject exported from Bitwig Studio 5.3.13.
cmd:
python dawvert_cmd.py -i '.\Stay With You\Stay With You.dawproject' -it dawproject -o '.\Stay With You\Stay With You.als' -ot ableton
error:
Traceback (most recent call last):
File "C:\DawVert\dawvert_cmd.py", line 151, in <module>
dawvert_core.parse_input(in_file, dawvert_core.config)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\DawVert\objects\core.py", line 320, in parse_input
plug_obj.parse(self.convproj_obj, in_file, dv_config)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\DawVert\plugins\input\r_dawproject.py", line 379, in parse
if clip.clips: do_clips(convproj_obj, track_obj, clip, clip.clips)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\DawVert\plugins\input\r_dawproject.py", line 296, in do_clips
do_audioclip(convproj_obj, npa_obj, inclip)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\DawVert\plugins\input\r_dawproject.py", line 229, in do_audioclip
if inclip.fadeInTime: npa_obj.fade_in.set_dur(inclip.FadeInLength, 'beats')
^^^^^^^^^^^^^^^^^^^
AttributeError: 'dawproject_clip' object has no attribute 'FadeInLength'
(removed some logs and left only the error)
Metadata
Metadata
Assignees
Labels
No labels