Timothy Schoen
Timothy Schoen
Some DAWs stop sending/requesting audio blocks when audio is paused/stopped, or even when there is no audio on the track going in. PlugData requires that audio is running because that's...
Feature requests
If you have any ideas for features you'd like to see, drop them here!
Some properties (especially colours, array size and maybe some more) can be set dynamically, but I'm not yet able to do this for all properties :( For example, you can...
The ones that are missing are: - [x] [button] (0.6.1) - [x] [oscope~]. (0.6.2) - [x] [function] (0.6.2) - [ ] [bicoeff] (0.6.3) - [ ] [messbox] (0.6.3) - [...
Hi Albert! Today I started working on a basic graphics API for pdlua. The goal is a cross-flavour way to create GUI objects. So far, this is going quite well:...
If you run anything that calls cpathGetNextFile in valgrind, it will also let you know about this issue. The problem is here:
- Paths are now calculated as floating points instead of integers, allowing for better accuracy. This is especially noticeable for Bezier curves. - Small optimisations, reduced the amount of memory...
The same implementation that is used for Linux can also be used for BSD. Tested to work on FreeBSD 14.0
WIP implementation of svg rendering for pd-vanilla. Works decently well, but I need to clean up some things. Implementation for purr-data and plugdata is also still needed, but that should...
WIP implementation of svg rendering for pd-vanilla. Works decently well, but I need to clean up some things. A plugdata side implementation exists currently on a branch of the plugdata...