cschol

Results 119 comments of cschol

Compile failure on Windows platform when cross-compiling with Rack Plugin Toolchain: https://github.com/natw/october-modules/issues/1

Plugin fails to load: https://github.com/natw/october-modules/issues/2

Build failure on Linux: https://github.com/Coirt/Bark/issues/10

Looking good. Thank you for fixing.

Manifest is updated. Link is available on the Plugin website.

`VERSION` in `Makefile` needs to be updated to 0.6.4.

The Makefile in the `0.6.4` tag is still at 0.6.3. I am using the HEAD of `master`.

Do you want me to hook the build up to the `0.6.5` branch? Otherwise, you have to either create a tag for `0.6.5` or merge the `0.6.5` branch into master.

Generally it is not good to have branches and tags with the same name. They are ambiguous. `0.6.5` in this case. I think you should get your version control straightened...

These are still present: ``` Running cppcheck analysis... src/TSOSCSequencerListener.cpp:20:9: error: Uninitialized variables: msg.pattern, msg.channel, msg.step, msg.mode, msg.val [uninitvar] return msg; ^ src/TSOSCSequencerListener.cpp:28:9: error: Uninitialized variables: msg.pattern, msg.channel, msg.step, msg.val [uninitvar]...