From: Raphael Graf Subject: Re: [new] audio/pd To: "Anthony J. Bentley" Cc: ports@openbsd.org Date: Thu, 18 Sep 2025 21:07:37 +0200 On Wed, Sep 17, 2025 at 09:33:32AM -0600, Anthony J. Bentley wrote: > Raphael Graf writes: > > Attached is a port of Pure Data 0.56.1. > > > > $ pkg_info pd > > Information for inst:pd-0.56.1 > > > > Comment: > > real-time graphical programming language for multimedia > > > > Description: > > Pd (aka Pure Data) is a real-time graphical programming environment for > > audio and graphical processing. It enables musicians, visual artists, > > performers, researchers, and developers to create software graphically > > without writing lines of code. Pd can be used to process and generate > > sound, video, 2D/3D graphics, and interface sensors, input devices and MIDI > > . > > Pd can easily work over local and remote networks to integrate wearable > > technology, motor systems, lighting rigs, and other equipment. It is suitab > > le > > for learning basic multimedia processing and visual programming methods > > as well as for realizing complex systems for large-scale projects. > > Needs some Tcl version number insertion: > > $ pd-gui > /usr/local/lib/pd/tcl/pd-gui.tcl[3]: wish: not found > Thank you. I didn't notice this problem, because the gui can be started using the "pd" binary as well. The attached version uses SUBST_CMD to fix the path to wish in pd-gui.tcl.