Closed DatanoiseTV closed 8 years ago
I could not reproduce it. But seems that maybe there's a double declaration of the variables time
and feedback
. Maybe something like:
val time;
.....
val time = clip(...);
I will add a check in Vult for those cases. Send me the code if you can and I'll check it.
Now Vult check for duplicated variables. Update and let me know if that was the problem.
I found the problem some time ago and I fixed it. The problem was some code like this:
fun(time,...){
val time = ...
}
Time was an argument and was being declared later.
When using blit.vult from the examples, the Arduino IDE compilation process fails with: