Skip to content

Releases: sebshader/pdnext

More colors, Bezier cords

06 Jun 15:09
Compare
Choose a tag to compare

added many more colors (documented in doc/7.stuff/colors-plugin.txt)
colors have changed names
to get started with colors: move colors-plugin.txt into your pd path and change the extension to .tcl. Then change the values below "array set ::pd_colors {" using values from a hex color picker, or tk color names.

added option to use tk Bezier cords (don't look great, selection is a bit off), however the functions to draw the cords have been moved to tcl code, allowing gui plugins to overwrite them (this allows patch cables to look however the tcl plugin author might want, with whatever tk can do)

also added preference menu item for bezier cords
they can also be turned on/off by setting the tcl variable "::curve_cords" e.g. "set ::curve_cords 1"

A couple fixes for help menu getting greyed-out on osx, and to display the array name when it's created
Screen Shot 2020-06-06 at 8 13 07 AM

edit: fixed message/audio cable bug 8:10 PST 6/6/2020

0.49-0n: fix cord bugs in g_canvas.c

25 Sep 12:33
Compare
Choose a tag to compare

0.48-1: update to 0.48.1, fix rebase

31 Mar 05:46
Compare
Choose a tag to compare

Pd Version 0.48-1
OSX app is 64 bit
screen shot 2018-03-30 at 10 40 05 pm

Pd 0.48 mod

31 Mar 05:18
Compare
Choose a tag to compare

This is a mod of Pure Data version 0.48.0

Features:
Color themes
[initbang] and [closebang] included

only tested on OS X

screen shot 2017-08-18 at 3 38 34 am