musecbox 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {musecbox-0.2.2 → musecbox-0.2.3}/PKG-INFO +1 -1
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/__init__.py +1 -1
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/track_widget.py +3 -1
- {musecbox-0.2.2 → musecbox-0.2.3}/pyproject.toml +1 -1
- {musecbox-0.2.2 → musecbox-0.2.3}/.gitignore +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/LICENSE +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/README.md +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/__main__.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/audio_recorder.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/__init__ +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/add_group_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/add_group_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/connection_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/connection_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/copy_sfz_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/copy_sfz_paths_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/copy_sfzs_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/copy_sfzs_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/generic_plugin_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/instrument_selection_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/instrument_selection_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/missing_sfzs_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/project_info_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/project_info_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/project_load_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/project_load_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/project_save_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/record_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/record_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_apply_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_apply_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_import_channel_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_import_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_import_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_import_part_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_info_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_info_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/score_load_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/sfz_file_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/sfz_file_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/sfzdb_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/sfzdb_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/track_creation_dialog.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/dialogs/track_creation_dialog.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/__init__.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/balance_control_widget.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/horizontal_port_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/horizontal_track_plugin_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/horizontal_track_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/main_window.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/main_window.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/plugin_widgets.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/port_widget.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/shared_plugin_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/vertical_port_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/vertical_track_plugin_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/gui/vertical_track_widget.ui +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/liquidsfz.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/Theremin/Stereo-Theremin.sfz +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/Theremin/Thick-Theremin.sfz +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/Theremin/Thin-Theremin.sfz +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/Theremin/samples/SINUS.wav +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/Theremin/samples/U-sinewave.wav +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/audio-icon-off.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/audio-icon-on.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/balance_control_widget.h +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/collapse-vertical.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/collapse.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/control-icon-off.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/control-icon-on.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/disable-off.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/disable-on.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/empty.sfz +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/expand-vertical.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/expand.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/lock.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/menu.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/meter.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/midi-icon-off.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/midi-icon-on.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/minus.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/musecbox-icon.png +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/musescore_score.mscx +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/mute.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/narrow-menu.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/plus.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/render.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/solo.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/res/unlock.svg +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/score_fixer.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/scripts/__init__.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/scripts/mbx_apply.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/scripts/mbx_project_info.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/scripts/mbx_track_setup.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/sfz_previewer.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/sfzdb.py +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/styles/dark.css +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/styles/light.css +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/styles/system.css +0 -0
- {musecbox-0.2.2 → musecbox-0.2.3}/musecbox/xdg/install.sh +0 -0
|
@@ -29,6 +29,8 @@ from qt_extras import SigBlock, ShutUpQT, DevilBox
|
|
|
29
29
|
from qt_extras.autofit import autofit
|
|
30
30
|
from qt_extras.list_button import QtListButton
|
|
31
31
|
from qt_extras.list_layout import HListLayout, VListLayout
|
|
32
|
+
from sfzen import SFZ
|
|
33
|
+
from sfzen.cleaners.liquidsfz import clean as liquid_clean
|
|
32
34
|
from simple_carla import Plugin, PatchbayPort
|
|
33
35
|
try:
|
|
34
36
|
from simple_carla.plugin_dialog import CarlaPluginDialog
|
|
@@ -39,7 +41,7 @@ except ModuleNotFoundError:
|
|
|
39
41
|
from PyQt5 import uic
|
|
40
42
|
from PyQt5.QtGui import QIcon
|
|
41
43
|
from PyQt5.QtCore import Qt, pyqtSignal, pyqtSlot, QObject, QVariant, QTimer, QPoint
|
|
42
|
-
from PyQt5.QtWidgets import QApplication, QInputDialog, QPushButton, QFrame, \
|
|
44
|
+
from PyQt5.QtWidgets import QApplication, QInputDialog, QMessageBox, QPushButton, QFrame, \
|
|
43
45
|
QAction, QMenu, QHBoxLayout, QGraphicsColorizeEffect
|
|
44
46
|
|
|
45
47
|
# musecbox imports
|
|
@@ -31,7 +31,7 @@ requires = ["flit_core >=3.2,<4"]
|
|
|
31
31
|
build-backend = "flit_core.buildapi"
|
|
32
32
|
|
|
33
33
|
[bumpver]
|
|
34
|
-
current_version = "0.2.
|
|
34
|
+
current_version = "0.2.3"
|
|
35
35
|
version_pattern = "MAJOR.MINOR.PATCH"
|
|
36
36
|
commit_message = "Bump version {old_version} -> {new_version}"
|
|
37
37
|
commit = true
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|