jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

mMonitor in TTProtocol doesn't seem to be initialized #393

Closed jcelerier closed 8 years ago

jcelerier commented 8 years ago

By using -fsanitize=undefined I saw that the bool mMonitor (TTProtocol.hpp) is not always used initalized.

Shouldn't it be around TTProtocol.cpp:57 with something like addAttributeProperty(Monitor, readOnly, YES/NO); ?