class Music::Arrangement::InstrumentAssignment

Contains all the information needed to create the instrument plugin, configure initial settings, and any settings changes.

@author James Tunnell

Constants

ARG_SPECS

hashed-arg specs (for hash-makeable idiom)

Public Class Methods

new(args={}) click to toggle source

A new instance of InstrumentConfig.

# File lib/music-arrangement/instrument_assignment.rb, line 18
def initialize args={}
  hash_make args, InstrumentAssignment::ARG_SPECS
end