Skip to content

Fix pd tilde

Jonathan Wilkes requested to merge fix-pd-tilde into master

This should make it possible to use [pd~] with [stdout] when running the child pd instance with the -nogui flag.

This selectively ports a few changes from Pd Vanilla in order to get it to work. It affects the way realtime priorities get set, so that should probably be tested before merging this.

Merge request reports