Skip to content

Cubase DAWproject input Not work #32

@leestana01

Description

@leestana01

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions