scheffle
scheffle
If you crash, you should get a call stack or sometimes called backtrace. You should always provide this information if you file bug reports for a library you're using.
Can you please provide a backtrace of this problem? What's so hard in doing this?
OK, sorry. To create a callstack or backtrace is normally one of the first things you should get familiar with when writing software. First of all you have to make...
OK, first the path on linux should be the same as the one for macOS. So use ../../VST3/Debug/noteexpressionsynth.vst3 Second, macOS uses a different debugger named 'lldb', and it's command line...
Hi, I don't get this crash. I just did the following: git clone --recursive https://github.com/steinbergmedia/vst3sdk.git cd vst3sdk/ ls -al cd ../ mkdir build cd build/ cmake ../vst3sdk/ cmake --build ....
So now it should be possible for you to provide a call stack for the initial issue, right?
Yes, this is intentional. Otherwise bitmaps will be drawn blurry when the scale factor of the transformation matrix is not an integer. Why don't you pre render your dial and...
You'll see the difference when you use a CNinePartTiledBitmap on a scaled context. And for line drawing, pixel aligned drawing should work with a transform, sure only the start and...
@paulfd: Is 'execvpe' available on BSD? We have to make sure it works there too.
Sure, a portable solution would be nice! Thanks.