kockie69 / SquinkyVCV-main

GNU General Public License v3.0
23 stars 13 forks source link

Uninitialized variable in DrumTriggerModule #83

Closed cschol closed 10 months ago

cschol commented 1 year ago

Static analysis of plugin source code with cppcheck found the following issue:

DrumTriggerModule.cpp:42:17: error: Uninitialized variable: i [uninitvar]
    for (int i; i < numTriggerChannels ;i++) {     
                ^                                

This should be fixed with the next update. Thanks.

kockie69 commented 10 months ago

Fixed in latest version