PdWebParty Save

An app that allows Pd users to run patches in a web browser and share them with a web link

Project README

PdWebParty

Table of Contents

Description

PdWebParty is an open-source web application that allows Pd users to run their patches on any device through a web browser, making the patches easily shareable with a web link.

Here's the Link to the app. You can also use the following QR code to go to the app link on your mobile device.

QR Code

As the name implies, the project was inspired by Chris McCormick's PdDroidParty and Dan Wilcox's PdParty, and it was built based on the GSoC 2020 project for Purr Data to make the native Purr Data run in a web browser which is still in development.

The goal of this project is to create a simplified version of the Purr Data web app that only supports running and sharing of Pd patches through a web browser. (At least until the Purr Data web app becomes ready to be used)

Running your Pd patch

  • Create your Pd patch with the GUI objects (See supported GUI objects) placed in the main patch. (The GUI objects in subpatches will not appear in the app)
  • All GUI objects should communicate with the main audio patches using send and receive only. (The GUI objects without send/receive names will not appear in the app. The GUI objects should not use $0-included send/receive names.)
  • The size of the main patch will be the maximum size of your device's screen. (It will be stretched to always fit into the screen)
  • Drag and Drop your Pd patch to the app's page to upload it. (The previous patch will be replaced with the uploaded one)

Sharing your Pd patch

Using MIDI

  • Pd's MIDI objects (e.g. [notein]) can be used to send and receive MIDI messages. (The app will open all available MIDI devices by default)
  • The MIDI should work in all browsers that natively support the Web MIDI API. (See the browser support)

Supported GUI objects

  • Currently, Bang(bng), Toggle(tgl), Sliders(vsl, hsl), Radio Buttons(vradio, hradio), Canvas(cnv), and Comment are supported. (Other objects will be added soon)

Supported Pd objects

  • Almost all Pd-vanilla and extra (e.g. [sigmund~]) objects should work. (Haven't tested all objects yet)

Supported externals

  • arraysize, autotune, bassemu, boids, bsaylor, comport, creb, cxc, earplug, ekext, ext13, freeverb, ggee, hcs, iem_ambi, iem_bin_ambi, iemguts, iem_adaptfilt, iem_delay, iem_roomsim, iem_spec2, jasch_lib, loaders-libdir, mapping, markex, maxlib, mjlib, moonlib, motex, mrpeach, pan, pddp, rjlib, plugin, pmpd, sigpack, smlib, tof, unauthorized, vbap, windowing (Haven't tested all externals yet)

Setup

  1. Installation of node.js is required. Follow this guide to install it.
  2. Run the following commands in the Terminal.
git clone https://github.com/cuinjune/PdWebParty.git
cd PdWebParty
npm install dependencies
npm start
  1. Open your web browser and navigate to http://localhost:3000

Developing PdWebParty

You can help develop PdWebParty on GitHub: https://github.com/cuinjune/PdWebParty
Create an account, clone or fork the repo, then request a push/merge.
Feel free to contact the author if you have any questions or suggestions.

Reporting bugs

Please post an issue if you face any problem using the app.

Examples

Tutorials

Acknowledgements

  • Jonathan Wilkes, Ivica Ico Bukvic, and the Purr Data team for help and feedback;
  • Claude Heiland-Allen for creating empd which was super helpful for building the emscripten backend;
  • Chris McCormick and Dan Wilcox for the inspiration for the project;
  • Miller Puckette and the Pd community for developing and maintaining Pd;

Author

Copyright (c) 2020 Zack Lee: [email protected]
GNU General Public License v3.0
For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "LICENSE" in this distribution.

Open Source Agenda is not affiliated with "PdWebParty" Project. README Source: cuinjune/PdWebParty

Open Source Agenda Badge

Open Source Agenda Rating