Thank you.
From the code of the plugin we can write for example:
- Code: Select all
(defun quantable (val)
(setq val (round (- 104 val)))
(abs-env
(quantize (pwlv -1 2 1 2.1 1) val)))
(abs-env
(shape (osc 55)(quantable 100) 1.0))
We observe that the sound result can be different only by changing the value of "val" one or two units.
But, there is something that I does not understand. What is the utility to use the function ROUND?
If we not use not this function, the sound result, the tone quality of the sound wave is the same.
It is strange.
Beforehand thank you for your answer.