Skip to content
/ pdAudio Public

puredata utilities and patches for performances

Notifications You must be signed in to change notification settings

EsGeh/pdAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdAudio

Bits and pieces I use in puredata projects. If there is documentation it's mainly for myself.

Dependencies

see ./dependencies.fish

Build Dependencies

  • fish shell
  • git
  • autotools (only needed to build the dependencies)

Initialize Project

init project (download dependencies, ...):

$ ./scripts/init.fish

Installation

$ ./scripts/install.fish --deps --link

By default this installs all objs in pd_objs plus dependencies into ./install. For details, append the --help option.

Running

$ ./scripts/run.fish

Uninstall

$ rm -rf ./dependencies
$ rm -r ./install

Documentation

None

About

puredata utilities and patches for performances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages