EPiCS / soundgates

Project Group Soundgates
MIT License
1 stars 2 forks source link

OnChange is always called #63

Closed posewsky closed 10 years ago

posewsky commented 10 years ago

Connected to Const Block

vollkorn commented 10 years ago

Das liegt daran, dass der const block, wie jede andere Komponente, in jedem Synthesizer Durchlauf "berechnet" wird. TODO: ändern, sodass const wert nur einmal in der Initialisierung gesetzt wird.

On 27.01.2014 17:33, posewsky wrote:

Connected to Const Block

— Reply to this email directly or view it on GitHub https://github.com/pc2/pg-soundgates/issues/63.

gwue commented 10 years ago

Erledigt. Dazu gibt's eine zweite Initialisierungsphase (initLater()), weil der Const Block seinen Wert natürlich erst schreiben darf, wenn die restlichen Komponenten ihre Callback Handler initialisiert haben (was in deren init() passiert)