<-- | --> |
cpopup name -value {option0 option1 option2 ...} ?options?
The cpopup object can also be used in the score by using the replacement string : [name]
An option menu is also produced with the options: k-rate, record,
playback, load and save. The user can record slider events with record
and replay them with playback. A given stream can be saved under
any name with save and recalled with load. k-rate allows to simply
play the popup without recording.
cpopup type -val {hi-pass low-pass band-pass notch} -label filtertype -init hi-passwill produce a popup menu with the label filtertype and will return 2 if band-pass is selected or 0 if hi-pass is selected, through the gktype or gitype global variable in the orchestra . The initial value will be hi-pass.