Releases: plugdata-team/plugdata
PlugData v0.3
Big update with many improvements and fixes. Unfortunately I do expect there to be some bugs still, so it's not production-ready yet. Please report a bug if you experience any problems!
MacOS versions will be notarised soon.
Changes:
Thanks to @60-hz for suggesting these changes:
- Fixed numbox colours
- Added more properties to objects
- Panel renamed to Canvas, added minimum constraints
- Fixed inlet/outlet swap glitch
- Fixed many problems with symbol atom
- No comment outline in locked mode
- Only show gui-object headers on mouse-over (for better space usage)
- Broken objects outlined with red
- Improved slider visibility
- More consistent single/double click behaviour (still needs work)
- Paste and duplicate select newly created objects
- No scrolling on sliders and keyboards (conflicts with viewport)
- Allow object selection with mouse-click in completion box
- Don’t automatically load the last patch (only in debug mode for faster testing)
- Connection style switch works in help files
- (Hopefully) better print performance
- Highlights on inlet/outlet mouse-over
- Automatically switch between console and properties when there are properties available
- Allow adjusting the width on all objects
Other changes:
- Updated to JUCE 6.1.5
- Updated to pd-vanilla 0.52-1
- Smaller toolbar and statusbar, space usage is crucial for plugins
- Segmented connection style that can be modified by dragging (and saved to pd files as a comment)
- This comment will not be visible if PlugData, but it will be in pd. You can move it anywhere you want, removing it will discard any changes you made to connection paths.
- This is a pre-release, so the format in which we save these paths might still change. If you encounter problems opening patches with a future release, remove the comment using pd or a text editor.
- Zoom buttons in statusbar
- Added midiparse, midiformat and midiflush from cyclone (thanks @DavidJameson for suggestion)
- More console features (thanks to @nicolasdanet’s Spaghettis for inspiration)
- Now finds abstractions after saving/loading a project
- Fixed saving/loading behaviour (thanks @8ouble-r)
- Fixed connections blocking inlet/outlets
- Fixed extremely high memory usage
- Better GUI performance
- Fixed font and console initialisation on Linux (thanks @ensonic)
- Fixed lots of other small bugs, cleaned up code
PlugData v0.2.1
EDIT: The macOS version doesn't seem to work on Catalina or lower right now, I'll try to fix it as soon as possible
Beta release for macOS, Windows and Linux. Fixes most known issues from v0.2. Contains both standalone and plugin (VST3, LV2, AU) versions of both the instrument and effect plugin, includes a MIDI processor for Logic.
CHANGES:
- Fixed print object
- Toggle now looks different from bang
- Radio boxes and sliders resize correctly when locking
- Fixed a few popup labels
- Connections from outlet to outlet no longer allowed
- Allow clicking on cords
- Object init size is larger and resizes when typing
- Slider tracks are more visible
- Fixed a few bugs related to help files
- Release no longer double-zipped
- Nicer number box behaviour, use shift to change precision
- Can't change object type anymore when locked
Thanks to @60-hz and @alfonso73 for reporting most of these issues
PlugData v0.2
Beta release for macOS, Windows and Linux. Fixes most known issues from v0.1. Contains both standalone and plugin (VST3, LV2, AU) versions of both the instrument and effect plugin, includes a MIDI processor for Logic.
Known issues: #10
CHANGES:
- Plugins no longer crash when closing
- Includes build for older Ubuntu versions
- Fixed issue that causes standalone to crash on startup
- Now works for MacOS 10.11 and higher (previously 11.0 and higher)
- Fixed menu transparency in Logic
- Fixed radiobutton layout
- Fixed MIDI output bug
- Fixed GraphOnParents objects loading as subpatchers
- Fixed bug where the canvas keeps getting bigger
- More thread-safety fixes
- MacOS version is signed (but not yet notarised...)
PlugData v0.1
Beta release for macOS, Windows and Linux. Probably still has some bugs but (hopefully) mostly usable. Contains both standalone and plugin (VST3, LV2, AU) versions of both the instrument and effect plugin. There is also a MIDI processor included for macOS that currently does not work. Windows and Linux versions are x64, macOS has a universal binary.