hrtlacek / faustWidgets

automatically creates jupyter lab widgets from faust dsp files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faustWidgets

Creates interactive widgets inside jupyter notebooks from faust dsp files and produces a (customizable) plot. example

Install

At the moment this is just a single .py file that has to be imported as a module. Just put it in your python search path. This relies heavily on FAUSTPy. FAUSTPy was originally developed by Marc Joliet here. I ran into problems with this. I think it hasn't been updated in a while and FAUST changed a bit. You can find my fork of FAUSTPy here. I basically changed very little and got it to run again. Other than FAUSTPy the following is needed:

About

automatically creates jupyter lab widgets from faust dsp files.


Languages

Language:Jupyter Notebook 66.7%Language:Python 33.3%