AnClark Liu

Results 16 issues of AnClark Liu

| Q | A | ----------------- | --- | Bug fix? | no | New feature? | yes | Breaking changes? | yes | Deprecations? | no | New tests...

### 系统环境 - **Node.js**: - **Windows下**:v14.13.1 - **Arch Linux下,NVM切换**:9.0.0/12(LTS版)/14.13 - **NPM**: v6.14.8 ### 编译步骤 1. 克隆源码后,`cnpm install`、`bower install`安装所有依赖 2. `npm run start`开始编译 3. 新版本Node.js下我手动更新了graceful-fs到`@^4.2`,否则报错。在9.0版本Node.js中该组件不存在此问题,可忽略。 ### 配置文件 - Windows下,根据文档Dev.md一路安装各种组件。走弯路了。。。 - Arch...

## 介绍 从上古的开发环境迁移到最新的Webpack,截至2021年9月。 在Node.js 14.17.6 LTS上编译成功。 ## 主要变更 - 更改Webpack配置文件及其依赖,使其适应5.x语法 - 升级package.json相关依赖(尤其是Babel、node-sass)到最新版本 - 升级Babel配置文件,以适应7.x版本 ## 测试方法 ```bash git clone -b BRANCH https://github.com/USER/hexo-theme-yilia-plus.git cd hexo-theme-yilia-plus npm install npm run dist ```...

I've found another critical bug while using ysfx on REAPER (Windows edition): when I insert a ysfx instance in REAPER FX-Chain, remove it, and re-add it, ysfx will crash. Tested...

Hi, Jean. I'm testing ysfx in REAPER on Linux, however it may hang on several JSFX files. For example, FFT Peak-Following Filter (autopeakfilter) shipped with REAPER (`~/.config/REAPER/effects/filters/autopeakfilter`). How to reproduce...

DPF now has a CMake module for building musical plugins easily. **Simply using a function `dpf_add_plugin()`**, so we can save a bunch of energy in writing rules by hand, and...

Different work modes does not seem to be compatible with each other. Here's an example. I froze some apps in Root mode (Pause), then I switch to Shizuku mode (Pause)....

I've implemented built-in program access for VST2. It has been tested [in my DPF port of amsynth](https://github.com/AnClark/amsynth/tree/dpf-implementation). Related source code: - https://github.com/AnClark/amsynth/blob/dpf-implementation/src/amsynth_dpf.cpp (see `void AmsynthPlugin::initProgramName()` and `void AmsynthPlugin::loadProgram()`) - https://github.com/AnClark/amsynth/blob/dpf-implementation/src/amsynth_dpf.h

Hi, FalkTX! I've migrated rncbc's synthv1 to DPF. It has a Qt-based UI. But it doesn't behave well on Windows 10, with 125% scale factor. Just like this screenshot describes,...

Hi, Rui! I'm porting DrumkV1 to [DPF, DISTRHO Plugin Framework](https://distrho.github.io/DPF/). And I encountered a problem: In official LV2 version, when I pick an element from the element list (the listbox...