# File rbSnack/tkSnack.rb, line 949
  def initialize(frequency, amplitude=nil, shapeValue=nil, shapeType=nil, total=nil)
    args=makeArgs( frequency, amplitude, shapeValue, shapeType, total)
    cmd=['snack::filter','generator']+args
    @name=Snack::exeTkCmd( cmd, nil )
  end