Browse Source

Fix carla-plugin

Closes #1166

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
9b0dc503af
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/frontend/carla-plugin

+ 2
- 1
source/frontend/carla-plugin View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# Carla plugin host (plugin UI)
# Copyright (C) 2013-2019 Filipe Coelho <falktx@falktx.com>
# Copyright (C) 2013-2020 Filipe Coelho <falktx@falktx.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -25,6 +25,7 @@ from PyQt5.QtWidgets import QSplitter
# ------------------------------------------------------------------------------------------------------------
# Imports (Custom Stuff)

from carla_backend_qt import CarlaHostQtPlugin
from carla_host import *
from externalui import ExternalUI



Loading…
Cancel
Save