After building successfully, or so it seems, no output is found in ~/Library/Audio/Plug-Ins/CLAP/
Athough the readme states the following:
The plugin will be automatically built and installed to: ~/Library/Audio/Plug-Ins/CLAP/your_file.clap
See below for the output of a CLI session:
j@laptop faust % python3 tools/faust2clap/faust2clap.py ../../../Downloads/binary\ \(3\)/untitled.dsp
[i] JSON metadata not available, falling back to C++ parsing.
[i] Detected as EFFECT (has 1 audio inputs)
[i] Add this to your CMakeLists.txt:
include_directories("/usr/local/lib/build/untitled")
[*] extracted metadata:
id: org.faust.untitled
name: untitled
vendor: Grame
version: 1.0
description: Plugin generated from untitled.dsp
polyphonic: False
voices: 16
[✓] generated: /usr/local/lib/build/untitled/untitled_clap.cpp
[*] running cmake build
[✓] build completed successfully.
j@laptop faust % ls -alh ~/Library/Audio/Plug-Ins/CLAP
total 0
After building successfully, or so it seems, no output is found in
~/Library/Audio/Plug-Ins/CLAP/Athough the readme states the following:
See below for the output of a CLI session: