Skip to content

Instantly share code, notes, and snippets.

@sletz
Created October 16, 2025 14:10
Show Gist options
  • Select an option

  • Save sletz/ff033ce010bf09c227ef30d546220845 to your computer and use it in GitHub Desktop.

Select an option

Save sletz/ff033ce010bf09c227ef30d546220845 to your computer and use it in GitHub Desktop.
faust2clap freeverb.dsp
[i] JSON metadata not available, falling back to C++ parsing.
[i] Detected as EFFECT (has 2 audio inputs)
[i] Add this to your CMakeLists.txt:
include_directories("/Users/letz/Developpements/faust/utilisateurs/Steph/build/freeverb")
[*] extracted metadata:
id: org.faust.freeverb
name: freeverb
vendor: RM
version: 0.0
description: Freeverb demo application.
polyphonic: False
voices: 16
[✓] generated: /Users/letz/Developpements/faust/utilisateurs/Steph/build/freeverb/freeverb_clap.cpp
[*] running cmake build
[!] cmake build failed.
[stderr]
CMake Error at CMakeLists.txt:18 (add_subdirectory):
add_subdirectory given source
"/usr/local/share/faust/tools/faust2clap/../../external/clap-sdk" which is
not an existing directory.
CMake Error at CMakeLists.txt:19 (add_subdirectory):
add_subdirectory given source
"/usr/local/share/faust/tools/faust2clap/../../external/clap-helpers" which
is not an existing directory.
CMake Error: Cannot open file for write: /usr/local/share/faust/tools/faust2clap/build/CMakeCache.txt.tmp9d103
CMake Error: : System Error: Inappropriate ioctl for device
CMake Error: Unable to open cache file for save. /usr/local/share/faust/tools/faust2clap/build/CMakeCache.txt
CMake Error: : System Error: Inappropriate ioctl for device
[stdout]
-- Final RtMidi include: /opt/homebrew/Cellar/rtmidi/6.0.0/include
-- Using hardcoded RtMidi:
-- Library: /opt/homebrew/Cellar/rtmidi/6.0.0/lib/librtmidi.dylib
-- Include: /opt/homebrew/Cellar/rtmidi/6.0.0/include
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment