Csound Csound-dev Csound-tekno Search About

[Csnd] Re: MIDI/Score Question

Date2008-03-19 20:15
Fromvictor
Subject[Csnd] Re: MIDI/Score Question
I don't think you can assign to p7. You probably want
an i-variable (say  ifreq cpsmidi )
 
Victor
----- Original Message -----
Sent: Wednesday, March 19, 2008 7:41 PM
Subject: [Csnd] MIDI/Score Question

Hi all,
I'm currently trying to learn how to use blue and I'm starting to port some of my instruments to be MIDI/Score inter operable.
I have a question though, when I run the following instrument.
I get a warning when using the real time virtual keyboard saying:
"WARNING: instr 1 p7 illegal for MIDI"
Can some one tell me how to get rid of this warning, and how I should properly set up  this instrument.

Thanks,
Miguel Morales

gitab ftgen 1,0,1024,10,1
instr 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;all instruments MUST be score/midi interoperable!
;1xOsc Argument Description
;p1 = instrument id
;   ;p2 = start time
;        ;p3 = end time
;           ;p4 = amperage (0dbfs?)
;               ;p5 = Rise Time (secs)
;                   ;p6 = Decay Time (secs)
;                       ;p7 = Oscil Frequency

;define some defaults in case it is midi activated
kcps init 0
kvelocity init 0

mididefault 0dbfs, p4
mididefault 1, p5
mididefault 1, p6
p7 cpsmidi

kenv linen p4,p5,p6,p7   
asig oscil kenv, p7, gitab
outs asig,asig
endin
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



Date2008-03-19 21:09
From"Miguel Morales"
Subject[Csnd] Re: Re: MIDI/Score Question
AttachmentsNone  None  

Date2008-03-19 21:18
From"Steven Yi"
Subject[Csnd] Re: Re: Re: MIDI/Score Question
AttachmentsNone  

Date2008-03-19 22:09
From"Miguel Morales"
Subject[Csnd] Re: Re: Re: Re: MIDI/Score Question
AttachmentsNone  None  test.blue  test.csd