vult-dsp / vult

Vult is a transcompiler well suited to write high-performance DSP code
https://vult-dsp.github.io/vult
Other
490 stars 25 forks source link

vcv prototype plugin: log(x) log10(x) function get nil value #32

Closed polyclash closed 1 year ago

polyclash commented 3 years ago

this is the error code of using log or log10 function [string "C:\Users\me\Desktop\template.vult"]:154: attempt to call global 'log10' (a nil value) used in fun process(in1) as return log10(in1);

modlfo commented 3 years ago

Thanks for the report. I will fix the implementation and push the changes to master branch of the VCV Prototype soon.