~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to src/effects/ToneGen.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   EffectToneGen & EnableForChirps(){mbChirp=true;return *this;};
37
37
 
38
38
   virtual wxString GetEffectName() {
39
 
      return wxString(mbChirp? _("&Chirp..."):_("&Tone..."));
 
39
      return wxString(mbChirp? _("Chirp..."):_("Tone..."));
40
40
   }
41
41
 
42
42
   virtual wxString GetEffectIdentifier() {
101
101
   bool TransferDataFromWindow();
102
102
 
103
103
 private:
104
 
   void PopulateOrExchangeStandard( ShuttleGui & S );
105
 
   void PopulateOrExchangeExtended( ShuttleGui & S );
 
104
   void PopulateOrExchangeStandard(ShuttleGui & S);
 
105
   void PopulateOrExchangeExtended(ShuttleGui & S);
106
106
   void OnTimeCtrlUpdate(wxCommandEvent & event);
107
 
   void OnToneGenDurationText(wxCommandEvent & event);
108
107
   DECLARE_EVENT_TABLE()
109
108
 
110
 
//   wxChoice *mWaveform;
111
 
//   wxTextCtrl *mFreq;
112
 
//   wxTextCtrl *mAmp;
113
 
//   wxTextCtrl *mLength;
114
 
 
115
109
 public:
116
110
   bool mbChirp;
117
111
   wxArrayString *waveforms;