Class: Sidtool::State

Inherits:
Object
  • Object
show all
Defined in:
lib/sidtool/state.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeState



6
7
8
9
# File 'lib/sidtool/state.rb', line 6

def initialize
  @current_frame = 0
  @synths = []
end

Instance Attribute Details

#current_frameObject

Returns the value of attribute current_frame.



3
4
5
# File 'lib/sidtool/state.rb', line 3

def current_frame
  @current_frame
end

#synthsObject

Returns the value of attribute synths.



4
5
6
# File 'lib/sidtool/state.rb', line 4

def synths
  @synths
end