elektrokokke / elektrocillin

See the wiki (link below) for documentation.
https://github.com/elektrokokke/elektrocillin/wiki
5 stars 0 forks source link

Weird error in MonophonicSynthesizer and related classes #10

Closed elektrokokke closed 13 years ago

elektrokokke commented 13 years ago

Maybe originating in PiecewiseLinearOscillator or MorphingPiecewiseLinearOscillator...

Symtpoms: Jack MIDI connection to the SimpleMonophonicClient do not work from time to time. Workaround to solve it is e.g. creating a totally unrelated Jack client before and activating it. Might be a bad memory access.

elektrokokke commented 13 years ago

Also occurring from time to time:

MIDI input doesn't arrive at the MonophonicSynthesizer.

elektrokokke commented 13 years ago

Release mode is really badly fucked up :-(. Something's going really wrong here.

elektrokokke commented 13 years ago

Issue seems resolved.

Problem was a missing initialization of frequency and phaseIncrement variables in class Oscillator.