This Pure Data external provides access to the Tickle instrument by The Center for Haptic Audio Interaction Research (CHAIR) inside Pure Data.
This git lives at https://gitlab.chair.audio/chair-audio/tickle-pd-linux (private)
and is pushed automatically to https://github.com/chairaudio/tickle-pd-linux
meson
The helpfile is a submodule. The newest commit from the tickle-pd-helpfile repository will be pulled automatically before building. A manual submodule update (git submodule update --init) should not be necessary.
$ meson build
Default installation path is ~/Documents/Pd/externals/
if you are fine with this go to build and install.
alternatively configure a custom installation directory like this:
$ meson build -Dinstall_dir=/my/install/dir
$ meson configure build -Dinstall_dir=/my/install/dir
$ ninja -C build
$ ninja -C build install
This software is copyright 2018 The Center for Haptic Audio Interaction Research (CHAIR). It is licensed under a GPL-3 licence.
The CHAIR name and logo are registered trademarks and may not be used unauthorized.