[Csnd] Re: pitch envelope (beginner question)
Date | 2010-02-22 04:16 |
From | Matthew Centrella |
Subject | [Csnd] Re: pitch envelope (beginner question) |
Hey Enrico! From the way I understand it, you are attempting to change the pluck opcode's icps (intended pitch value, which sets the sample buffer size), when instead you want to be changing the kcps (resampling frequency in cps). So your pluck code should look like this instead, a1 pluck 10000, k1, 300, 0, 1 I am not sure if this is what you were intending to do or not, but I hope this helps in some way. -Matt --------------------------------------- Original E-mail From: Enrico de Trizio <enricodetrizio@gmail.com> Date: 02/21/2010 10:43 PM To: Csound <csound@lists.bath.ac.uk> Subject: [Csnd] pitch envelope (beginner question)
I'm not sure why this is not working: k1 line 1000, 2, 500 a1 pluck 10000, 300, k1, 0, 1 |