Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 346 Bytes

channelSwitch

channel switcher to replicate guitar amp channel switch

to build: gcc -fvisibility=hidden -fPIC -Wl,-Bstatic -Wl,-Bdynamic -Wl,--as-needed -shared -pthread `pkg-config --cflags lv2` -lm `pkg-config --libs lv2` channelSwitch.c -o channelSwitch.so

needed in ubuntu: sudo apt install build-essential pkg-config lv2-dev