class Alter_Pitch_Paramobj
Attributes
x[RW]
y[RW]
Public Class Methods
new(amt)
click to toggle source
# File lib/melody_object/Mo_h_hc.rb, line 198 def initialize(amt) @x=amt @y=amt end
Public Instance Methods
rslt()
click to toggle source
# File lib/melody_object/Mo_h_hc.rb, line 202 def rslt puts "rrs #{@x}" rtrn=@x @x+=@y puts "rrt #{@x}" return rtrn end