The Wizard of OSC

Results 6 issues of The Wizard of OSC

Hi! This crashes consistently for me, running the latest develop branch as of today. The libossia hosting software is on windows, the OSCQuery helper, with the default example project file,...

Hi! On Windows (10), using the 1.0.6 version of libossia-native-win, if I run a call to `list_oscquery_devices()`, I get a reported memory leak when exiting the software. Adding this one...

bug

Hi! In my work with [TWO](www.thewizardofosc.com), I've come across the issue of sub-sections of the OSC address spaces of large applications, very often being identical, because they correspond to instances...

Hi! I've been developing an OSC-centric software application for quite some time now, that I am soon to release (www.thewizardofosc.com). For serialization and state management in that, I defined two...

### Detailed steps on how to reproduce the bug in .h file: std::unique_ptr m_LassoComponent; in .cpp file: ::mouseDown(const MouseEvent& e) { m_LassoComponent = std::make_unique(); addChildComponent(m_LassoComponent.get()); m_LassoComponent->beginLasso(e, this); } ::mouseDrag(const MouseEvent&...

Hi! When I try to build the latest master on windows I get the following: PS D:\repos\libossia\build> cmake --build . MSBuild version 17.11.2+c078802d4 for .NET Framework artnet.vcxproj -> D:\repos\libossia\build\libartnet\Debug\artnet.lib coap-3.vcxproj...