# File rbSnack/tkSnack.rb, line 38
  def initialize
    @@opList={}
    opts=["gridfspacing", "analysistype", "append", "blocking", "buffersize", "byteorder", "changecommand", "channel", "channels", "colormap", "command", "continedrain", "continuedrain", "debug", "denominator", "device", "devicechannels", "devicerate", "dither", "ds_freq", "encoding",   "fftlength", "file", "fileformat", "filter", "framelength", "guessproperties", "impulse", "input", "load", "lpcorder", "lpctype", "maxpitch", "minpitch", "noise", "nom_ff_freq", "numerator", "numformants", "output", "precision", "preemphasis", "preemphasisfactor",  "progress", "rate", "skip", "skiphead", "start", "unit", "windowlength", "windowtype"]
    opts.each{ |x| self.createFn x } 
  end