| Select3
| Rdtable
| Rwtable
+ | Button
+ | Checkbox
+ | Vslider
+ | Hslider
+ | Vgroup
+ | Hgroup
+ | Tgroup
+ | Hbargraph
+ | Vbargraph
+ | Nentry
+ | Attach
type faust_exp =
Const of basic
class type io_type =
object
- method set : string -> string -> unit
+ method set : string -> string -> string -> unit
method read : string array -> beam_type
method write : rate_type array -> data -> string array
end;;