Class: FMOD::Effects::LadspaPlugin Deprecated
- Defined in:
- lib/fmod/effects/ladspa_plugin.rb
Overview
Deprecated.
Unsupported / Deprecated.
Instance Attribute Summary
Attributes inherited from Dsp
#active, #bypass, #channel_format, #input_count, #output_count, #parameter_count, #parent, #type, #wet_dry_mix
Attributes inherited from Handle
Instance Method Summary collapse
-
#initialize ⇒ LadspaPlugin
constructor
A new instance of LadspaPlugin.
Methods inherited from Dsp
#[], #[]=, #add_input, bool_param, data_param, #disconnect, #disconnect_from, #enable_metering, float_param, from_handle, #get_bool, #get_data, #get_float, #get_integer, #idle?, #info, #input, #input_connection, #input_metering?, integer_param, #name, #output, #output_connection, #output_format, #output_metering?, #param_info, #play, #reset, #set_bool, #set_data, #set_float, #set_integer, #set_wet_dry_mix, #show_dialog, #to_s, type_map, #version
Methods inherited from Handle
Constructor Details
#initialize ⇒ LadspaPlugin
Returns a new instance of LadspaPlugin.
9 10 11 |
# File 'lib/fmod/effects/ladspa_plugin.rb', line 9 def initialize raise NotImplementedError, "LADSPA Plugins are no longer supported." end |