Class: Scruby::Ugens::DiskIn

Inherits:
Ugen show all
Includes:
MultiOut
Defined in:
lib/scruby/ugens/disk_in_out.rb

Constant Summary

Constants inherited from Ugen

Ugen::E_RATES, Ugen::RATES, Ugen::VALID_INPUTS

Instance Attribute Summary

Attributes inherited from Ugen

#channels, #index, #inputs, #output_index, #rate, #special_index

Class Method Summary collapse

Methods included from MultiOut

included, #initialize, #output_specs

Methods inherited from Ugen

#==, #encode, #initialize, #muladd, params, synthdef, synthdef=, valid_input?

Class Method Details

.ar(channels, bufnum, loop = 0) ⇒ Object



18
19
20
# File 'lib/scruby/ugens/disk_in_out.rb', line 18

def self.ar channels, bufnum, loop = 0
  new :audio, channels, bufnum, loop
end