ivan tkachenko
3 years ago
No known key found for this signature in database
GPG Key ID: 4D197017E61437CF
11 changed files with
11 additions and
0 deletions
-
src/canvaspreviewframe.py
-
src/claudia_database.py
-
src/clickablelabel.py
-
src/jacklib.py
-
src/jacklib_helpers.py
-
src/patchcanvas.py
-
src/patchcanvas_theme.py
-
src/shared.py
-
src/shared_cadence.py
-
src/shared_canvasjack.py
-
src/shared_settings.py
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Custom Mini Canvas Preview, a custom Qt widget |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Package database |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Clickable Label, a custom Qt widget |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# JACK ctypes definitions for usage in python applications |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Helper functions for extra jacklib functionality |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# PatchBay Canvas engine using QGraphicsView/Scene |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# PatchBay Canvas Themes |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Common/Shared code |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Common/Shared code for Cadence |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Common/Shared code related to Canvas and JACK |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Common/Shared code related to the Settings dialog |
|
|
|