class Struct

extension for taLib_ruby structures.

Public Class Methods

ta_types() click to toggle source

get structs of TA_*.

Returns

array of TA_* structs.

# File lib/tafunc.rb, line 20
def self.ta_types; self.constants.grep( /TA_.*/ ); end