Csound Csound-dev Csound-tekno Search About

sustain pedal with -+row_controller_mode=1

Date2017-07-14 12:32
FromAndrea Strappa
Subjectsustain pedal with -+row_controller_mode=1
thank you Victor,

perhaps you are now in a high and ispired philanthropic moment... higher 
than your average, I mean.

Do you know a way to make a sustain pedal active for an instrument, but 
not for another?

Andrea S.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-07-14 13:45
FromGuillermo Senna
SubjectRe: sustain pedal with -+row_controller_mode=1
Hi Andrea,

Something like this? Use with -+raw_controller_mode=yes

instr 1
    iCps cpsmidi
    iAmp ampmidi .3
    aOut poscil iAmp, iCps
    outs aOut, aOut
endin

instr 2
    kval ctrl7 1, 64, 0, 127
    printk2 kval
endin



f 0 z
i2 0 -1



On 14/07/17 08:32, Andrea Strappa wrote:
> thank you Victor,
>
> perhaps you are now in a high and ispired philanthropic moment...
> higher than your average, I mean.
>
> Do you know a way to make a sustain pedal active for an instrument,
> but not for another?
>
> Andrea S.
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here