Interface API¶
The next functions describe every available widgets for building a Cecilia5 interface.
- cfilein : creates a popup menu to load a soundfile in a table
- csampler : creates a popup menu to load a soundfile in a sampler
- cpoly : creates two popup menus used as polyphony manager
- cgraph : creates a graph only automated parameter or a shapeable envelope
- cslider : creates a slider, and its own graph line, for time-varying controls
- crange : two-sided slider, with its own graph lines, for time-varying controls
- csplitter : creates a multi-knobs slider used to split the spectrum in sub-regions
- ctoggle : creates a two-states button
- cpopup : creates a popup menu offering a limited set of choices
- cbutton : creates a button that can be used as an event trigger
- cgen : creates a list entry useful to generate list of arbitrary values
- Colours
- Example 1
- Example 2