I would like to run PureData as similar to a standalone application. I would like to:
I downloaded Pd version 0.46-7 compiled for Microsoft Windows (zip archive) (zip; 8 Megabytes) http://msp.ucsd.edu/Software/pd-0.46-7.msw.zip from Miller's page, I want to use this version. I have some doubts:
application not to be installed, I want a portable version. So, I would need to tell PureData a relative dir to get that plugin.
portaudio, portmidi...? From extra I should only leave what I will need...
Thanks!
Hi.
On 25/11/2015 14:30, Mario Mey wrote:
I would like to run PureData as similar to a standalone application. I would like to:
- Have all the files and dirs inside one dir (portable). No installation.
(On Windows) just unzip the the file in any directory. No need to install (I even had Pd run from usb sticks).
- Run a Pure Data patch in Windows with a batch file inside main dir.
Put the patch(es) in the ./bin dir (under the pd dir) and create a .bat (windows batch file) in that dire and add:
start pd.exe mypatch.pd
[...]
- Where should I put KIOSK-plugin files? I repeat, I want the
application not to be installed, I want a portable version.
If you put the two files kiosk-plugin.tcl and kiosk.cfg in the ./extra (of course modify kiosk.cfg as needed)
Hope this helps