Albert Graef
Albert Graef
This adds an install target, so that `make install` will do something sensible, at least on Linux and other Unix-like systems. This will also simplify packaging. Also added an option...
This Lua error appears if the atoms argument to pd.Class:outlet is anything but a table. The fix is trivial: Check that the atoms argument actually is a table, and, if...
This was actually done on purpose (cf. https://github.com/plugdata-team/plugdata/commit/00ef8358258d7d75d7b231d451807d2a92f0fcb8), because JUCE's LV2 implementation currently doesn't seem to allow the use of LV2's dynamic manifest extension, which means that all parameter names...
The last outlet of the playhead object delivers a triple (Pd list) of time in ppq, sample number, and seconds. Which it does in the VST, but in the LV2...
### Detail I'm now getting these compile errors on a MacBook Air M1, running macOS 13.6.7 (22G720) with the latest Xcode (Version 15.2 (15C500b)) and Homebrew. This all used to...
When run from the command line, you'll see an error message like the following, followed by a stack trace: ~~~ [25619:259:0817/142245.740083:ERROR:extension_function_dispatcher.cc(588)] Permission denied for nw.Obj.allocateId ~~~ These only seem to...
This is on a Manjaro system running pipewire with the corresponding alsa, jack, and pulseaudio modules, and the audio api set to ALSA in the audio prefs. The symptom being...
@MovementGH, this is wrong: https://github.com/pd-l2ork/pd-l2ork/blob/5f39a7652345df806631253aa0da1dfe546d64ea/pd/src/d_osc.c#L222 I noticed this while pulling your changes over to purr-data. cos_cleanup is *not* to be called as an object destructor (in pd_free), but as a...
Hi Tim, is plugdata supposed to work on ipadOS now? I've run into various issues that I've seen reported in older bug reports, and a new one when trying to...