A collection of third party open-source Max/MSP dsp-related externals which I find cool and can be built in one go using using cmake.
This collection is part of some research into loopers, reverbs and delays in Max and some these externals will be included in future iterations of my groovin 4+1 track looper project, which already contains the builtin max groove~
object and Rodrigo Constanza's karma~
.
Note that I have selfishly only considered building for macOS due to the infinite suffering which occurs when I try to build on a Windows VM. In any case, most of these projects have corresponding windows externals in their respective projects.
Each external subproject contains a CMakeLists.txt
file which I may have added, and code, documentation, licensing info and additional patches if any.
If the code is modified in any way (even if by running clang-format
), an archive
folder will be creaed to contain the original unmodified source.
From Volker Boehm's collection:
Andrew Shike's
Used in
-
versos by Icaro Ferre
Raja
Rodrigo Constanza et al. (Interestingly, early versions of karma were coded by Raja)
Used in
Volker Boehm
- vb.src~: a high-quality sampler/looper sounds fantastic (and depends on libsamplrate). It needs
brew install libsamplerate