[Csnd] diskin anomoly
| Date | 2010-06-15 19:37 |
| From | "Art Hunkins" |
| Subject | [Csnd] diskin anomoly |
Normally, an audio signal, when MIDI-controlled by ctrl7, will output
nothing until the controller is moved. This seems to suggest that the
default ctrl7 initialization is 0; the controller is read only when it is
moved.
However, with this basic instrument:
a1 diskin
kamp ctrl7
out a1 * kamp
the *full output* of diskin is heard until ctrl7 is moved (even with the
controller set to zero). To initialize to *silence*:
ctrlinit (controller value =) 0
must be added before the ctrl7 line.
Is this a bug? Why should diskin's output be treated (by a MIDI controller)
any different from any other audio generator? (I have very rarely found it
necessary to use ctrlinit; the only time I can recall was when the initial
value needed to be something *other* than zero.)
Art Hunkins
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-06-15 20:30 |
| From | Iain McCurdy |
| Subject | [Csnd] RE: diskin anomoly |
|
HI Art, Could you post the full example? I tried what you have posted here and don't get the same results you seem to be getting. Admittedly I'm using the virtual midi device, I have no hardware handy at the moment. > From: abhunkin@uncg.edu > To: csound@lists.bath.ac.uk > Date: Tue, 15 Jun 2010 14:37:22 -0400 > Subject: [Csnd] diskin anomoly > > Normally, an audio signal, when MIDI-controlled by ctrl7, will output > nothing until the controller is moved. This seems to suggest that the > default ctrl7 initialization is 0; the controller is read only when it is > moved. > > However, with this basic instrument: > a1 diskin > kamp ctrl7 > out a1 * kamp > > the *full output* of diskin is heard until ctrl7 is moved (even with the > controller set to zero). To initialize to *silence*: > ctrlinit (controller value =) 0 > > must be added before the ctrl7 line. > > Is this a bug? Why should diskin's output be treated (by a MIDI controller) > any different from any other audio generator? (I have very rarely found it > necessary to use ctrlinit; the only time I can recall was when the initial > value needed to be something *other* than zero.) > > Art Hunkins > > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Get a free e-mail account with Hotmail. Sign-up now. |