class FMOD::Effects::LadspaPlugin

@deprecated Unsupported / Deprecated.

Public Class Methods

new() click to toggle source
# File lib/fmod/effects/ladspa_plugin.rb, line 9
def initialize
  raise NotImplementedError, "LADSPA Plugins are no longer supported."
end