Class:            LPCEditor

Environment:      Siren
Superclass:         ApplicationModel
Category:         MusicApps-LPC
Instance variables:   sound showSmoothed2 showResid showRMS showSmoothed
               showRunning showPitch

LPCEditor is the app model for the simple LPC data editor.
Instance Variables:
   sound    the model
   showSmoothed2    whether to display the smoothed-twice pitch data
   showResid    whether to display the residual data
   showRMS    whether to display the RMS data
   showSmoothed    whether to display the smoothed pitch data
   showRunning    whether to display the running-average pitch data
   showPitch    whether to display the raw pitch data

interface opening

postBuildWith: aBuilder
   

sound: aSound
   

theLPCView
   

aspects

showPitch
   This method was generated by UIDefiner. Any edits made here
   may be lost whenever methods are automatically defined. The
   initialization provided below may have been preempted by an
   initialize method.

showResid
   This method was generated by UIDefiner. Any edits made here
   may be lost whenever methods are automatically defined. The
   initialization provided below may have been preempted by an
   initialize method.

showRMS
   This method was generated by UIDefiner. Any edits made here
   may be lost whenever methods are automatically defined. The
   initialization provided below may have been preempted by an
   initialize method.

showRunning
   This method was generated by UIDefiner. Any edits made here
   may be lost whenever methods are automatically defined. The
   initialization provided below may have been preempted by an
   initialize method.

showSmoothed
   This method was generated by UIDefiner. Any edits made here
   may be lost whenever methods are automatically defined. The
   initialization provided below may have been preempted by an
   initialize method.

showSmoothed2
   This method was generated by UIDefiner. Any edits made here
   may be lost whenever methods are automatically defined. The
   initialization provided below may have been preempted by an
   initialize method.

actions

closeWindow
   close view

overwritePitch
   Store the smoothed pitch into the model sound

redraw
   Redisplay

save
   Store the model data to a new file.

MetaClass:         LPCEditor class

interface specs

windowSpec
   Tools.UIPainter new openOnClass: self andSelector: #windowSpec

interface opening

openOn: snd
   LPCEditor openOn: LPCSound someInstance.