zsliu98
zsliu98
See [this action](https://github.com/ZL-Audio/ZLTest/actions/runs/6038083212/job/16383670972) where I set timeout as an environment variable: ```yml - name: Pluginval VST3 validations working-directory: ${{ env.BUILD_DIR }} shell: bash run: | ${{ matrix.pluginval-binary }} --verbose --validate...
Close #80
Hi! I am not familiar with Linux but recently a Linux user told me the `*_SharedCode.a` in the zip file (Linux release) is not needed at all. It seems that...
Thanks for the great library! The link of [ITU-R BS.1770-4](https://www.itu.int/dms_pubrec/itu-r/rec/bs/R-REC-BS.1770-4-201510-I!!PDF-E.pdf) in README is broken (potentially because of the release of the new standard). I have just done a quick comparison...
Hi! I have just seen your post on the JUCE forum. And I think it might be a good time to make some changes to workflows. This is related to...
Hi, in an over-sampling class, I need to use `std::rotate/std::memmove` on a `kfr::univector` quite frequently. For example (I don't care about the last element in this case): ```cpp std::rotate(delay_line.begin(), delay_line.begin()...
See: https://forum.juce.com/t/how-to-put-a-tooltip-for-a-popupmenu-item/54529 For now, it is impossible to add a tooltip for each item of a `PopupMenu` without a complex implementation of `CustomComponent`. Now we can add it by setting...