Updating zynthian-sys ... Updating df05b71..e8fe7ce Fast-forward etc/systemd/a2jmidid.service | 2 +- etc/systemd/browsepy.service | 16 +++ etc/systemd/mod-ui.service | 3 + .../xfconf/xfce-perchannel-xml/xfce4-panel.xml | 68 ++++++++++++ .../xfconf/xfce-perchannel-xml/xfwm4.xml | 2 +- sbin/regenerate_lv2_cache.sh | 19 ++++ scripts/delayed_action_flags.sh | 119 +++++++++++++++++++++ scripts/is_python_module_installed.py | 20 ++++ scripts/launch_if_not_running.sh | 16 +++ scripts/migrate_master2stable.sh | 19 ---- .../recipes.update.buster/00_install_packages.sh | 32 ++++-- .../recipes.update.stretch/00_install_packages.sh | 1 - scripts/recipes.update/update_jalv.sh | 15 +-- scripts/recipes.update/update_modui.sh | 4 + scripts/recipes.update/update_riban_lv2.sh | 20 ++++ scripts/recipes/install_guitarix.sh | 5 +- scripts/recipes/install_mod-browsepy.sh | 10 ++ scripts/recipes/install_mod-cabsim-IR-loader.sh | 14 +++ scripts/recipes/install_pianoteq_binary.sh | 6 ++ scripts/recipes/install_riban_lv2.sh | 23 ++++ scripts/recipes/install_simsam.sh | 16 +++ scripts/recipes/install_xfce4-panel.sh | 88 +++++++++++++++ scripts/setup_plugins_rbpi.sh | 1 + scripts/setup_system_rbpi_raspbian_lite_buster.sh | 5 +- scripts/setup_system_rbpi_raspbian_lite_stretch.sh | 3 + scripts/update_zynthian.sh | 15 +-- scripts/update_zynthian_code.sh | 24 ++--- scripts/update_zynthian_data.sh | 18 +++- scripts/update_zynthian_recipes.sh | 10 ++ scripts/update_zynthian_sys.sh | 56 ++++++---- 30 files changed, 557 insertions(+), 93 deletions(-) create mode 100644 etc/systemd/browsepy.service create mode 100644 etc/xfce4.config/xfconf/xfce-perchannel-xml/xfce4-panel.xml create mode 100755 sbin/regenerate_lv2_cache.sh create mode 100644 scripts/delayed_action_flags.sh create mode 100755 scripts/is_python_module_installed.py create mode 100755 scripts/launch_if_not_running.sh delete mode 100755 scripts/migrate_master2stable.sh create mode 100644 scripts/recipes.update/update_riban_lv2.sh create mode 100755 scripts/recipes/install_mod-browsepy.sh create mode 100755 scripts/recipes/install_mod-cabsim-IR-loader.sh create mode 100755 scripts/recipes/install_riban_lv2.sh create mode 100644 scripts/recipes/install_simsam.sh create mode 100755 scripts/recipes/install_xfce4-panel.sh Executing custom update recipes ... Executing /zynthian/zynthian-sys/scripts/recipes.update.buster/00_install_packages.sh ... raspberrypi-sys-mods was already set on hold. + cd /zynthian/zynthian-sw/plugins + '[' -d mod-cabsim-IR-loader ']' + git clone https://github.com/moddevices/mod-cabsim-IR-loader.git Cloning into 'mod-cabsim-IR-loader'... + cd mod-cabsim-IR-loader/source + make cc cabsim-IR-loader.c -Wall -Wextra -pipe -Wno-unused-parameter -fPIC -DPIC -DNDEBUG -O3 -ffast-math -fvisibility=hidden -std=c99 -std=gnu99 -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -Wl,-O1 -Wl,--as-needed -Wl,--strip-all -lsndfile -lfftw3 -lfftw3f -lsamplerate -Wl,--no-undefined -lsndfile -lfftw3 -lfftw3f -lsamplerate -lm -shared -o cabsim-IR-loader.lv2/cabsim-IR-loader.so + cp -r cabsim-IR-loader.lv2 /zynthian/zynthian-plugins/lv2/ Cloning into 'riban'... Submodule 'DPF' (https://github.com/riban-bw/DPF.git) registered for path 'DPF' Cloning into '/home/pi/zynthian-sw/plugins/riban/DPF'... Submodule path 'DPF': checked out '69c74569182cd8819a528746d67f77961b9360bc' fatal: not a git repository (or any of the parent directories): .git make -C dgl make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/dgl' Compiling src/Application.cpp Compiling src/Color.cpp Compiling src/Geometry.cpp Compiling src/ImageBase.cpp Compiling src/Resources.cpp Compiling src/Widget.cpp Compiling src/Cairo.cpp (Cairo variant) Compiling src/WidgetPrivateData.cpp (Cairo variant) Compiling src/Window.cpp (Cairo variant) In file included from src/pugl/pugl_x11.c:46, from src/Window.cpp:55: src/pugl/../sofd/libsofd.c: In function ‘void fmt_size(Display*, FibFileEntry*)’: src/pugl/../sofd/libsofd.c:1042:14: warning: comparison is always false due to limited range of data type [-Wtype-limits] if (f->size > 10995116277760) { ~~~~~~~~^~~~~~~~~~~~~~~~ src/pugl/../sofd/libsofd.c:1045:14: warning: comparison is always false due to limited range of data type [-Wtype-limits] if (f->size > 1099511627776) { ~~~~~~~~^~~~~~~~~~~~~~~ src/pugl/../sofd/libsofd.c:1048:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] else if (f->size > 10737418240) { ~~~~~~~~^~~~~~~~~~~~~ Creating libdgl-cairo.a Compiling src/OpenGL.cpp (OpenGL variant) Compiling src/Image.cpp (OpenGL variant) Compiling src/ImageWidgets.cpp (OpenGL variant) Compiling src/NanoVG.cpp (OpenGL variant) Compiling src/WidgetPrivateData.cpp (OpenGL variant) Compiling src/Window.cpp (OpenGL variant) In file included from src/pugl/pugl_x11.c:46, from src/Window.cpp:55: src/pugl/../sofd/libsofd.c: In function ‘void fmt_size(Display*, FibFileEntry*)’: src/pugl/../sofd/libsofd.c:1042:14: warning: comparison is always false due to limited range of data type [-Wtype-limits] if (f->size > 10995116277760) { ~~~~~~~~^~~~~~~~~~~~~~~~ src/pugl/../sofd/libsofd.c:1045:14: warning: comparison is always false due to limited range of data type [-Wtype-limits] if (f->size > 1099511627776) { ~~~~~~~~^~~~~~~~~~~~~~~ src/pugl/../sofd/libsofd.c:1048:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] else if (f->size > 10737418240) { ~~~~~~~~^~~~~~~~~~~~~ Creating libdgl-opengl.a Symlinking libdgl.a make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/dgl' make all -C examples/Info make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Info' Compiling InfoExamplePlugin.cpp Compiling InfoExampleUI.cpp Compiling DistrhoPluginMain.cpp (JACK) Compiling DistrhoUIMain.cpp (JACK) Creating JACK standalone for d_info Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_info Compiling DistrhoUIMain.cpp (LV2) Creating LV2 plugin UI for d_info Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoUIMain.cpp (VST) Creating VST plugin for d_info make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Info' make all -C examples/Latency make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Latency' Compiling LatencyExamplePlugin.cpp Compiling DistrhoPluginMain.cpp (LADSPA) Creating LADSPA plugin for d_latency Compiling DistrhoPluginMain.cpp (DSSI) Creating DSSI plugin library for d_latency Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_latency Compiling DistrhoPluginMain.cpp (VST) Creating VST plugin for d_latency make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Latency' make all -C examples/Meters make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Meters' Compiling ExamplePluginMeters.cpp Compiling ExampleUIMeters.cpp Compiling DistrhoPluginMain.cpp (JACK) Compiling DistrhoUIMain.cpp (JACK) Creating JACK standalone for d_meters Compiling DistrhoPluginMain.cpp (DSSI) Creating DSSI plugin library for d_meters Compiling DistrhoUIMain.cpp (DSSI) Creating DSSI UI for d_meters Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_meters Compiling DistrhoUIMain.cpp (LV2) Creating LV2 plugin UI for d_meters Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoUIMain.cpp (VST) Creating VST plugin for d_meters make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Meters' make all -C examples/MidiThrough make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/MidiThrough' Compiling MidiThroughExamplePlugin.cpp Compiling DistrhoPluginMain.cpp (JACK) Creating JACK standalone for d_midiThrough Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_midiThrough Compiling DistrhoPluginMain.cpp (VST) Creating VST plugin for d_midiThrough make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/MidiThrough' make all -C examples/Parameters make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Parameters' Compiling ExamplePluginParameters.cpp Compiling ExampleUIParameters.cpp Compiling DistrhoPluginMain.cpp (JACK) Compiling DistrhoUIMain.cpp (JACK) Creating JACK standalone for d_parameters Compiling DistrhoPluginMain.cpp (LADSPA) Creating LADSPA plugin for d_parameters Compiling DistrhoPluginMain.cpp (DSSI) Creating DSSI plugin library for d_parameters Compiling DistrhoUIMain.cpp (DSSI) Creating DSSI UI for d_parameters Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_parameters Compiling DistrhoUIMain.cpp (LV2) Creating LV2 plugin UI for d_parameters Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoUIMain.cpp (VST) Creating VST plugin for d_parameters make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Parameters' make all -C examples/States make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/States' Compiling ExamplePluginStates.cpp Compiling ExampleUIStates.cpp Compiling DistrhoPluginMain.cpp (JACK) Compiling DistrhoUIMain.cpp (JACK) Creating JACK standalone for d_states Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_states Compiling DistrhoUIMain.cpp (LV2) Creating LV2 plugin UI for d_states Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoUIMain.cpp (VST) Creating VST plugin for d_states make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/States' make all -C examples/CairoUI make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/CairoUI' Compiling CairoExamplePlugin.cpp Compiling DemoWidgetBanner.cpp Compiling DemoWidgetClickable.cpp Compiling CairoExampleUI.cpp Compiling DistrhoPluginMain.cpp (JACK) Compiling DistrhoUIMain.cpp (JACK) Creating JACK standalone for d_cairoui Compiling DistrhoPluginMain.cpp (DSSI) Creating DSSI plugin library for d_cairoui Compiling DistrhoUIMain.cpp (DSSI) Creating DSSI UI for d_cairoui Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_cairoui Compiling DistrhoUIMain.cpp (LV2) Creating LV2 plugin UI for d_cairoui Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoUIMain.cpp (VST) Creating VST plugin for d_cairoui make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/CairoUI' # ExternalUI is WIP make all -C examples/ExternalUI make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/ExternalUI' Compiling ExternalExamplePlugin.cpp Compiling ExternalExampleUI.cpp ExternalExampleUI.cpp: In member function ‘virtual void DISTRHO::ExternalExampleUI::setVisible(bool)’: ExternalExampleUI.cpp:122:41: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uintptr_t’ {aka ‘unsigned int’} [-Wformat=] std::snprintf(winIdStr, 23, "%lu", getTransientWinId()); ^~~~~ ~~~~~~~~~~~~~~~~~~~ Compiling DistrhoPluginMain.cpp (JACK) Compiling DistrhoUIMain.cpp (JACK) Creating JACK standalone for d_extui Compiling DistrhoPluginMain.cpp (DSSI) Creating DSSI plugin library for d_extui Compiling DistrhoUIMain.cpp (DSSI) Creating DSSI UI for d_extui Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for d_extui Compiling DistrhoUIMain.cpp (LV2) Creating LV2 plugin UI for d_extui make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/ExternalUI' install -d bin/d_extui-dssi install -d bin/d_extui.lv2 install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui.sh install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui-dssi/d_extui.sh install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui.lv2/d_extui.sh make -C utils/lv2-ttl-generator make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/utils/lv2-ttl-generator' cc lv2_ttl_generator.c -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -o ../lv2_ttl_generator -ldl make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/utils/lv2-ttl-generator' Generate ttl data for './d_extui_dsp.so', basename: 'd_extui_dsp' Writing manifest.ttl... done! Writing d_extui_dsp.ttl... done! Writing d_extui_ui.ttl... done! Generate ttl data for './d_midiThrough_dsp.so', basename: 'd_midiThrough_dsp' Writing manifest.ttl... done! Writing d_midiThrough_dsp.ttl... done! Generate ttl data for './d_parameters_dsp.so', basename: 'd_parameters_dsp' Writing manifest.ttl... done! Writing d_parameters_dsp.ttl... done! Writing d_parameters_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './d_cairoui_dsp.so', basename: 'd_cairoui_dsp' Writing manifest.ttl... done! Writing d_cairoui_dsp.ttl... done! Writing d_cairoui_ui.ttl... done! Generate ttl data for './d_states_dsp.so', basename: 'd_states_dsp' Writing manifest.ttl... done! Writing d_states_dsp.ttl... done! Writing d_states_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './d_meters_dsp.so', basename: 'd_meters_dsp' Writing manifest.ttl... done! Writing d_meters_dsp.ttl... done! Writing d_meters_ui.ttl... done! Generate ttl data for './d_info_dsp.so', basename: 'd_info_dsp' Writing manifest.ttl... done! Writing d_info_dsp.ttl... done! Writing d_info_ui.ttl... done! Generate ttl data for './d_latency_dsp.so', basename: 'd_latency_dsp' Writing manifest.ttl... done! Writing d_latency_dsp.ttl... done! make: *** No rule to make target 'install'. Stop. /zynthian/zynthian-sw/plugins/riban Compiling MultiChord.cpp Compiling DistrhoPluginMain.cpp (JACK) Creating JACK standalone for ribanMultiChord Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for ribanMultiChord Compiling DistrhoPluginMain.cpp (VST) Creating VST plugin for ribanMultiChord make: *** No rule to make target 'install'. Stop. /zynthian/zynthian-sw/plugins/riban Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.9 kB] Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] Hit:3 http://ppa.launchpad.net/kxstudio-debian/libs/ubuntu bionic InRelease Hit:4 http://ppa.launchpad.net/kxstudio-debian/music/ubuntu bionic InRelease Ign:5 https://kx.studio/repo stable InRelease Ign:6 https://kx.studio/repo gcc5 InRelease Get:7 http://ppa.launchpad.net/kxstudio-debian/plugins/ubuntu bionic InRelease [15.4 kB] Hit:8 https://kx.studio/repo stable Release Hit:9 https://kx.studio/repo gcc5 Release Get:10 http://ppa.launchpad.net/kxstudio-debian/apps/ubuntu bionic InRelease [15.4 kB] Hit:11 http://ppa.launchpad.net/kxstudio-debian/kxstudio/ubuntu bionic InRelease Get:12 http://archive.raspberrypi.org/debian buster/main armhf Packages [372 kB] Get:13 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB] Get:14 http://ppa.launchpad.net/kxstudio-debian/plugins/ubuntu bionic/main armhf Packages [25.6 kB] Get:15 http://ppa.launchpad.net/kxstudio-debian/plugins/ubuntu bionic/main Translation-en [18.1 kB] Get:18 http://ppa.launchpad.net/kxstudio-debian/apps/ubuntu bionic/main armhf Packages [7,676 B] Get:19 http://www.deb-multimedia.org buster InRelease [15.8 kB] Get:20 http://www.deb-multimedia.org buster/main armhf Packages [113 kB] Get:21 http://www.deb-multimedia.org buster/main Translation-en [54.0 kB] Error: GDBus.Error:org.freedesktop.systemd1.UnitMasked: Unit packagekit.service is masked. Fetched 13.7 MB in 23s (595 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: exo-utils libcdt5 libcgraph6 libexo-1-0 libexo-2-0 libexo-common libexo-helpers libganv-1-1v5 libgarcon-1-0 libgarcon-common libgd3 libgts-0.7-5 libgts-bin libgvc6 libpathplan4 libxdo3 libxdot4 libxfce4ui-2-0 Suggested packages: libgd-tools ladish The following NEW packages will be installed: exo-utils libcdt5 libcgraph6 libexo-1-0 libexo-2-0 libexo-common libexo-helpers libganv-1-1v5 libgarcon-1-0 libgarcon-common libgd3 libgts-0.7-5 libgts-bin libgvc6 libpathplan4 libxdo3 libxdot4 libxfce4ui-2-0 patchage xdotool xfce4-panel xfwm4-themes 0 upgraded, 22 newly installed, 0 to remove and 203 not upgraded. Need to get 4,527 kB of archives. After this operation, 16.1 MB of additional disk space will be used. Get:1 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libexo-common all 0.12.4-1 [174 kB] Get:2 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libexo-helpers all 0.12.4-1 [188 kB] Get:3 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libexo-2-0 armhf 0.12.4-1 [243 kB] Get:4 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libxfce4ui-2-0 armhf 4.12.1-3 [93.5 kB] Get:5 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf exo-utils armhf 0.12.4-1 [206 kB] Get:6 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libcdt5 armhf 2.40.1-6 [58.1 kB] Get:7 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libcgraph6 armhf 2.40.1-6 [77.2 kB] Get:8 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libexo-1-0 armhf 0.12.4-1 [500 kB] Get:9 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libgd3 armhf 2.2.5-5.2 [115 kB] Get:10 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libgts-0.7-5 armhf 0.7.6+darcs121130-4 [134 kB] Get:11 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libpathplan4 armhf 2.40.1-6 [61.2 kB] Get:12 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libxdot4 armhf 2.40.1-6 [55.6 kB] Get:13 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libgvc6 armhf 2.40.1-6 [545 kB] Get:14 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libganv-1-1v5 armhf 1.4.2~dfsg0-2 [91.0 kB] Get:15 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libgarcon-common all 0.6.2-1 [118 kB] Get:16 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libgarcon-1-0 armhf 0.6.2-1 [112 kB] Get:17 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libgts-bin armhf 0.7.6+darcs121130-4 [47.8 kB] Get:18 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf libxdo3 armhf 1:3.20160805.1-4 [30.2 kB] Get:19 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf patchage armhf 1.0.0~dfsg0-0.2 [190 kB] Get:20 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf xdotool armhf 1:3.20160805.1-4 [50.6 kB] Get:21 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf xfce4-panel armhf 4.12.2-1 [694 kB] Get:22 http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian buster/main armhf xfwm4-themes all 4.10.0-2 [745 kB] debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 4,527 kB in 5s (971 kB/s) Selecting previously unselected package libexo-common. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 112968 files and directories currently installed.) Preparing to unpack .../00-libexo-common_0.12.4-1_all.deb ... Unpacking libexo-common (0.12.4-1) ... Selecting previously unselected package libexo-helpers. Preparing to unpack .../01-libexo-helpers_0.12.4-1_all.deb ... Unpacking libexo-helpers (0.12.4-1) ... Selecting previously unselected package libexo-2-0:armhf. Preparing to unpack .../02-libexo-2-0_0.12.4-1_armhf.deb ... Unpacking libexo-2-0:armhf (0.12.4-1) ... Selecting previously unselected package libxfce4ui-2-0:armhf. Preparing to unpack .../03-libxfce4ui-2-0_4.12.1-3_armhf.deb ... Unpacking libxfce4ui-2-0:armhf (4.12.1-3) ... Selecting previously unselected package exo-utils. Preparing to unpack .../04-exo-utils_0.12.4-1_armhf.deb ... Unpacking exo-utils (0.12.4-1) ... Selecting previously unselected package libcdt5. Preparing to unpack .../05-libcdt5_2.40.1-6_armhf.deb ... Unpacking libcdt5 (2.40.1-6) ... Selecting previously unselected package libcgraph6. Preparing to unpack .../06-libcgraph6_2.40.1-6_armhf.deb ... Unpacking libcgraph6 (2.40.1-6) ... Selecting previously unselected package libexo-1-0:armhf. Preparing to unpack .../07-libexo-1-0_0.12.4-1_armhf.deb ... Unpacking libexo-1-0:armhf (0.12.4-1) ... Selecting previously unselected package libgd3:armhf. Preparing to unpack .../08-libgd3_2.2.5-5.2_armhf.deb ... Unpacking libgd3:armhf (2.2.5-5.2) ... Selecting previously unselected package libgts-0.7-5:armhf. Preparing to unpack .../09-libgts-0.7-5_0.7.6+darcs121130-4_armhf.deb ... Unpacking libgts-0.7-5:armhf (0.7.6+darcs121130-4) ... Selecting previously unselected package libpathplan4. Preparing to unpack .../10-libpathplan4_2.40.1-6_armhf.deb ... Unpacking libpathplan4 (2.40.1-6) ... Selecting previously unselected package libxdot4. Preparing to unpack .../11-libxdot4_2.40.1-6_armhf.deb ... Unpacking libxdot4 (2.40.1-6) ... Selecting previously unselected package libgvc6. Preparing to unpack .../12-libgvc6_2.40.1-6_armhf.deb ... Unpacking libgvc6 (2.40.1-6) ... Selecting previously unselected package libganv-1-1v5. Preparing to unpack .../13-libganv-1-1v5_1.4.2~dfsg0-2_armhf.deb ... Unpacking libganv-1-1v5 (1.4.2~dfsg0-2) ... Selecting previously unselected package libgarcon-common. Preparing to unpack .../14-libgarcon-common_0.6.2-1_all.deb ... Unpacking libgarcon-common (0.6.2-1) ... Selecting previously unselected package libgarcon-1-0. Preparing to unpack .../15-libgarcon-1-0_0.6.2-1_armhf.deb ... Unpacking libgarcon-1-0 (0.6.2-1) ... Selecting previously unselected package libgts-bin. Preparing to unpack .../16-libgts-bin_0.7.6+darcs121130-4_armhf.deb ... Unpacking libgts-bin (0.7.6+darcs121130-4) ... Selecting previously unselected package libxdo3:armhf. Preparing to unpack .../17-libxdo3_1%3a3.20160805.1-4_armhf.deb ... Unpacking libxdo3:armhf (1:3.20160805.1-4) ... Selecting previously unselected package patchage. Preparing to unpack .../18-patchage_1.0.0~dfsg0-0.2_armhf.deb ... Unpacking patchage (1.0.0~dfsg0-0.2) ... Selecting previously unselected package xdotool. Preparing to unpack .../19-xdotool_1%3a3.20160805.1-4_armhf.deb ... Unpacking xdotool (1:3.20160805.1-4) ... Selecting previously unselected package xfce4-panel. Preparing to unpack .../20-xfce4-panel_4.12.2-1_armhf.deb ... Unpacking xfce4-panel (4.12.2-1) ... Selecting previously unselected package xfwm4-themes. Preparing to unpack .../21-xfwm4-themes_4.10.0-2_all.deb ... Unpacking xfwm4-themes (4.10.0-2) ... Setting up libxdot4 (2.40.1-6) ... Setting up libexo-common (0.12.4-1) ... Setting up libxfce4ui-2-0:armhf (4.12.1-3) ... Setting up libgarcon-common (0.6.2-1) ... Setting up libgts-0.7-5:armhf (0.7.6+darcs121130-4) ... Setting up libxdo3:armhf (1:3.20160805.1-4) ... Setting up libpathplan4 (2.40.1-6) ... Setting up libgd3:armhf (2.2.5-5.2) ... Setting up libgarcon-1-0 (0.6.2-1) ... Setting up xfwm4-themes (4.10.0-2) ... Setting up libexo-helpers (0.12.4-1) ... Setting up libcdt5 (2.40.1-6) ... Setting up libcgraph6 (2.40.1-6) ... Setting up libgts-bin (0.7.6+darcs121130-4) ... Setting up libexo-2-0:armhf (0.12.4-1) ... Setting up xdotool (1:3.20160805.1-4) ... Setting up libexo-1-0:armhf (0.12.4-1) ... Setting up libgvc6 (2.40.1-6) ... Setting up exo-utils (0.12.4-1) ... Setting up xfce4-panel (4.12.2-1) ... Setting up libganv-1-1v5 (1.4.2~dfsg0-2) ... Setting up patchage (1.0.0~dfsg0-0.2) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for libc-bin (2.28-10+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for mime-support (3.62) ... Error: GDBus.Error:org.freedesktop.systemd1.UnitMasked: Unit packagekit.service is masked. Executing update recipes ... Executing /zynthian/zynthian-sys/scripts/recipes.update/update_dexed_lv2.sh ... Executing /zynthian/zynthian-sys/scripts/recipes.update/update_jack-smf-utils.sh ... Executing /zynthian/zynthian-sys/scripts/recipes.update/update_jalv.sh ... From https://github.com/zynthian/jalv aaa42fa..b3b0498 master -> origin/master Setting top to : /home/pi/zynthian-sw/jalv Setting out to : /home/pi/zynthian-sw/jalv/build Checking for 'gcc' (C compiler) : /usr/bin/gcc Checking for 'g++' (C++ compiler) : /usr/bin/g++ Checking for flag '-std=c99' : yes Checking for program 'pkg-config' : /usr/bin/pkg-config Checking for 'lv2 >= 1.17.2' : yes Checking for 'lilv-0 >= 0.24.0' : yes Checking for 'serd-0 >= 0.24.0' : yes Checking for 'sord-0 >= 0.14.0' : yes Checking for 'sratom-0 >= 0.6.0' : yes Checking for 'jack >= 0.120.0' : yes Checking for 'gtk+-2.0 >= 2.18.0' : yes Checking for 'gtkmm-2.4 >= 2.20.0' : yes Checking for 'gtk+-3.0 >= 3.0.0' : yes Checking for 'Qt5Widgets >= 5.1.0' : yes Checking for program 'moc-qt5' : not found Checking for program 'moc' : /usr/bin/moc Checking for 'suil-0 >= 0.10.0' : yes Checking for jack_port_type_get_buffer_size : yes Checking for jack_set_property : yes Checking for isatty : yes Checking for fileno : yes Checking for mlock : yes Checking for sigaction : yes Install prefix : /usr/local C Flags : -I/home/pi/zynthian-sw/jalv -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -DNDEBUG -fshow-column -std=c99 C++ Flags : -I/home/pi/zynthian-sw/jalv -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -DNDEBUG -fshow-column Debuggable : no Build documentation : no Color output : no Gtk 2.0 support : yes Qt 5.0 support : yes Qt 4.0 support : no Gtk 3.0 support : yes Jack metadata support : yes Gtkmm 2.0 support : yes Backend : Jack 'configure' finished successfully (2.223s) Waf: Entering directory `/home/pi/zynthian-sw/jalv/build' [ 1/67] Compiling src/worker.c [ 2/67] Compiling src/log.c [ 3/67] Compiling src/control.c [ 4/67] Compiling src/symap.c [ 5/67] Compiling src/jalv_console.c [ 6/67] Compiling src/state.c [ 7/67] Compiling src/jack.c [ 8/67] Compiling src/jalv.c [ 9/67] Compiling src/zix/ring.c [10/67] Compiling src/lv2_evbuf.c [11/67] Compiling src/lv2_evbuf.c [12/67] Compiling src/symap.c [13/67] Compiling src/worker.c [14/67] Compiling src/state.c [15/67] Compiling src/zix/ring.c [16/67] Compiling src/jack.c [17/67] Compiling src/jalv_console.c [18/67] Linking build/jalv.so [19/67] Compiling src/control.c [20/67] Compiling src/jalv.c [21/67] Compiling src/log.c [22/67] Compiling src/jalv_gtk.c [23/67] Compiling src/state.c [24/67] Compiling src/worker.c [25/67] Compiling src/lv2_evbuf.c [26/67] Compiling src/jalv.c [27/67] Linking build/jalv [28/67] Compiling src/log.c [29/67] Compiling src/symap.c [30/67] Compiling src/control.c [31/67] Compiling src/jack.c [32/67] Compiling src/zix/ring.c [33/67] Compiling src/control.c [34/67] Compiling src/worker.c [35/67] Compiling src/jalv_gtk.c [36/67] Compiling src/zix/ring.c [37/67] Compiling src/state.c [38/67] Compiling src/log.c [39/67] Compiling src/lv2_evbuf.c [40/67] Compiling src/symap.c [41/67] Compiling src/jack.c [42/67] Compiling src/jalv.c [43/67] Compiling src/control.c [44/67] Linking build/jalv.gtk [45/67] Compiling src/symap.c [46/67] Compiling src/log.c [48/67] Compiling src/worker.c [49/67] Compiling src/jalv.c [50/67] Compiling src/lv2_evbuf.c [51/67] Compiling src/state.c [52/67] Compiling src/jalv_gtkmm2.cpp [53/67] Linking build/jalv.gtk3 [54/67] Compiling src/jack.c [55/67] Compiling src/zix/ring.c [56/67] Compiling src/zix/ring.c [57/67] Compiling src/symap.c [58/67] Compiling src/worker.c [59/67] Compiling src/jalv.c [60/67] Compiling src/control.c [61/67] Compiling src/jack.c [62/67] Compiling src/jalv_qt.cpp [63/67] Compiling src/log.c [64/67] Compiling src/state.c [65/67] Compiling src/lv2_evbuf.c Waf: Leaving directory `/home/pi/zynthian-sw/jalv/build' Build commands will be stored in build/compile_commands.json 'build' finished successfully (15.004s) Waf: Entering directory `/home/pi/zynthian-sw/jalv/build' + install /usr/local/lib/jack/jalv.so (from build/jalv.so) + install /usr/local/bin/jalv (from build/jalv) + install /usr/local/bin/jalv.gtk (from build/jalv.gtk) + install /usr/local/bin/jalv.gtk3 (from build/jalv.gtk3) - install /usr/local/bin/jalv.gtkmm (from build/jalv.gtkmm) - install /usr/local/share/man/man1/jalv.1 (from doc/jalv.1) - install /usr/local/share/man/man1/jalv.gtk.1 (from doc/jalv.gtk.1) - install /usr/local/share/man/man1/jalv.gtkmm.1 (from doc/jalv.gtkmm.1) - install /usr/local/share/man/man1/jalv.qt.1 (from doc/jalv.qt.1) - install /usr/local/bin/jalv.qt5 (from build/jalv.qt5) Waf: Leaving directory `/home/pi/zynthian-sw/jalv/build' Build commands will be stored in build/compile_commands.json 'install' finished successfully (0.191s) Setting top to : /home/pi/zynthian-sw/jalv Setting out to : /home/pi/zynthian-sw/jalv/build Checking for 'gcc' (C compiler) : /usr/bin/gcc Checking for 'g++' (C++ compiler) : /usr/bin/g++ Checking for flag '-std=c99' : yes Checking for program 'pkg-config' : /usr/bin/pkg-config Checking for 'lv2 >= 1.17.2' : yes Checking for 'lilv-0 >= 0.24.0' : yes Checking for 'serd-0 >= 0.24.0' : yes Checking for 'sord-0 >= 0.14.0' : yes Checking for 'sratom-0 >= 0.6.0' : yes Checking for 'jack >= 0.120.0' : yes Checking for 'gtk+-2.0 >= 2.18.0' : yes Checking for 'gtkmm-2.4 >= 2.20.0' : yes Checking for 'gtk+-3.0 >= 3.0.0' : yes Checking for 'QtGui >= 4.0.0' : yes Checking for program 'moc-qt4' : /usr/bin/moc-qt4 Checking for 'suil-0 >= 0.10.0' : yes Checking for jack_port_type_get_buffer_size : yes Checking for jack_set_property : yes Checking for isatty : yes Checking for fileno : yes Checking for mlock : yes Checking for sigaction : yes Install prefix : /usr/local C Flags : -I/home/pi/zynthian-sw/jalv -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -DNDEBUG -fshow-column -std=c99 C++ Flags : -I/home/pi/zynthian-sw/jalv -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -DNDEBUG -fshow-column Debuggable : no Build documentation : no Color output : no Gtk 2.0 support : yes Qt 5.0 support : no Qt 4.0 support : yes Gtk 3.0 support : yes Jack metadata support : yes Gtkmm 2.0 support : yes Backend : Jack 'configure' finished successfully (2.178s) Waf: Entering directory `/home/pi/zynthian-sw/jalv/build' [ 1/67] Compiling src/worker.c [ 2/67] Compiling src/log.c [ 3/67] Compiling src/control.c [ 4/67] Compiling src/symap.c [ 5/67] Compiling src/jalv_console.c [ 6/67] Compiling src/state.c [ 7/67] Compiling src/jack.c [ 8/67] Compiling src/jalv.c [ 9/67] Compiling src/zix/ring.c [10/67] Compiling src/lv2_evbuf.c [11/67] Compiling src/lv2_evbuf.c [12/67] Compiling src/symap.c [13/67] Compiling src/worker.c [14/67] Compiling src/state.c [15/67] Compiling src/zix/ring.c [16/67] Compiling src/jack.c [17/67] Compiling src/jalv_console.c [19/67] Compiling src/control.c [20/67] Compiling src/jalv.c [21/67] Compiling src/log.c [22/67] Compiling src/jack.c [23/67] Compiling src/lv2_evbuf.c [24/67] Compiling src/state.c [25/67] Compiling src/log.c [26/67] Compiling src/jalv_gtk.c [27/67] Compiling src/jalv.c [29/67] Compiling src/zix/ring.c [30/67] Compiling src/symap.c [31/67] Compiling src/worker.c [32/67] Compiling src/control.c [33/67] Compiling src/control.c [34/67] Compiling src/worker.c [35/67] Compiling src/zix/ring.c [36/67] Compiling src/state.c [37/67] Compiling src/log.c [38/67] Compiling src/lv2_evbuf.c [39/67] Compiling src/symap.c [40/67] Compiling src/jack.c [41/67] Compiling src/jalv.c [42/67] Compiling src/jalv_gtk.c [43/67] Compiling src/control.c [44/67] Compiling src/worker.c [46/67] Compiling src/lv2_evbuf.c [48/67] Compiling src/log.c [49/67] Compiling src/jalv.c [50/67] Compiling src/symap.c [51/67] Compiling src/state.c [52/67] Compiling src/jack.c [53/67] Compiling src/jalv_gtkmm2.cpp [54/67] Compiling src/zix/ring.c [55/67] Compiling src/zix/ring.c [56/67] Compiling src/log.c [57/67] Compiling src/state.c [58/67] Compiling src/jalv.c [60/67] Compiling src/control.c [61/67] Compiling src/worker.c [62/67] Compiling src/jack.c [63/67] Compiling src/jalv_qt.cpp [64/67] Compiling src/symap.c [65/67] Compiling src/lv2_evbuf.c Waf: Leaving directory `/home/pi/zynthian-sw/jalv/build' Build commands will be stored in build/compile_commands.json 'build' finished successfully (13.430s) Waf: Entering directory `/home/pi/zynthian-sw/jalv/build' - install /usr/local/lib/jack/jalv.so (from build/jalv.so) - install /usr/local/bin/jalv (from build/jalv) - install /usr/local/bin/jalv.gtk (from build/jalv.gtk) - install /usr/local/bin/jalv.gtk3 (from build/jalv.gtk3) - install /usr/local/bin/jalv.gtkmm (from build/jalv.gtkmm) - install /usr/local/share/man/man1/jalv.1 (from doc/jalv.1) - install /usr/local/share/man/man1/jalv.gtk.1 (from doc/jalv.gtk.1) - install /usr/local/share/man/man1/jalv.gtkmm.1 (from doc/jalv.gtkmm.1) - install /usr/local/share/man/man1/jalv.qt.1 (from doc/jalv.qt.1) - install /usr/local/bin/jalv.qt4 (from build/jalv.qt4) Waf: Leaving directory `/home/pi/zynthian-sw/jalv/build' Build commands will be stored in build/compile_commands.json 'install' finished successfully (0.168s) Executing /zynthian/zynthian-sys/scripts/recipes.update/update_modui.sh ... From https://github.com/moddevices/mod-host ba79eaf..31a8b4c hmi-widgets -> origin/hmi-widgets * [new branch] midi_event -> origin/midi_event From https://github.com/zynthian/mod-ui * branch zyn-mod-merge -> FETCH_HEAD * [new branch] zyn-mod-merge -> origin/zyn-mod-merge Already on 'zyn-mod-merge' HEAD is now at bfe2189e [zynthian] Add ZynMidiRouter ports to MOD-UI: main_in & main_out make: Nothing to be done for 'all'. Cloning into 'browsepy'... Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting scandir Downloading https://www.piwheels.org/simple/scandir/scandir-1.10.0-cp37-cp37m-linux_armv7l.whl (41kB) Collecting backports.shutil-get-terminal-size Downloading https://files.pythonhosted.org/packages/7d/cd/1750d6c35fe86d35f8562091737907f234b78fdffab42b29c72b1dd861f4/backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl Installing collected packages: scandir, backports.shutil-get-terminal-size Successfully installed backports.shutil-get-terminal-size-1.0.0 scandir-1.10.0 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Processing /home/pi/zynthian-sw/browsepy Collecting flask (from browsepy==0.5.6) Downloading https://files.pythonhosted.org/packages/f2/28/2a03252dfb9ebf377f40fba6a7841b47083260bf8bd8e737b0c6952df83f/Flask-1.1.2-py2.py3-none-any.whl (94kB) Collecting unicategories (from browsepy==0.5.6) Downloading https://www.piwheels.org/simple/unicategories/unicategories-0.1.1-py2.py3-none-any.whl (46kB) Collecting Jinja2>=2.10.1 (from flask->browsepy==0.5.6) Downloading https://files.pythonhosted.org/packages/7e/c2/1eece8c95ddbc9b1aeb64f5783a9e07a286de42191b7204d67b7496ddf35/Jinja2-2.11.3-py2.py3-none-any.whl (125kB) Collecting Werkzeug>=0.15 (from flask->browsepy==0.5.6) Downloading https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298kB) Collecting click>=5.1 (from flask->browsepy==0.5.6) Downloading https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl (82kB) Collecting itsdangerous>=0.24 (from flask->browsepy==0.5.6) Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl Collecting appdirs (from unicategories->browsepy==0.5.6) Downloading https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl Collecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask->browsepy==0.5.6) Downloading https://www.piwheels.org/simple/markupsafe/MarkupSafe-1.1.1-cp37-cp37m-linux_armv7l.whl Building wheels for collected packages: browsepy Running setup.py bdist_wheel for browsepy: started Running setup.py bdist_wheel for browsepy: finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-kl5prezm/wheels/6e/5f/d0/33b6ad4d1186190f01b7062deb712c1c35dd73b4ee4d6639ce Successfully built browsepy Installing collected packages: MarkupSafe, Jinja2, Werkzeug, click, itsdangerous, flask, appdirs, unicategories, browsepy Successfully installed Jinja2-2.11.3 MarkupSafe-1.1.1 Werkzeug-1.0.1 appdirs-1.4.4 browsepy-0.5.6 click-7.1.2 flask-1.1.2 itsdangerous-1.1.0 unicategories-0.1.1 Executing /zynthian/zynthian-sys/scripts/recipes.update/update_preset2lv2.sh ... Executing /zynthian/zynthian-sys/scripts/recipes.update/update_riban_lv2.sh ... warning: unable to rmdir 'DPF': Directory not empty sed: can't read Makefile: No such file or directory sed: can't read Makefile: No such file or directory make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop. /zynthian/zynthian-sw/plugins/riban sed: can't read Makefile: No such file or directory sed: can't read Makefile: No such file or directory make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop. /zynthian/zynthian-sw/plugins/riban make -C dgl make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/dgl' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/dgl' make all -C examples/Info make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Info' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Info' make all -C examples/Latency make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Latency' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Latency' make all -C examples/Meters make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Meters' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Meters' make all -C examples/MidiThrough make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/MidiThrough' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/MidiThrough' make all -C examples/Parameters make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Parameters' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/Parameters' make all -C examples/States make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/States' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/States' make all -C examples/CairoUI make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/CairoUI' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/CairoUI' # ExternalUI is WIP make all -C examples/ExternalUI make[1]: Entering directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/ExternalUI' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pi/zynthian-sw/plugins/riban/DPF/examples/ExternalUI' install -d bin/d_extui-dssi install -d bin/d_extui.lv2 install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui.sh install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui-dssi/d_extui.sh install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui.lv2/d_extui.sh Generate ttl data for './d_extui_dsp.so', basename: 'd_extui_dsp' Writing manifest.ttl... done! Writing d_extui_dsp.ttl... done! Writing d_extui_ui.ttl... done! Generate ttl data for './d_midiThrough_dsp.so', basename: 'd_midiThrough_dsp' Writing manifest.ttl... done! Writing d_midiThrough_dsp.ttl... done! Generate ttl data for './d_parameters_dsp.so', basename: 'd_parameters_dsp' Writing manifest.ttl... done! Writing d_parameters_dsp.ttl... done! Writing d_parameters_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './d_cairoui_dsp.so', basename: 'd_cairoui_dsp' Writing manifest.ttl... done! Writing d_cairoui_dsp.ttl... done! Writing d_cairoui_ui.ttl... done! Generate ttl data for './d_states_dsp.so', basename: 'd_states_dsp' Writing manifest.ttl... done! Writing d_states_dsp.ttl... done! Writing d_states_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './d_meters_dsp.so', basename: 'd_meters_dsp' Writing manifest.ttl... done! Writing d_meters_dsp.ttl... done! Writing d_meters_ui.ttl... done! Generate ttl data for './d_info_dsp.so', basename: 'd_info_dsp' Writing manifest.ttl... done! Writing d_info_dsp.ttl... done! Writing d_info_ui.ttl... done! Generate ttl data for './d_latency_dsp.so', basename: 'd_latency_dsp' Writing manifest.ttl... done! Writing d_latency_dsp.ttl... done! make: *** No rule to make target 'install'. Stop. /zynthian/zynthian-sw/plugins/riban g++ multi_chord.c -Wall -Wextra -pipe -Wno-unused-parameter -fPIC -DPIC -DNDEBUG -O3 -ffast-math -fvisibility=hidden -std=c++11 -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -fvisibility-inlines-hidden -Wl,-O1 -Wl,--as-needed -Wl,--strip-all -lm -shared -o multi_chord.lv2/multi_chord.so install -d /zynthian/zynthian-plugins/lv2/riban.lv2 install -m 644 multi_chord.lv2/* /zynthian/zynthian-plugins/lv2/riban.lv2/ /zynthian/zynthian-sw/plugins/riban Executing /zynthian/zynthian-sys/scripts/recipes.update/update_setBfree.sh ... Running Flag Actions from './update_zynthian_recipes.sh'... Updating zynthian-data ... Updating 194fd59..f71259d Fast-forward .../CP_80_Amped.ttl | 342 ------- .../CP_80_Line_Output.ttl | 343 ------- .../CP_80_Recording.ttl | 343 ------- .../CP_80_Soundboarded.ttl | 344 ------- .../CP_80_Tremolo.ttl | 342 ------- .../Erard_Close_Mic.ttl | 392 -------- .../Erard_Player.ttl | 391 -------- .../Erard_Recording.ttl | 392 -------- .../Pleyel_Close_Mic.ttl | 404 -------- .../Pleyel_Player.ttl | 404 -------- .../Pleyel_Recording.ttl | 418 -------- .../manifest.ttl | 68 -- .../Ant_Petrof_275.ttl | 414 -------- .../Ant_Petrof_Bass___Piano_split.ttl | 506 ---------- .../Ant_Petrof_Broken.ttl | 451 --------- .../Ant_Petrof_Cinematic.ttl | 461 --------- .../Ant_Petrof_Cosmic.ttl | 413 -------- .../Ant_Petrof_Dreamy.ttl | 472 --------- .../Ant_Petrof_Duo.ttl | 495 ---------- .../Ant_Petrof_Inimate.ttl | 450 --------- .../Ant_Petrof_Player.ttl | 487 ---------- .../Ant_Petrof_Prelude.ttl | 457 --------- .../Ant_Petrof_Recording_1.ttl | 490 ---------- .../Ant_Petrof_Recording_2.ttl | 528 ---------- .../Ant_Petrof_Recording_3.ttl | 525 ---------- .../Ant_Petrof_Under_Lid.ttl | 496 ---------- .../Ant_Petrof_Venue.ttl | 450 --------- .../Ant_Petrof_Warm.ttl | 467 --------- .../lv2/Pianoteq7STAGE-Ant_Petrof.lv2/manifest.ttl | 93 -- .../Bluethner_Chamber_Recording_AB.ttl | 386 -------- .../Bluethner_Chamber_Recording_BA.ttl | 388 -------- .../Bluethner_Cinematic.ttl | 374 -------- .../Bluethner_Concert_Recording_AB.ttl | 439 --------- .../Bluethner_Concert_Recording_BA.ttl | 440 --------- .../Bluethner_Improv.ttl | 446 --------- .../Bluethner_Intimate.ttl | 427 --------- .../Bluethner_Model_One.ttl | 388 -------- .../Bluethner_Model_One_AB.ttl | 386 -------- .../Bluethner_Player.ttl | 407 -------- .../Bluethner_Prelude.ttl | 411 -------- .../Bluethner_Studio_Recording_AB.ttl | 386 -------- .../Bluethner_Studio_Recording_BA.ttl | 387 -------- .../lv2/Pianoteq7STAGE-Bluethner.lv2/manifest.ttl | 78 -- .../C_Bechstein_DG_Bass___Piano_split.ttl | 518 ---------- .../C_Bechstein_DG_Broken.ttl | 397 -------- .../C_Bechstein_DG_Cinematic.ttl | 477 --------- .../C_Bechstein_DG_Cosmic.ttl | 441 --------- .../C_Bechstein_DG_D_282.ttl | 397 -------- .../C_Bechstein_DG_Player.ttl | 455 --------- .../C_Bechstein_DG_Prelude.ttl | 470 --------- .../C_Bechstein_DG_Recording_1.ttl | 537 ----------- .../C_Bechstein_DG_Recording_2.ttl | 525 ---------- .../C_Bechstein_DG_Recording_3.ttl | 509 ---------- .../C_Bechstein_DG_Snappy.ttl | 633 ------------ .../C_Bechstein_DG_Sweet.ttl | 502 ---------- .../C_Bechstein_DG_Under_Lid.ttl | 543 ----------- .../C_Bechstein_DG_Venue.ttl | 433 --------- .../Pianoteq7STAGE-C_Bechstein_DG.lv2/manifest.ttl | 83 -- .../Bell_the_fly.ttl | 310 ------ .../Church_Bells_original.ttl | 312 ------ .../Church_Bells_soft_clapper.ttl | 313 ------ .../Church_Bells_sustain.ttl | 312 ------ .../Church_Bells_tremelo.ttl | 312 ------ .../Tubular_Bells_major.ttl | 324 ------- .../Tubular_Bells_minor.ttl | 324 ------- .../Tubular_Bells_original.ttl | 323 ------- .../manifest.ttl | 61 -- .../Grotrian_Caberet.ttl | 457 --------- .../Grotrian_Concert_Royal.ttl | 414 -------- .../Grotrian_Intimate.ttl | 442 --------- .../Grotrian_Player.ttl | 464 --------- .../Grotrian_Player_Wide.ttl | 479 --------- .../Grotrian_Prelude.ttl | 465 --------- .../Grotrian_Recording_1.ttl | 493 ---------- .../Grotrian_Recording_2.ttl | 429 --------- .../Grotrian_Recording_3.ttl | 507 ---------- .../Grotrian_Under_Lid.ttl | 449 --------- .../lv2/Pianoteq7STAGE-Grotrian.lv2/manifest.ttl | 63 -- .../A_Walter.ttl | 369 ------- .../A_Walter_392.ttl | 368 ------- .../A_Walter_415.ttl | 370 ------- .../A_Walter_415_Player.ttl | 369 ------- .../A_Walter_415_Recording.ttl | 374 -------- .../C_Graf.ttl | 440 --------- .../C_Graf_392.ttl | 441 --------- .../C_Graf_415.ttl | 442 --------- .../C_Graf_415_Player.ttl | 442 --------- .../C_Graf_415_Recording.ttl | 448 --------- .../D_Schoffstoss.ttl | 403 -------- .../D_Schoffstoss_392.ttl | 405 -------- .../D_Schoffstoss_415.ttl | 406 -------- .../D_Schoffstoss_415_Player.ttl | 405 -------- .../D_Schoffstoss_415_Recording.ttl | 411 -------- .../J_E_Schmidt.ttl | 388 -------- .../J_E_Schmidt_392.ttl | 390 -------- .../J_E_Schmidt_415.ttl | 391 -------- .../J_E_Schmidt_415_Player.ttl | 391 -------- .../J_E_Schmidt_415_Recording.ttl | 397 -------- .../J_Schantz.ttl | 398 -------- .../J_Schantz_392.ttl | 400 -------- .../J_Schantz_415.ttl | 402 -------- .../J_Schantz_415_Player.ttl | 401 -------- .../J_Schantz_415_Recording.ttl | 406 -------- .../manifest.ttl | 162 ---- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_3_Mics.ttl | 400 -------- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Basic.ttl | 366 ------- .../K2_Bass___Piano_split.ttl | 484 ---------- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Binaural.ttl | 366 ------- .../Pianoteq7STAGE-K2.lv2/K2_Close_Mic_fig8.ttl | 376 -------- .../K2_Concert_Recording_AB.ttl | 431 --------- .../K2_Concert_Recording_BA.ttl | 431 --------- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Dreamy.ttl | 453 --------- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Duophonic.ttl | 368 ------- .../lv2/Pianoteq7STAGE-K2.lv2/K2_Mix_Recording.ttl | 366 ------- .../Pianoteq7STAGE-K2.lv2/K2_Mono_Compatible.ttl | 367 ------- .../lv2/Pianoteq7STAGE-K2.lv2/K2_Player_Clean.ttl | 403 -------- .../lv2/Pianoteq7STAGE-K2.lv2/K2_Player_Jazz.ttl | 444 --------- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Prelude.ttl | 790 --------------- .../K2_Studio_Recording_AB.ttl | 404 -------- .../K2_Studio_Recording_BA.ttl | 405 -------- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Under_Lid.ttl | 441 --------- presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Warm.ttl | 793 --------------- presets/lv2/Pianoteq7STAGE-K2.lv2/manifest.ttl | 103 -- presets/lv2/Pianoteq7STAGE-MKI/MKI_Amped.ttl | 346 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Bamboo.ttl | 330 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Bark.ttl | 347 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Basic.ttl | 350 ------- .../lv2/Pianoteq7STAGE-MKI/MKI_Blooming_Grit.ttl | 325 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Bright.ttl | 350 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Cinematic.ttl | 329 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Comp_1.ttl | 325 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Comp_2.ttl | 325 ------- .../lv2/Pianoteq7STAGE-MKI/MKI_Gentle_Chorus_1.ttl | 326 ------- .../lv2/Pianoteq7STAGE-MKI/MKI_Gentle_Chorus_2.ttl | 333 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Gritty_1.ttl | 326 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Gritty_2.ttl | 326 ------- .../lv2/Pianoteq7STAGE-MKI/MKI_Groovy_Chorus.ttl | 327 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Leslie.ttl | 329 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Low_Dyn.ttl | 341 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Octave.ttl | 325 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Organish_1.ttl | 331 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Organish_2.ttl | 331 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Overdriven.ttl | 326 ------- .../lv2/Pianoteq7STAGE-MKI/MKI_Punchy_Chorus.ttl | 329 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Rain_Stick.ttl | 331 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Roomy.ttl | 342 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Soft.ttl | 354 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Soft_Chorus.ttl | 326 ------- .../lv2/Pianoteq7STAGE-MKI/MKI_Sweet_Flanger.ttl | 357 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Thick_Pad.ttl | 330 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Tremo.ttl | 325 ------- .../Pianoteq7STAGE-MKI/MKI_Wailing_Overdrive.ttl | 326 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Warm_Lead_1.ttl | 355 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Warm_Lead_2.ttl | 331 ------- presets/lv2/Pianoteq7STAGE-MKI/MKI_Wet_EP.ttl | 329 ------- presets/lv2/Pianoteq7STAGE-MKI/manifest.ttl | 173 ---- presets/lv2/Pianoteq7STAGE-MKII/MKII_60s_Beat.ttl | 406 -------- .../lv2/Pianoteq7STAGE-MKII/MKII_70s_Fusion.ttl | 505 ---------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Bark.ttl | 345 ------- .../lv2/Pianoteq7STAGE-MKII/MKII_Basic_Mono.ttl | 327 ------- .../lv2/Pianoteq7STAGE-MKII/MKII_Basic_Stereo.ttl | 337 ------- .../MKII_Bass___Piano_Split.ttl | 370 ------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Broken.ttl | 357 ------- .../lv2/Pianoteq7STAGE-MKII/MKII_Dirty_Bass.ttl | 333 ------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Dogs_EP.ttl | 343 ------- .../lv2/Pianoteq7STAGE-MKII/MKII_DynaComp_EP.ttl | 430 --------- presets/lv2/Pianoteq7STAGE-MKII/MKII_EAP_Piano.ttl | 431 --------- presets/lv2/Pianoteq7STAGE-MKII/MKII_FM_alike.ttl | 377 -------- .../lv2/Pianoteq7STAGE-MKII/MKII_Flower_Power.ttl | 444 --------- .../lv2/Pianoteq7STAGE-MKII/MKII_Jazzrocker.ttl | 434 --------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Jazzy.ttl | 349 ------- .../Pianoteq7STAGE-MKII/MKII_New_Age_Dreams.ttl | 484 ---------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Paddy.ttl | 472 --------- .../Pianoteq7STAGE-MKII/MKII_Piano_Bass_Gritty.ttl | 362 ------- .../Pianoteq7STAGE-MKII/MKII_Piano_Bass_Snappy.ttl | 362 ------- .../lv2/Pianoteq7STAGE-MKII/MKII_Pinhead_EP.ttl | 444 --------- presets/lv2/Pianoteq7STAGE-MKII/MKII_RMI_Clone.ttl | 349 ------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Rocks.ttl | 353 ------- .../Pianoteq7STAGE-MKII/MKII_Room_Close_Mic.ttl | 337 ------- .../Pianoteq7STAGE-MKII/MKII_Room_Distant_Mic.ttl | 331 ------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Smooth.ttl | 334 ------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Soft.ttl | 355 ------- .../lv2/Pianoteq7STAGE-MKII/MKII_Songwriter.ttl | 338 ------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Spark.ttl | 439 --------- .../lv2/Pianoteq7STAGE-MKII/MKII_Split_Manual.ttl | 475 --------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Stage_EP.ttl | 491 ---------- .../lv2/Pianoteq7STAGE-MKII/MKII_Super_Bark.ttl | 365 ------- .../lv2/Pianoteq7STAGE-MKII/MKII_Sweet_n_Dyna.ttl | 482 ---------- .../lv2/Pianoteq7STAGE-MKII/MKII_Tremolo_EP.ttl | 482 ---------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Vibrant.ttl | 480 --------- presets/lv2/Pianoteq7STAGE-MKII/MKII_Wurhds.ttl | 450 --------- presets/lv2/Pianoteq7STAGE-MKII/manifest.ttl | 188 ---- .../C_Grimaldi_Harpsichord_A.ttl | 330 ------- .../C_Grimaldi_Harpsichord_A_392.ttl | 330 ------- .../C_Grimaldi_Harpsichord_A_415.ttl | 332 ------- .../C_Grimaldi_Harpsichord_A_B.ttl | 330 ------- .../C_Grimaldi_Harpsichord_A_B_392.ttl | 330 ------- .../C_Grimaldi_Harpsichord_A_B_415.ttl | 332 ------- .../C_Grimaldi_Harpsichord_B.ttl | 330 ------- .../Cimbalom_392.ttl | 337 ------- .../Cimbalom_415.ttl | 339 ------- .../Cimbalom_Tzigane.ttl | 337 ------- .../Cimbalom_a_la_piano.ttl | 340 ------- .../Cimbalom_basic.ttl | 339 ------- .../Cimbalom_hard.ttl | 337 ------- .../F_E_Blanchet_Harpsichord.ttl | 326 ------- .../F_E_Blanchet_Harpsichord_392.ttl | 328 ------- .../F_E_Blanchet_Harpsichord_415.ttl | 329 ------- .../Neupert_Clavichord_392.ttl | 351 ------- .../Neupert_Clavichord_415.ttl | 353 ------- .../Neupert_Clavichord_double.ttl | 353 ------- .../Neupert_Clavichord_lute.ttl | 352 ------- .../Neupert_Clavichord_single.ttl | 347 ------- .../manifest.ttl | 138 --- .../Steingraeber_Bass___Piano_split.ttl | 505 ---------- .../Steingraeber_Bright.ttl | 433 --------- .../Steingraeber_Broken.ttl | 446 --------- .../Steingraeber_Cinematic.ttl | 439 --------- .../Steingraeber_Cosmic.ttl | 445 --------- .../Steingraeber_Dreamy.ttl | 551 ----------- .../Steingraeber_E_272.ttl | 416 -------- .../Steingraeber_Initmate.ttl | 452 --------- .../Steingraeber_Player.ttl | 462 --------- .../Steingraeber_Prelude.ttl | 423 -------- .../Steingraeber_Prepared.ttl | 491 ---------- .../Steingraeber_Recording_1.ttl | 473 --------- .../Steingraeber_Recording_2.ttl | 491 ---------- .../Steingraeber_Recording_3.ttl | 494 ---------- .../Steingraeber_Under_Lid.ttl | 485 ---------- .../Steingraeber_Warm.ttl | 455 --------- .../Pianoteq7STAGE-Steingraeber.lv2/manifest.ttl | 93 -- .../HB_Steinway_D_3_Mics.ttl | 533 ---------- .../HB_Steinway_D_Bass___Piano_split.ttl | 473 --------- .../HB_Steinway_D_Binaural.ttl | 534 ----------- .../HB_Steinway_D_Blues.ttl | 449 --------- .../HB_Steinway_D_Bright.ttl | 359 ------- .../HB_Steinway_D_Cabaret.ttl | 392 -------- .../HB_Steinway_D_Chamber_Recording.ttl | 560 ----------- .../HB_Steinway_D_Cinematic.ttl | 422 -------- .../HB_Steinway_D_Classical.ttl | 515 ---------- .../HB_Steinway_D_Classical_Recording.ttl | 574 ----------- .../HB_Steinway_D_Close_Mic_Classical.ttl | 477 --------- .../HB_Steinway_D_Close_Mic_Jazz.ttl | 496 ---------- .../HB_Steinway_D_Duo.ttl | 506 ---------- .../HB_Steinway_D_Honky_Tonk.ttl | 392 -------- .../HB_Steinway_D_Hybrid.ttl | 375 -------- .../HB_Steinway_D_Hyper_Bright.ttl | 360 ------- .../HB_Steinway_D_Intimate.ttl | 551 ----------- .../HB_Steinway_D_Jazz.ttl | 548 ----------- .../HB_Steinway_D_Jazz_Recording.ttl | 449 --------- .../HB_Steinway_D_New_Age.ttl | 836 ---------------- .../HB_Steinway_D_Player_Clean.ttl | 566 ----------- .../HB_Steinway_D_Player_Wide.ttl | 552 ----------- .../HB_Steinway_D_Pop.ttl | 451 --------- .../HB_Steinway_D_Prelude.ttl | 506 ---------- .../HB_Steinway_D_Prepared.ttl | 425 -------- .../HB_Steinway_D_Ruined.ttl | 375 -------- .../HB_Steinway_D_Studio_Recording.ttl | 557 ----------- .../HB_Steinway_D_Super_Tonk.ttl | 443 --------- .../HB_Steinway_D_Trio.ttl | 419 -------- .../HB_Steinway_D_Under_Lid.ttl | 531 ---------- .../HB_Steinway_D_Worn_Out.ttl | 373 ------- .../HB_Steinway_Model_D_.ttl | 374 -------- .../NY_Steinway_D_Bass___Piano_split.ttl | 490 ---------- .../NY_Steinway_D_Blues.ttl | 455 --------- .../NY_Steinway_D_Chamber_Recording.ttl | 577 ----------- .../NY_Steinway_D_Cinematic.ttl | 426 -------- .../NY_Steinway_D_Classical.ttl | 525 ---------- .../NY_Steinway_D_Classical_Recording.ttl | 578 ----------- .../NY_Steinway_D_Close_Mic.ttl | 496 ---------- .../NY_Steinway_D_Gentle.ttl | 521 ---------- .../NY_Steinway_D_Honky_Tonk.ttl | 394 -------- .../NY_Steinway_D_Hybrid.ttl | 381 -------- .../NY_Steinway_D_Jazz.ttl | 499 ---------- .../NY_Steinway_D_Jazz_Recording.ttl | 470 --------- .../NY_Steinway_D_New_Age.ttl | 853 ---------------- .../NY_Steinway_D_Player_Clean.ttl | 549 ----------- .../NY_Steinway_D_Player_Wide.ttl | 555 ----------- .../NY_Steinway_D_Pop.ttl | 480 --------- .../NY_Steinway_D_Prelude.ttl | 494 ---------- .../NY_Steinway_D_Prepared.ttl | 426 -------- .../NY_Steinway_D_Ruined.ttl | 377 -------- .../NY_Steinway_D_Studio_Recording.ttl | 563 ----------- .../NY_Steinway_D_Super_Tonk.ttl | 444 --------- .../NY_Steinway_D_Under_Lid.ttl | 537 ----------- .../NY_Steinway_D_Warm.ttl | 957 ------------------ .../NY_Steinway_D_Wide_Unison.ttl | 590 ------------ .../NY_Steinway_D_Worn_Out.ttl | 378 -------- .../NY_Steinway_Model_D_.ttl | 391 -------- .../lv2/Pianoteq7STAGE-Steinway_D.lv2/manifest.ttl | 309 ------ presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Americana.ttl | 464 --------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Back.ttl | 352 ------- .../lv2/Pianoteq7STAGE-U4.lv2/U4_Bierkeller.ttl | 400 -------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Club.ttl | 351 ------- .../lv2/Pianoteq7STAGE-U4.lv2/U4_Honky_Tonk.ttl | 407 -------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Jazz.ttl | 352 ------- .../lv2/Pianoteq7STAGE-U4.lv2/U4_Living_Room.ttl | 350 ------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Midnight.ttl | 456 --------- .../lv2/Pianoteq7STAGE-U4.lv2/U4_Player_Closed.ttl | 352 ------- .../lv2/Pianoteq7STAGE-U4.lv2/U4_Player_Dry.ttl | 351 ------- .../lv2/Pianoteq7STAGE-U4.lv2/U4_Player_Open.ttl | 345 ------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Pop.ttl | 392 -------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Recording.ttl | 352 ------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Ruined.ttl | 450 --------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Small.ttl | 448 --------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Tacky.ttl | 374 -------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Tall.ttl | 465 --------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Vintage.ttl | 373 ------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Weathered.ttl | 414 -------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_a_la_Monk.ttl | 395 -------- presets/lv2/Pianoteq7STAGE-U4.lv2/U4_in_Hall.ttl | 343 ------- presets/lv2/Pianoteq7STAGE-U4.lv2/manifest.ttl | 118 --- presets/lv2/Pianoteq7STAGE-W1/W1_Basic_Mono.ttl | 327 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Basic_Stereo.ttl | 328 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Bright.ttl | 339 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Comp.ttl | 326 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Flange.ttl | 326 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Logical.ttl | 327 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Octave.ttl | 327 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Overdriven.ttl | 325 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Roomy.ttl | 339 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Soft.ttl | 355 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Tremo.ttl | 322 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Wah.ttl | 351 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Warm.ttl | 358 ------- presets/lv2/Pianoteq7STAGE-W1/W1_Where_it_s_at.ttl | 315 ------ .../Pianoteq7STAGE-W1/W1_You_re_my_best_friend.ttl | 325 ------- presets/lv2/Pianoteq7STAGE-W1/manifest.ttl | 88 -- presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Basic.ttl | 360 ------- .../lv2/Pianoteq7STAGE-YC5.lv2/YC5_Close_Mic.ttl | 416 -------- .../Pianoteq7STAGE-YC5.lv2/YC5_Mix_Recording.ttl | 412 -------- presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Player.ttl | 413 -------- presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Pop.ttl | 376 -------- .../Pianoteq7STAGE-YC5.lv2/YC5_Solo_Recording.ttl | 414 -------- presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Vintage.ttl | 363 ------- .../lv2/Pianoteq7STAGE-YC5.lv2/YC5_Worn_Out.ttl | 360 ------- presets/lv2/Pianoteq7STAGE-YC5.lv2/manifest.ttl | 53 - .../Bluethner_Chamber_Recording_AB.ttl | 770 --------------- .../Bluethner_Chamber_Recording_BA.ttl | 772 --------------- .../Bluethner_Cinematic.ttl | 758 --------------- .../Bluethner_Concert_Recording_AB.ttl | 823 ---------------- .../Bluethner_Concert_Recording_BA.ttl | 824 ---------------- .../Bluethner_Improv.ttl | 830 ---------------- .../Bluethner_Intimate.ttl | 811 ---------------- .../Bluethner_Model_One.ttl | 771 --------------- .../Bluethner_Model_One_AB.ttl | 770 --------------- .../Bluethner_Player.ttl | 791 --------------- .../Bluethner_Prelude.ttl | 795 --------------- .../Bluethner_Studio_Recording_AB.ttl | 770 --------------- .../Bluethner_Studio_Recording_BA.ttl | 771 --------------- .../Pianoteq7STANDARD-Bluethner.lv2/manifest.ttl | 90 -- .../Steinway_B_Binaural.ttl | 853 ---------------- .../Steinway_B_Bright.ttl | 931 ------------------ .../Steinway_B_Cinematic.ttl | 751 --------------- .../Steinway_B_Close_Mic.ttl | 807 ---------------- .../Steinway_B_Cosmic.ttl | 753 --------------- .../Steinway_B_Distant_Mic.ttl | 768 --------------- .../Steinway_B_Dreamy.ttl | 946 ------------------ .../Steinway_B_Gentle.ttl | 928 ------------------ .../Steinway_B_Improv.ttl | 841 ---------------- .../Steinway_B_Intimate.ttl | 772 --------------- .../Steinway_B_Late_Evening.ttl | 759 --------------- .../Steinway_B_Model_B.ttl | 791 --------------- .../Steinway_B_Player.ttl | 843 ---------------- .../Steinway_B_Prelude.ttl | 845 ---------------- .../Steinway_B_Recording_1.ttl | 823 ---------------- .../Steinway_B_Recording_2.ttl | 819 ---------------- .../Steinway_B_Recording_3.ttl | 1014 -------------------- .../Steinway_B_Under_Lid.ttl | 819 ---------------- .../Steinway_B_Wide.ttl | 946 ------------------ .../Pianoteq7STANDARD-Steinway_B.lv2/manifest.ttl | 126 --- 371 files changed, 161673 deletions(-) delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/CP_80_Amped.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/CP_80_Line_Output.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/CP_80_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/CP_80_Soundboarded.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/CP_80_Tremolo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/Erard_Close_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/Erard_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/Erard_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/Pleyel_Close_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/Pleyel_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/Pleyel_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Acoustic_Pianos.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_275.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Bass___Piano_split.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Broken.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Cosmic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Dreamy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Duo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Inimate.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Recording_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Recording_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Recording_3.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Venue.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/Ant_Petrof_Warm.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Ant_Petrof.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Chamber_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Chamber_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Concert_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Concert_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Improv.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Intimate.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Model_One.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Model_One_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Studio_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/Bluethner_Studio_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Bluethner.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Bass___Piano_split.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Broken.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Cosmic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_D_282.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Recording_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Recording_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Recording_3.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Snappy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Sweet.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/C_Bechstein_DG_Venue.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-C_Bechstein_DG.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Bell_the_fly.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Church_Bells_original.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Church_Bells_soft_clapper.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Church_Bells_sustain.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Church_Bells_tremelo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Tubular_Bells_major.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Tubular_Bells_minor.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/Tubular_Bells_original.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Chromatic_Percussion.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Caberet.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Concert_Royal.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Intimate.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Player_Wide.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Recording_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Recording_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Recording_3.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/Grotrian_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Grotrian.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/A_Walter.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/A_Walter_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/A_Walter_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/A_Walter_415_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/A_Walter_415_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/C_Graf.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/C_Graf_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/C_Graf_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/C_Graf_415_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/C_Graf_415_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/D_Schoffstoss.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/D_Schoffstoss_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/D_Schoffstoss_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/D_Schoffstoss_415_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/D_Schoffstoss_415_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_E_Schmidt.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_E_Schmidt_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_E_Schmidt_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_E_Schmidt_415_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_E_Schmidt_415_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_Schantz.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_Schantz_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_Schantz_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_Schantz_415_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/J_Schantz_415_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Historical_Pianos.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_3_Mics.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Basic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Bass___Piano_split.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Binaural.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Close_Mic_fig8.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Concert_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Concert_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Dreamy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Duophonic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Mix_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Mono_Compatible.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Player_Clean.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Player_Jazz.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Studio_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Studio_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/K2_Warm.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-K2.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Amped.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Bamboo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Bark.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Basic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Blooming_Grit.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Bright.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Comp_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Comp_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Gentle_Chorus_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Gentle_Chorus_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Gritty_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Gritty_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Groovy_Chorus.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Leslie.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Low_Dyn.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Octave.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Organish_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Organish_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Overdriven.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Punchy_Chorus.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Rain_Stick.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Roomy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Soft.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Soft_Chorus.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Sweet_Flanger.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Thick_Pad.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Tremo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Wailing_Overdrive.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Warm_Lead_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Warm_Lead_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/MKI_Wet_EP.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKI/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_60s_Beat.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_70s_Fusion.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Bark.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Basic_Mono.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Basic_Stereo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Bass___Piano_Split.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Broken.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Dirty_Bass.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Dogs_EP.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_DynaComp_EP.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_EAP_Piano.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_FM_alike.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Flower_Power.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Jazzrocker.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Jazzy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_New_Age_Dreams.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Paddy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Piano_Bass_Gritty.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Piano_Bass_Snappy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Pinhead_EP.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_RMI_Clone.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Rocks.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Room_Close_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Room_Distant_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Smooth.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Soft.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Songwriter.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Spark.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Split_Manual.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Stage_EP.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Super_Bark.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Sweet_n_Dyna.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Tremolo_EP.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Vibrant.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/MKII_Wurhds.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-MKII/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/C_Grimaldi_Harpsichord_A.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/C_Grimaldi_Harpsichord_A_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/C_Grimaldi_Harpsichord_A_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/C_Grimaldi_Harpsichord_A_B.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/C_Grimaldi_Harpsichord_A_B_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/C_Grimaldi_Harpsichord_A_B_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/C_Grimaldi_Harpsichord_B.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Cimbalom_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Cimbalom_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Cimbalom_Tzigane.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Cimbalom_a_la_piano.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Cimbalom_basic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Cimbalom_hard.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/F_E_Blanchet_Harpsichord.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/F_E_Blanchet_Harpsichord_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/F_E_Blanchet_Harpsichord_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Neupert_Clavichord_392.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Neupert_Clavichord_415.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Neupert_Clavichord_double.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Neupert_Clavichord_lute.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/Neupert_Clavichord_single.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Piano_Predecessors.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Bass___Piano_split.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Bright.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Broken.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Cosmic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Dreamy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_E_272.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Initmate.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Prepared.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Recording_1.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Recording_2.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Recording_3.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/Steingraeber_Warm.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steingraeber.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_3_Mics.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Bass___Piano_split.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Binaural.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Blues.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Bright.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Cabaret.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Chamber_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Classical.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Classical_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Close_Mic_Classical.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Close_Mic_Jazz.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Duo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Honky_Tonk.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Hybrid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Hyper_Bright.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Intimate.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Jazz.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Jazz_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_New_Age.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Player_Clean.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Player_Wide.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Pop.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Prepared.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Ruined.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Studio_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Super_Tonk.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Trio.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_D_Worn_Out.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/HB_Steinway_Model_D_.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Bass___Piano_split.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Blues.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Chamber_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Classical.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Classical_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Close_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Gentle.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Honky_Tonk.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Hybrid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Jazz.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Jazz_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_New_Age.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Player_Clean.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Player_Wide.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Pop.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Prepared.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Ruined.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Studio_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Super_Tonk.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Warm.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Wide_Unison.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_D_Worn_Out.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/NY_Steinway_Model_D_.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-Steinway_D.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Americana.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Back.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Bierkeller.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Club.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Honky_Tonk.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Jazz.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Living_Room.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Midnight.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Player_Closed.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Player_Dry.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Player_Open.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Pop.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Ruined.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Small.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Tacky.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Tall.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Vintage.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_Weathered.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_a_la_Monk.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/U4_in_Hall.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-U4.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Basic_Mono.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Basic_Stereo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Bright.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Comp.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Flange.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Logical.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Octave.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Overdriven.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Roomy.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Soft.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Tremo.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Wah.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Warm.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_Where_it_s_at.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/W1_You_re_my_best_friend.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-W1/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Basic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Close_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Mix_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Pop.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Solo_Recording.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Vintage.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/YC5_Worn_Out.ttl delete mode 100644 presets/lv2/Pianoteq7STAGE-YC5.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Chamber_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Chamber_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Concert_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Concert_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Improv.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Intimate.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Model_One.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Model_One_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Studio_Recording_AB.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/Bluethner_Studio_Recording_BA.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Bluethner.lv2/manifest.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Binaural.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Bright.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Cinematic.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Close_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Cosmic.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Distant_Mic.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Dreamy.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Gentle.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Improv.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Intimate.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Late_Evening.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Model_B.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Player.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Prelude.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Recording_1.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Recording_2.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Recording_3.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Under_Lid.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/Steinway_B_Wide.ttl delete mode 100644 presets/lv2/Pianoteq7STANDARD-Steinway_B.lv2/manifest.ttl Running Flag Actions from './update_zynthian_data.sh'... Updating System configuration ... RBPI AUDIO ENABLED OTG ENABLED SOUNDCARD CONFIG => dtoverlay=hifiberry-dacplusadc\n DISPLAY CONFIG => dtoverlay=piscreen2r-notouch,rotate=270\ndtoverlay=ads7846,speed=2000000,cs=1,penirq=17,penirq_pull=2,swapxy=1,xohms=100,pmax=255\n ACT LED CONFIG => Aeolus Waves already exist! Custom Config /zynthian/zynthian-sys/custom/display/ZynScreen 3.5 (v1) ... SOUNDCARD_MIXER is OK Running Flag Actions from './update_zynthian_sys.sh'... Updating zyncoder ... /zynthian/zyncoder /zynthian/zyncoder /zynthian/zyncoder/build /zynthian/zyncoder /zynthian/zyncoder ++ Defined HAVE_WIRINGPI_LIB ++ Defined MCP23017_ENCODERS ++ Defined MCP23017 INTA PIN ++ Defined MCP23017 INTB PIN ++ Using wiringPI -- Configuring done -- Generating done -- Build files have been written to: /zynthian/zyncoder/build [ 60%] Built target zyncoder [100%] Built target zyncoder_test /zynthian/zyncoder /zynthian/zyncoder /zynthian/zyncoder Updating zynthian-ui ... /zynthian/zynthian-ui/zynlibs/zynseq /zynthian/zynthian-ui /zynthian/zynthian-ui/zynlibs/zynseq/build /zynthian/zynthian-ui/zynlibs/zynseq /zynthian/zynthian-ui -- Configuring done -- Generating done -- Build files have been written to: /zynthian/zynthian-ui/zynlibs/zynseq/build [100%] Built target zynseq /zynthian/zynthian-ui/zynlibs/zynseq /zynthian/zynthian-ui /zynthian/zynthian-ui /zynthian/zynthian-ui/zynlibs/jackpeak /zynthian/zynthian-ui /zynthian/zynthian-ui/zynlibs/jackpeak/build /zynthian/zynthian-ui/zynlibs/jackpeak /zynthian/zynthian-ui -- Configuring done -- Generating done -- Build files have been written to: /zynthian/zynthian-ui/zynlibs/jackpeak/build [100%] Built target jackpeak /zynthian/zynthian-ui/zynlibs/jackpeak /zynthian/zynthian-ui /zynthian/zynthian-ui /zynthian/zynthian-ui/zynlibs/zynsmf /zynthian/zynthian-ui /zynthian/zynthian-ui/zynlibs/zynsmf/build /zynthian/zynthian-ui/zynlibs/zynsmf /zynthian/zynthian-ui -- Configuring done -- Generating done -- Build files have been written to: /zynthian/zynthian-ui/zynlibs/zynsmf/build [100%] Built target zynsmf /zynthian/zynthian-ui/zynlibs/zynsmf /zynthian/zynthian-ui /zynthian/zynthian-ui Updating zynthian-webconf ... Update Complete. Running Flag Actions from './update_zynthian_code.sh'... Restarting zynthian service... Restarting zynthian-webconf service...