-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If I input DAWproect created with Cubase, Outputs not work.
Also, MIDI created with Cbuase, Outputs not work.
However MIDI created with Logic Pro works well when creating any outputs
For example,
Input: DAWproect -> Output: MIDI
qt.qpa.fonts: Populating font family aliases took 140 ms. Replace uses of missing font family "Ubuntu" with one that exists to avoid this cost.
Traceback (most recent call last):
File "~/DawVert/dawvert_ui.py", line 126, in run
dawvert_core.parse_input(in_file, dv_core.config_data)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/DawVert/objects/core.py", line 320, in parse_input
plug_obj.parse(self.convproj_obj, in_file, dv_config)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/DawVert/plugins/input/r_dawproject.py", line 397, in parse
if target_obj.parameter:
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parameter'
Input: DAWproect -> Output: flp
qt.qpa.fonts: Populating font family aliases took 138 ms. Replace uses of missing font family "Ubuntu" with one that exists to avoid this cost.
Traceback (most recent call last):
File "~/DawVert/dawvert_ui.py", line 126, in run
dawvert_core.parse_input(in_file, dv_core.config_data)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/DawVert/objects/core.py", line 320, in parse_input
plug_obj.parse(self.convproj_obj, in_file, dv_config)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/DawVert/plugins/input/r_dawproject.py", line 397, in parse
if target_obj.parameter:
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parameter'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working