├── README.md ├── app.js ├── main.pd ├── package.json └── public ├── index.html └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarloCattano/oscAutomataPD/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarloCattano/oscAutomataPD/HEAD/app.js -------------------------------------------------------------------------------- /main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarloCattano/oscAutomataPD/HEAD/main.pd -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarloCattano/oscAutomataPD/HEAD/package.json -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarloCattano/oscAutomataPD/HEAD/public/index.html -------------------------------------------------------------------------------- /public/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarloCattano/oscAutomataPD/HEAD/public/style.css --------------------------------------------------------------------------------