Class:            LPCView

Environment:      Siren
Superclass:         Siren.DisplayListView
Category:         MusicApps-LPC
Instance variables:   winSize editor

An LPCView displays the pitch estimates of LPC sound analysis files.

Instance Variables:
   winSize the window extent
   editor my editor (host)

accessing

editor: ed
   

display

displayOn: aGraphicsContext
   Show the receiver's pitch function and smoothed versions.

draw: data into: list color: co scale: yScale dots: showD
   Answer a display list with the receiver's pitch function.

MetaClass:         LPCView class