class Musicality::SuperCollider::SynthDef::Settings

Attributes

args[R]
synthdef[R]

Public Class Methods

new(synthdef, args = {}) click to toggle source
# File lib/musicality/performance/supercollider/synthdef.rb, line 39
def initialize synthdef, args = {}
  @synthdef, @args = synthdef, args
end