cschol
cschol
Hey there, your `Makefile` contains the compiler flag `-fshort-enums`. This **crashes** Rack when searching for modules in the module browser. See the following changes in `AudibleInstruments`: VCVRack/AudibleInstruments@e8528e2 Reference discussion: VCVRack/Rack#413
Build `ragel` as part of the `make dep` target for all platforms since the official Rack toolchain does not have it installed.
(Hardware) `Clouds` has a `Trigger` input to initiate grain seeding. This is an actual **trigger**, not a gate. I noticed a difference in behavior when using my hardware `Clouds` in...
Rebased changes from old `peaks-fix` branch onto new `v0.6` branch. Peaks is still disabled at the plugin level, but I tested it and it is fully functional as far as...
Hey guys, I found that Fundamental ADSR misbehaves (some notes just disappear while playing) in poly mode when channels > 4 and I stumbled upon this issue, I feel it's...
`AudibleInstruments` ignores ``` build/ plugin.dll ``` in it's `.gitignore`. `Fundamental`, `Befaco`, and `ESeries` should do the same.
In preparation for `v2` integration I am running integration tests on select plugins. ``` [Stoermelder-P1] Validating plugin.json... Exception validating URL: https://github.com/stoermelder/vcvrack-packone/blob/v2/README.md (HTTP Error 404: Not Found) Exception validating URL: https://github.com/stoermelder/vcvrack-packone/blob/v2/CHANGELOG.md...
Migration of `ArableInstruments` to version 1.0.0 of Rack. Source: https://github.com/adbrant/ArableInstruments.git Branch: master SHA: 03a07ee2efc1e03e6ebfd63447e8deed0adcf360 Version: 1.0.0
Migration of `ParableInstruments` to version 1.0.0 of Rack. Source: https://github.com/adbrant/ArableInstruments.git Branch: parable SHA: a41c6d32d9f74257c7de11dc4aebbc20dea16ef4 Version: 1.0.0
@AndrewBelt I created a project board for library maintenance (right now for v0.6, later for v1.0): https://github.com/VCVRack/library/projects/2 If an existing issue assigned to this project gets reopened, it gets automatically...