~ubuntu-branches/ubuntu/karmic/kguitar/karmic

« back to all changes in this revision

Viewing changes to kguitar/settabmidi.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-08-19 15:22:41 UTC
  • Revision ID: james.westby@ubuntu.com-20050819152241-n24w9np4vblrm5as
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SETTABMIDI_H
 
2
#define SETTABMIDI_H
 
3
 
 
4
#include "settabmidibase.h"
 
5
 
 
6
 
 
7
class SetTabMidi: public SetTabMidiBase {
 
8
        Q_OBJECT
 
9
 
 
10
public:
 
11
        SetTabMidi(QWidget* parent = 0, const char* name = 0);
 
12
        ~SetTabMidi();
 
13
 
 
14
        void setChorus(int);
 
15
        void setPan(int);
 
16
        void setReverb(int);
 
17
        void setTranspose(int);
 
18
        void setVolume(int);
 
19
};
 
20
 
 
21
#endif // SETTABMIDI_H