Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
367 stars 60 forks source link

Fix timeside-create-boilerplate against analyzer and grapher properties #242

Closed yomguy closed 1 year ago

yomguy commented 3 years ago

Some Processors are not well setup during the server boilerplate creation. It especially deals with type of Processor which can be graphers or analyzers. We then need to check and fix all object creation to be sure they are in sync with core processors.