diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e58e6c..d053763 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "IoT guitar effect for Raspberry Pi") set(CPACK_DEBIAN_PACKAGE_SECTION sound) set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) set(CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION TRUE) -set(CPACK_DEBIAN_PACKAGE_DEPENDS "jackd2") +set(CPACK_DEBIAN_PACKAGE_DEPENDS "jackd2, hostapd, dnsmasq" ) #set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "arm64") set(CPACK_PACKAGING_INSTALL_PREFIX /usr) set(CPACK_PROJECT_NAME ${PROJECT_NAME}) diff --git a/README.md b/README.md index a5c2cec..cbe8428 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ PiPedal provides a pre-installed selection of LV2 plugins from the ToobAmp colle If your USB audio adapter has midi connectors, you can use midi devices (keyboards or midi floor boards) to control PiPedal while performing. A simple interface allows you to select how you would like to bind PiPedal controls to midi messages. + diff --git a/docs/_includes/gallery.html b/docs/_includes/gallery.html index ab2028e..9eea5b7 100644 --- a/docs/_includes/gallery.html +++ b/docs/_includes/gallery.html @@ -2,12 +2,14 @@ { let images = [ + "rig.jpg", "jazz.png", "thunder.png", "midi-bindings.png", "hotspot.png" ]; let captions = [ + "\u00A0", "PiPedal web interface.", "Flexible effect routing.", "Bind controls to midi messages.", diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 328b05f..897e16e 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -23,7 +23,7 @@ height: 54px; } -