Skip to content

Commit

Permalink
updated caps plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Oct 24, 2024
1 parent cea2adc commit 3fcaca3
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 2 deletions.
Binary file modified amprack.exe
Binary file not shown.
Binary file added libs/win32/Reverb.so
Binary file not shown.
Binary file modified libs/win32/caps.so
Binary file not shown.
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ hotkeys (MyWindow *window,
GdkModifierType state,
GtkEventControllerKey *event_controller)
{
printf ("[keypress] %d\n", keyval);
//~ printf ("[keypress] %d\n", keyval);
switch (keyval) {
case 65365:
window -> rack -> next_preset ();
Expand Down
Binary file modified main.o
Binary file not shown.
2 changes: 2 additions & 0 deletions missing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ int main (int argc, char ** argv ) {
printf ("[missing] %s\n", fpath.c_str ());
}

list_ladspa ("libs/win32");


}
Binary file modified missing.exe
Binary file not shown.
1 change: 1 addition & 0 deletions pluginui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ float knob_get (GtkSpinButton * s) {

PluginUI::PluginUI (Engine * _engine, Plugin * _plugin, GtkBox * _parent, std::string pluginName, int _index, bool has_file_chooser, void * _rack) {
IN
LOGD ("[plugin ui] loading %s\n", pluginName.c_str ());
Rack * niceRack = (Rack *) _rack ;
engine = _engine ;
plugin = _plugin ;
Expand Down
Binary file modified pluginui.o
Binary file not shown.
Binary file modified rack.o
Binary file not shown.
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION 148
#define VERSION 149

0 comments on commit 3fcaca3

Please sign in to comment.