Skip to content

Commit

Permalink
TiltEQ module
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Dempsey committed Feb 8, 2024
1 parent 64b45b6 commit 94c33b3
Show file tree
Hide file tree
Showing 11 changed files with 1,071 additions and 164 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ SOURCES += src/Round/Round-ui.cpp
SOURCES += src/Compress/Compress.cpp
SOURCES += src/Compress/Compress-ui.cpp

SOURCES += src/Tilt/Tilt.cpp
SOURCES += src/Tilt/Tilt-ui.cpp


DISTRIBUTABLES += res
# DISTRIBUTABLES += presets
# DISTRIBUTABLES += selections
Expand Down
8 changes: 7 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "pachde-hc-one",
"name": "HC One",
"version": "2.0.0-beta6",
"version": "2.0.0-beta7",
"license": "GPL-3.0-or-later",
"brand": "pachde",
"author": "pachde",
Expand Down Expand Up @@ -54,6 +54,12 @@
"name": "Compressor",
"description": "Controller for EaganMatrix Compressor (HC-1 companion)",
"tags": [ "Controller", "Expander" ]
},
{
"slug": "pachde-hc-tilt-eq",
"name": "TiltEQ",
"description": "Controller for EaganMatrix Tilt EQ (HC-1 companion)",
"tags": [ "Controller", "Expander" ]
}
]
}
Loading

0 comments on commit 94c33b3

Please sign in to comment.