|
|
@@ -2,7 +2,7 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Carla plugin host |
|
|
|
# Copyright (C) 2011-2017 Filipe Coelho <falktx@falktx.com> |
|
|
|
# Copyright (C) 2011-2021 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 |
|
|
@@ -19,7 +19,16 @@ |
|
|
|
# ---------------------------------------------------------------------------------------------------------------------- |
|
|
|
# Imports (Custom Stuff) |
|
|
|
|
|
|
|
from carla_control import * |
|
|
|
from carla_host_control import ( |
|
|
|
ENGINE_PROCESS_MODE_BRIDGE, |
|
|
|
CarlaApplication, |
|
|
|
CarlaHostOSC, |
|
|
|
HostWindowOSC, |
|
|
|
handleInitialCommandLineArguments, |
|
|
|
initHost, |
|
|
|
loadHostSettings, |
|
|
|
setUpSignals, |
|
|
|
) |
|
|
|
|
|
|
|
# ---------------------------------------------------------------------------------------------------------------------- |
|
|
|
# Main |
|
|
|