Dan Raviv

Results 19 issues of Dan Raviv

### Detailed steps on how to reproduce the bug 1) Start an example GUI application on Windows 2) Add the following to MainComponent.h: ``` #include #include #include ``` Get 20...

Before this tweak, a juce plugin target which had a `target_compile_definitions` entry with an escaped semicolon `\;` would end up generating format-specific targets which not only had a preprocessor definition...

After running gsr-branch.py, the first modified commit changed `\r\n` line endings in an entire file (which contained the FROM string) with `\n`. On macOS.

Ran the following command: `gsr-branch.py HEAD~2 'MyFrom///MyTo'` The file names and content changed correctly, but one of the log messages had an instance of `MyFrom` and it was not replaced...

All include paths set by JUCE are regular, non-system ones, -except- if a vst2 sdk path is set, in which case both the vst2 sdk path and the vst3 sdk...

### Detailed steps on how to reproduce the bug I used `RangedDirectoryIterator()` to iterate over a directory with a file whose full path name is longer than `MAX_PATH`. That worked...

### Detailed steps on how to reproduce the bug In any DAW, insert `AudioPluginDemo` on a track. Then close the project, start a new one, and once again insert `AudioPluginDemo`....