VCVRack / AudibleInstruments

VCV Rack plugin based on Mutable Instruments Eurorack modules
https://vcvrack.com/AudibleInstruments.html
Other
387 stars 84 forks source link

Porting AudibleInstruments to v1 #76

Closed senisioi closed 4 years ago

senisioi commented 5 years ago

I am porting the modules to version 1, are there any guidelines or things I should be careful about when doing this?

AndrewBelt commented 5 years ago

This is on my to-do list when the v1 API is stable, so don't worry about it. I expect to be 3-5x more efficient than others who are not familiar with the v1 API.

senisioi commented 5 years ago

Sounds good. I already did some work on some modules here. I'm going ahead anyways because I like to use the MIDI mapping from v1 with some 0.6 patches. Also, I noticed in the modules that there are lots of hardcoded values added for the multiplication of different params, e.g. in Elements there's, 3.3*dsp::quarticBipolar(params[FM_PARAM].getValue()) * 49.5 or params[FINE_PARAM].getValue() + 69.0 Did you use any source for multiplying these or is it just trial and error?