You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2020. It is now read-only.
To not overload the UI, we would only display property circle if: these are the property of the current module or the all connected modules to the current "PropertyModule". We would even imagine not to have anymore the left "property" panel and put everything here.
What I call "PropertyModule" is a module which can only connect to a module property.
An LFO would be special module for that.
More generically we should be able to pipe any Module into a PropertyModule adapter, this adapter (let's call it Prop) would be a module which have (at least) one parameter: amplitude which allow to select the range in which to change the module property.
It is just the gain, but we want to forbid to use it for sound. A PropertyModule can't be piped directly into the audio stream.