Releases: plugdata-team/plugdata-ofelia
Ofelia for plugdata v4.0.0-test4
New version of plugdata-ofelia that is compatible with plugdata v0.8.0
This version should also work inside the DAW!
Ofelia for plugdata v4.0.0-test3
Installation
-
Get a recent nightly build of plugdata, at least d6d11fc. You can download it here, under "nightly".
-
Add the contents of the zip file to plugdata's search path, you might also want to add the "abs" folder to your search path.
-
On Linux (if you want to play back video files):
- If you're using gstreamer 1.20 or higher, grab the linux-new version. If you have gstreamer older than that, grab the linux-old version.
- For ubuntu 22.04/fedora 38/Arch, use linux-new, for ubuntu 20.04, use linux-old
- Install these dependencies:
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
- If you're using gstreamer 1.20 or higher, grab the linux-new version. If you have gstreamer older than that, grab the linux-old version.
-
On Windows, install these dependencies:
Changes
- Fixed the way the Ofelia message loop is implemented, which fixes problems with window dragging, closing and resizing
- Various performance improvements
- Webcam examples no longer crash on Linux
- Can now play back video examples on Linux, if you install the right version
Ofelia for plugdata v4.0.0-test2
This was built to work on the commit of plugdata, it may work on later versions as well.
Installation
- Get a recent nightly build of plugdata, at least d6d11fc. You can download it here, under "nightly".
- Add the contents of the zip file to plugdata's search path, you might also want to add the "abs" folder to your search path.
- On Windows, install these dependencies:
Changes
- Now has a Windows (x64) version!
- Fixed various threading issues
- Fixed crash when PdClock calls back after it has been deleted
- Fixed deadlock when closing patches
- Fixed crash when loading an Ofelia patch on startup
- Merged some upcoming changes for Ofelia v4.1.0:
- Updated ofxLua
- Updated openFrameworks
- Now building against plugdata-pd instead of pd-vanilla, just to be sure
- Signals should now be thread-safe
- Fixed formatting of examples in plugdata
Linux:
- Fixed bad rpath value
- Include more necessary shared libraries
- Linux version has been tested to work on Ubuntu 20.04, Ubuntu 22.04, Fedora 38 and Manjaro.
macOS:
- Fixed camera permission
- Signed and notarised binaries
- Now building Universal Binary that works on Apple Silicon and Intel.
Known sort-of issues
- Examples that use the camera crash on Linux, but that might be because my Linux PC doesn't have a camera
- examples/shaders/GeometryShader crashes on Linux, but Ofelia in pd-vanilla also does this for me
- examples/shaders/GeometryShader fails to load shader on Windows, but Ofelia in pd-vanilla also does this for me
Not sure why those last two happen, maybe it's because of my old graphics card. If anyone can confirm that it does work for them, or if it works in pd and not in plugdata, that would be nice!
Ofelia for plugdata v4.0.0-test1
First test release of plugdata-ofelia.
This was built to work on the b7a3eb7 commit of plugdata, it may work on later versions as well.
To install, extract the zip, and make sure that the folder is added to plugdata's path.
A version for Windows is coming soon!