BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
Inherits Bse::Item.
Inherited by Bse::BiquadFilter, Bse::Constant, Bse::Container, Bse::ContextMerger, Bse::CxxBase, Bse::LadspaModule, Bse::MidiController, Bse::MidiInput, Bse::MidiVoiceInput, Bse::MidiVoiceSwitch, Bse::PcmInput, Bse::PcmOutput, Bse::Snooper, Bse::StandardOsc, Bse::SubIPort, Bse::SubOPort, Bse::SubSynth, Bse::Wave, and Bse::WaveOsc.
Public Member Functions | |
void | clear_inputs () |
void | clear_outputs () |
Int | get_automation_channel (String property_name) |
MidiControlType | get_automation_control (String property_name) |
Bool | has_output (Int ochannel) |
Bool | has_outputs () |
String | ichannel_blurb (Int input_channel) |
Int | ichannel_get_n_joints (Int input_channel) |
Int | ichannel_get_ochannel (Int input_channel, Int input_joint) |
Source | ichannel_get_osource (Int input_channel, Int input_joint) |
String | ichannel_ident (Int input_channel) |
String | ichannel_label (Int input_channel) |
Bool | is_joint_ichannel (String input_channel) |
Bool | is_joint_ichannel_by_id (Int input_channel) |
Bool | is_prepared () |
Int | n_ichannels () |
Int | n_ochannels () |
String | ochannel_blurb (Int output_channel) |
String | ochannel_ident (Int output_channel) |
String | ochannel_label (Int output_channel) |
ErrorType | set_automation (String property_name, Int midi_channel, MidiControlType control_type) |
ErrorType | set_input (String input_channel, Source omodule, String output_channel) |
ErrorType | set_input_by_id (Int input_channel, Source omodule, Int output_channel) |
void | set_pos (Real x_pos, Real y_pos) |
ErrorType | unset_input (String input_channel, Source omodule, String output_channel) |
ErrorType | unset_input_by_id (Int input_channel, Source omodule, Int output_channel) |
signal | probes (ProbeSeq a) |
signal | io_changed () |
Public Attributes | |
property Real | pos_x |
property Real | pos_y |