o_e Posted June 4, 2020 Share Posted June 4, 2020 Hi, I'am exploring gen-dynamic-controller, which jumps immeadiately to the value of zero, which is cutting off the sample ( Spitfire string quartet), see attachments. Is there a way to avoid this? thanks! vel_jumps_to_0.mp3 Quote Link to post Share on other sites
Stephane Boussuge Posted June 4, 2020 Share Posted June 4, 2020 Hi, What or which dynamic do you convert with ten-dynamic-controller ? What is the input to the function ? SB. Quote Link to post Share on other sites
o_e Posted June 4, 2020 Author Share Posted June 4, 2020 I use normal dynamic signs in my score like p and f.. As you can see in the code gen-dynamic-controller immeadiately jumps to the value of 0.. Does that answer your question? (setf ex '((h c3 p -h)(h d3 f -h)(h e3 mf -h))) (gen-dynamic-controller ex) -->((47 1/2) (0 1/2) (80 1/2) (0 1/2) (69 1/2) (0 1/2)) Edit: Something like this would work ((47 1/2) (:asc 47 80 1/256 1/2) (80 1/2) (:desc 80 69 1/256 1/2) (69 1/2) (:desc 69 0 1/256 1/2))) Quote Link to post Share on other sites
Stephane Boussuge Posted June 5, 2020 Share Posted June 5, 2020 you can't get :asc (cresc) or :desc (decresc) during a silence SB. Quote Link to post Share on other sites
o_e Posted June 5, 2020 Author Share Posted June 5, 2020 I don't want that, just want the controller not to cut off the sample by jumping to zero. Do you never had problems with that? And my example would work as you can see: Quote Link to post Share on other sites
opmo Posted June 5, 2020 Share Posted June 5, 2020 I don't understand what is the problem, I don't see any problem in the images (above). Please send me the score with a description of the problem. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.