aidadsp-lv2 icon indicating copy to clipboard operation
aidadsp-lv2 copied to clipboard

Aida DSP's audio plugins in lv2 format

Results 6 aidadsp-lv2 issues
Sort by recently updated
recently updated
newest added

display knobs for params that exist in conditional models.

enhancement

grab all the metadata that's in the model file and show it in the UI.

enhancement

The depth and presence knobs are on the power amp section on most amps - so they should be after the model regardless of the pre/post switch. Or add an...

enhancement

Taking a little step back, what is the purpose for using one vs the other? Is xsimd supposed to be more performant? Did we measure this?

documentation

This can be replicated with https://github.com/moddevices/mod-plugin-builder/blob/f73345bc16e64b048aa06df7bac3218ba9094782/plugins/package/aidadsp-lv2/aidadsp-lv2.mk#L7 ``` -AIDADSP_LV2_VERSION = 0bac2f3feb811115d696b11ec2293f5f03a535ac +AIDADSP_LV2_VERSION = 6e54495ce95bcbaf2432ef4a3931299492b14671 ... -AIDADSP_LV2_CONF_OPTS = -DRTNEURAL_EIGEN=ON +AIDADSP_LV2_CONF_OPTS = -DRTNEURAL_XSIMD=ON ``` this is not happening on [other build systems like...

bug

The log I got is ``` args.model = SimpleRNN args.device = MOD-DWARF args.file_name = neural args.input_size = 1 args.hidden_size = 16 args.unit_type = LSTM args.loss_fcns = {'ESR': 0.75, 'DC': 0.25}...