Sha256: 7b8c96f40a728a40be99381714a3486bcc4808fb07fd0ff527fa36f31dc22e8d

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

module FMOD
  module Core
    module FilterType
      DISABLED = 0
      LOW_PASS_12DB = 1
      LOW_PASS_24DB = 2
      LOW_PASS_48DB = 3
      HIGH_PASS_12DB = 4
      HIGH_PASS_24DB = 5
      HIGH_PASS_48DB = 6
      LOW_SHELF = 7
      HIGH_SHELF = 8
      PEAKING = 9
      BANDPASS = 10
      NOTCH = 11
      ALL_PASS = 12
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fmod-0.9.1 lib/fmod/core/filter_type.rb
fmod-0.9.0 lib/fmod/core/filter_type.rb