Nick Dowell

Results 16 issues of Nick Dowell

The link to project layout conventions in `README.md` no longer renders correctly. https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/develop/data/spec.bs The web page now shows the error "Must use POST to process URL".

Steps to reproduce: - Load an instance of a plug-in that uses custom fonts in VST3PluginTestHost - Remove the instance - Add another instance. The custom fonts will no longer...

### Detailed steps on how to reproduce the bug 1. Embed a JUCE component in an X11-based application using the `windowIgnoresKeyPresses` flag: ```c++ component->addToDesktop(juce::ComponentPeer::windowIgnoresKeyPresses, hostWindow); ``` 2. Run application and...

This appears to have been broken in commit 56cc0d5e7a5aaa1f15b2c9774f756f9c7171effe According to the documentation: > _On entry to IDropTarget::DragEnter, the pdwEffect parameter is set to the effects given to the pdwOkEffect...

This pull request restores to working order the CrashHandler that was added in https://github.com/Tracktion/pluginval/commit/4084b3bcfeb7d19c70712d75dc5333a994bfda8f but later broken by [a9ba442](https://github.com/Tracktion/pluginval/commit/a9ba4425e6390a29491b860e7a69b3361a2ef687#diff-af3a567ad9f095e39e191dd9809220e0f0224faac9a8b6d1a0fe1994642a848dL305) which removed the call to `initialiseCrashHandler()`. With this fixed pluginval once...

If a plugin crashes while being tested by pluginval, all I see in the log is e.g. ``` pluginval received Abort trap: 6, exiting immediately Finished validating: /Library/Audio/Plug-Ins/VST3/myplugin.vst3 *** FAILED...