!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.6	//
APPLICATION_H	/home/steve/genpo/src/application.h	/^#define APPLICATION_H$/;"	d
APP_NAME	/home/steve/genpo/src/application.h	/^#define APP_NAME /;"	d
APP_VERSION	/home/steve/genpo/src/application.h	/^#define APP_VERSION /;"	d
ApplicationWindow	/home/steve/genpo/src/application.cpp	/^ApplicationWindow::ApplicationWindow( volatile Console *shared_console )$/;"	f	class:ApplicationWindow
ApplicationWindow	/home/steve/genpo/src/application.h	/^  ApplicationWindow( volatile Console * );$/;"	p	class:ApplicationWindow
ApplicationWindow	/home/steve/genpo/src/application.h	/^class ApplicationWindow: public QMainWindow$/;"	c
CONFIGPARSER_H	/home/steve/genpo/src/configParser.h	/^#define CONFIGPARSER_H$/;"	d
CONSOLE_H	/home/steve/genpo/src/console.h	/^#define CONSOLE_H$/;"	d
COUPLER_H	/home/steve/genpo/src/coupler.h	/^#define COUPLER_H$/;"	d
CUSTOMEVENTDATA_H	/home/steve/genpo/src/customEvents.h	/^#define CUSTOMEVENTDATA_H$/;"	d
ConfigParser	/home/steve/genpo/src/configParser.h	/^class ConfigParser : public QXmlDefaultHandler {$/;"	c
Console	/home/steve/genpo/src/console.cpp	/^    Console::Console() {$/;"	f	class:Console
Console	/home/steve/genpo/src/console.h	/^  Console();$/;"	p	class:Console
Console	/home/steve/genpo/src/console.h	/^class Console {$/;"	c
Coupler	/home/steve/genpo/src/coupler.h	/^class Coupler {$/;"	c
DEFAULT_VELOCITY	/home/steve/genpo/src/configParser.h	/^const unsigned char DEFAULT_VELOCITY = 64;$/;"	v
DIVISION_H	/home/steve/genpo/src/division.h	/^#define DIVISION_H$/;"	d
Division	/home/steve/genpo/src/division.h	/^class Division {$/;"	c
FREE_CHANNEL	/home/steve/genpo/src/console.h	/^const int FREE_CHANNEL = -1;       \/\/ indicates that channel is unallocated$/;"	v
MAX_COUPLERS	/home/steve/genpo/src/division.h	/^const int MAX_COUPLERS = 8;$/;"	v
MAX_DIVISIONS	/home/steve/genpo/src/console.h	/^const int MAX_DIVISIONS = 8;$/;"	v
MAX_INPUT_CHANNELS	/home/steve/genpo/src/console.h	/^const int MAX_INPUT_CHANNELS = 16; \/\/ This is not necessarily either MAX_DIVISIONS or M_I_P...$/;"	v
MAX_MIDI_CHANNELS	/home/steve/genpo/src/console.h	/^const int MAX_MIDI_CHANNELS = 16;$/;"	v
MAX_MIDI_SYNTHS	/home/steve/genpo/src/console.h	/^const int MAX_MIDI_SYNTHS = 1;     \/\/ max output ports\/synths $/;"	v
MAX_MIDI_VOICES	/home/steve/genpo/src/console.h	/^const int MAX_MIDI_VOICES = MAX_MIDI_CHANNELS * MAX_MIDI_SYNTHS;$/;"	v
MAX_PISTONS	/home/steve/genpo/src/division.h	/^const int MAX_PISTONS = 12;$/;"	v
MAX_PISTON_STOPS	/home/steve/genpo/src/piston.h	/^const int MAX_PISTON_STOPS = 16;$/;"	v
MAX_STOPS	/home/steve/genpo/src/division.h	/^const int MAX_STOPS = 32;$/;"	v
MAX_TOE_PISTONS	/home/steve/genpo/src/console.h	/^const int MAX_TOE_PISTONS = 16;$/;"	v
MIDIPORTS_FOUND_EVENT	/home/steve/genpo/src/customEvents.h	/^#define MIDIPORTS_FOUND_EVENT /;"	d
MIDITHREAD_H	/home/steve/genpo/src/midiThread.h	/^#define MIDITHREAD_H$/;"	d
MidiConfigForm	/home/steve/genpo/src/midiConfigForm.cpp	/^MidiConfigForm::MidiConfigForm( QWidget* parent, const char* name, bool modal )$/;"	f	class:MidiConfigForm
MidiConfigForm	/home/steve/genpo/src/midiConfigForm.h	/^  MidiConfigForm( QWidget* parent = 0, const char* name = "MIDI Config Form", bool modal = TRUE );$/;"	p	class:MidiConfigForm
MidiConfigForm	/home/steve/genpo/src/midiConfigForm.h	/^class MidiConfigForm : public QDialog {$/;"	c
MidiThread	/home/steve/genpo/src/midiThread.cpp	/^MidiThread::MidiThread( volatile Console *shared_console ) {$/;"	f	class:MidiThread
MidiThread	/home/steve/genpo/src/midiThread.h	/^  MidiThread( volatile Console * );$/;"	p	class:MidiThread
MidiThread	/home/steve/genpo/src/midiThread.h	/^class MidiThread {$/;"	c
OPTIONSFORM_H	/home/steve/genpo/src/midiConfigForm.h	/^#define OPTIONSFORM_H$/;"	d
PASSINGBUTTON_H	/home/steve/genpo/src/passingButton.h	/^#define PASSINGBUTTON_H$/;"	d
PASSINGCHECKBOX_H	/home/steve/genpo/src/passingCheckBox.h	/^#define PASSINGCHECKBOX_H$/;"	d
PISTONEVENTDATA_H	/home/steve/genpo/src/pistonEventData.h	/^#define PISTONEVENTDATA_H$/;"	d
PISTONSTOP_H	/home/steve/genpo/src/pistonStop.h	/^#define PISTONSTOP_H$/;"	d
PISTON_H	/home/steve/genpo/src/piston.h	/^#define PISTON_H$/;"	d
PRESET_CHANGE_EVENT	/home/steve/genpo/src/customEvents.h	/^#define PRESET_CHANGE_EVENT /;"	d
PassingButton	/home/steve/genpo/src/passingButton.cpp	/^PassingButton::PassingButton( void * dptr, const QString &text , QWidget * parent, const char * name ) :$/;"	f	class:PassingButton
PassingButton	/home/steve/genpo/src/passingButton.h	/^  PassingButton( void *, const QString &, QWidget *, const char * );$/;"	p	class:PassingButton
PassingButton	/home/steve/genpo/src/passingButton.h	/^class PassingButton : public QPushButton {$/;"	c
PassingCheckBox	/home/steve/genpo/src/passingCheckBox.cpp	/^PassingCheckBox::PassingCheckBox( void * dptr, const QString &text , QWidget * parent, const char * name ) :$/;"	f	class:PassingCheckBox
PassingCheckBox	/home/steve/genpo/src/passingCheckBox.h	/^  PassingCheckBox( void *, const QString &, QWidget *, const char *  );$/;"	p	class:PassingCheckBox
PassingCheckBox	/home/steve/genpo/src/passingCheckBox.h	/^class PassingCheckBox : public QCheckBox {$/;"	c
Piston	/home/steve/genpo/src/piston.h	/^class Piston {$/;"	c
PistonEventData	/home/steve/genpo/src/pistonEventData.h	/^class PistonEventData {$/;"	c
PistonStop	/home/steve/genpo/src/pistonStop.h	/^class PistonStop {$/;"	c
QT_NO_COMPAT	/home/steve/genpo/src/moc_application.cpp	/^#undef QT_NO_COMPAT$/;"	d	file:
QT_NO_COMPAT	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^#undef QT_NO_COMPAT$/;"	d	file:
QT_NO_COMPAT	/home/steve/genpo/src/moc_passingButton.cpp	/^#undef QT_NO_COMPAT$/;"	d	file:
QT_NO_COMPAT	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^#undef QT_NO_COMPAT$/;"	d	file:
STOP_H	/home/steve/genpo/src/stop.h	/^#define STOP_H$/;"	d
Stop	/home/steve/genpo/src/stop.h	/^class Stop {$/;"	c
TOEPISTON_H	/home/steve/genpo/src/toepiston.h	/^#define TOEPISTON_H$/;"	d
TOE_PISTON	/home/steve/genpo/src/pistonEventData.h	/^const int TOE_PISTON = -1;$/;"	v
ToePiston	/home/steve/genpo/src/toepiston.cpp	/^ToePiston::ToePiston()$/;"	f	class:ToePiston
ToePiston	/home/steve/genpo/src/toepiston.h	/^class ToePiston : public Piston$/;"	c
VOICE_H	/home/steve/genpo/src/voice.h	/^#define VOICE_H$/;"	d
Voice	/home/steve/genpo/src/voice.h	/^class Voice {$/;"	c
about	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::about()$/;"	f	class:ApplicationWindow
about	/home/steve/genpo/src/application.h	/^  void about();$/;"	p	class:ApplicationWindow
acceleratorStyle	/home/steve/genpo/src/console.h	/^  QString acceleratorStyle;$/;"	m	class:Console
active	/home/steve/genpo/src/coupler.h	/^  bool    active;$/;"	m	class:Coupler
active	/home/steve/genpo/src/piston.h	/^  bool    active;$/;"	m	class:Piston
active	/home/steve/genpo/src/voice.h	/^  bool active;$/;"	m	class:Voice
bank	/home/steve/genpo/src/voice.h	/^  int bank;$/;"	m	class:Voice
buttonsLayout	/home/steve/genpo/src/midiConfigForm.h	/^  QHBoxLayout *buttonsLayout;$/;"	m	class:MidiConfigForm
cancelPushButton	/home/steve/genpo/src/midiConfigForm.h	/^  QPushButton *cancelPushButton;$/;"	m	class:MidiConfigForm
central	/home/steve/genpo/src/application.h	/^    QWidget      *central;$/;"	m	class:ApplicationWindow
cgrp	/home/steve/genpo/src/application.h	/^    QButtonGroup *cgrp[MAX_DIVISIONS]; $/;"	m	class:ApplicationWindow
changePiston	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::changePiston( int m, int pc ) {$/;"	f	class:ApplicationWindow
changePiston	/home/steve/genpo/src/application.h	/^  void changePiston( int, int );$/;"	p	class:ApplicationWindow
changeStop	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::changeStop( int stopIDhash ) {$/;"	f	class:ApplicationWindow
changeStop	/home/steve/genpo/src/application.h	/^    void changeStop( int );$/;"	p	class:ApplicationWindow
changeToePiston	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::changeToePiston( int tp_ix ) {$/;"	f	class:ApplicationWindow
changeToePiston	/home/steve/genpo/src/application.h	/^  void changeToePiston( int );$/;"	p	class:ApplicationWindow
channel_division_map	/home/steve/genpo/src/console.h	/^  int     channel_division_map[MAX_INPUT_CHANNELS]; \/\/ store the manual assoc with each channel for fast lookup$/;"	m	class:Console
characters	/home/steve/genpo/src/configParser.cpp	/^bool ConfigParser::characters( const QString& ch ) {$/;"	f	class:ConfigParser
characters	/home/steve/genpo/src/configParser.h	/^  bool characters( const QString& );$/;"	p	class:ConfigParser
choose	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::choose()$/;"	f	class:ApplicationWindow
choose	/home/steve/genpo/src/application.h	/^  void choose();$/;"	p	class:ApplicationWindow
className	/home/steve/genpo/src/moc_application.cpp	/^const char *ApplicationWindow::className() const$/;"	f	class:ApplicationWindow
className	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^const char *MidiConfigForm::className() const$/;"	f	class:MidiConfigForm
className	/home/steve/genpo/src/moc_passingButton.cpp	/^const char *PassingButton::className() const$/;"	f	class:PassingButton
className	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^const char *PassingCheckBox::className() const$/;"	f	class:PassingCheckBox
clicked	/home/steve/genpo/src/moc_passingButton.cpp	/^void PassingButton::clicked( void* t0 )$/;"	f	class:PassingButton
clicked	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^void PassingCheckBox::clicked( void* t0 )$/;"	f	class:PassingCheckBox
clicked	/home/steve/genpo/src/passingButton.h	/^  void clicked ( void * );$/;"	p	class:PassingButton
clicked	/home/steve/genpo/src/passingCheckBox.h	/^  void clicked ( void * );$/;"	p	class:PassingCheckBox
closeEvent	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::closeEvent( QCloseEvent* ce ) {$/;"	f	class:ApplicationWindow
closeEvent	/home/steve/genpo/src/application.h	/^  void closeEvent( QCloseEvent* );$/;"	p	class:ApplicationWindow
colour	/home/steve/genpo/src/division.h	/^  QColor  colour;$/;"	m	class:Division
colour	/home/steve/genpo/src/stop.h	/^  QColor  colour;$/;"	m	class:Stop
connectDefaultPorts	/home/steve/genpo/src/midiThread.cpp	/^void connectDefaultPorts( midi_port *ip, midi_port *op, Console *tconsole ) {$/;"	f
connectDefaultPorts	/home/steve/genpo/src/midiThread.h	/^  void connectDefaultPorts( midi_port *, midi_port *, Console *);$/;"	p	class:MidiThread
console	/home/steve/genpo/src/application.h	/^  Console *console;$/;"	m	class:ApplicationWindow
console	/home/steve/genpo/src/configParser.h	/^  Console console;$/;"	m	class:ConfigParser
copyConfig	/home/steve/genpo/src/configParser.cpp	/^bool ConfigParser::copyConfig( Console *cp ) {$/;"	f	class:ConfigParser
copyConfig	/home/steve/genpo/src/configParser.h	/^  bool copyConfig( Console * );$/;"	p	class:ConfigParser
coupleTo	/home/steve/genpo/src/coupler.h	/^  QString coupleTo;$/;"	m	class:Coupler
couple_t	/home/steve/genpo/src/application.h	/^    } couple_t;$/;"	t	class:ApplicationWindow	typeref:struct:ApplicationWindow::__anon1
coupler	/home/steve/genpo/src/application.h	/^      int manual, coupler;$/;"	m	struct:ApplicationWindow::__anon1
couplerChanged	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::couplerChanged( void *coupler ) {$/;"	f	class:ApplicationWindow
couplerChanged	/home/steve/genpo/src/application.h	/^    void couplerChanged( void * );$/;"	p	class:ApplicationWindow
couplerCheckBoxes	/home/steve/genpo/src/application.h	/^    PassingCheckBox *couplerCheckBoxes[MAX_DIVISIONS][MAX_COUPLERS];$/;"	m	class:ApplicationWindow
coupler_count	/home/steve/genpo/src/configParser.h	/^  int coupler_count;$/;"	m	class:ConfigParser
couplers	/home/steve/genpo/src/division.h	/^  Coupler couplers[MAX_COUPLERS];$/;"	m	class:Division
couples	/home/steve/genpo/src/application.h	/^    couple_t couples[MAX_DIVISIONS * MAX_COUPLERS];$/;"	m	class:ApplicationWindow
customEvent	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::customEvent( QCustomEvent * e ) {$/;"	f	class:ApplicationWindow
customEvent	/home/steve/genpo/src/application.h	/^  void customEvent( QCustomEvent* );$/;"	p	class:ApplicationWindow
cvbox	/home/steve/genpo/src/application.h	/^    QVBoxLayout  *cvbox[MAX_DIVISIONS];$/;"	m	class:ApplicationWindow
datapointer	/home/steve/genpo/src/passingButton.h	/^  void *datapointer;$/;"	m	class:PassingButton
datapointer	/home/steve/genpo/src/passingCheckBox.h	/^  void *datapointer;$/;"	m	class:PassingCheckBox
desc	/home/steve/genpo/src/application.h	/^    QLabel       *desc;$/;"	m	class:ApplicationWindow
description	/home/steve/genpo/src/console.h	/^  QString description;$/;"	m	class:Console
divisionLabel	/home/steve/genpo/src/pistonStop.h	/^  QString divisionLabel;$/;"	m	class:PistonStop
divisionLabels	/home/steve/genpo/src/application.h	/^    QLabel       *divisionLabels[MAX_DIVISIONS];$/;"	m	class:ApplicationWindow
divisions	/home/steve/genpo/src/console.h	/^  Division  divisions[MAX_DIVISIONS];$/;"	m	class:Console
dumpVoices	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::dumpVoices() {$/;"	f	class:ApplicationWindow
dumpVoices	/home/steve/genpo/src/application.h	/^  void dumpVoices();$/;"	p	class:ApplicationWindow
elName	/home/steve/genpo/src/configParser.h	/^  QString elName;$/;"	m	class:ConfigParser
endDocument	/home/steve/genpo/src/configParser.cpp	/^bool ConfigParser::endDocument() {$/;"	f	class:ConfigParser
endDocument	/home/steve/genpo/src/configParser.h	/^  bool endDocument();$/;"	p	class:ConfigParser
endElement	/home/steve/genpo/src/configParser.cpp	/^bool ConfigParser::endElement( const QString&,$/;"	f	class:ConfigParser
endElement	/home/steve/genpo/src/configParser.h	/^  bool endElement( const QString&,$/;"	p	class:ConfigParser
ev	/home/steve/genpo/src/console.h	/^  snd_seq_event_t ev;$/;"	m	struct:__anon3
filename	/home/steve/genpo/src/application.h	/^    QString      filename;$/;"	m	class:ApplicationWindow
fromChannel	/home/steve/genpo/src/coupler.h	/^  int     fromChannel; \/\/ set by the program - the Midi channel to copy events from$/;"	m	class:Coupler
gcButton	/home/steve/genpo/src/application.h	/^    QPushButton  *gcButton;$/;"	m	class:ApplicationWindow
generalCancel	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::generalCancel() {$/;"	f	class:ApplicationWindow
generalCancel	/home/steve/genpo/src/application.h	/^    void generalCancel();$/;"	p	class:ApplicationWindow
grid	/home/steve/genpo/src/application.h	/^    QGridLayout  *grid;$/;"	m	class:ApplicationWindow
indent	/home/steve/genpo/src/configParser.h	/^  QString indent;$/;"	m	class:ConfigParser
inp_port	/home/steve/genpo/src/console.h	/^  midi_port inp_port;$/;"	m	class:Console
isReed	/home/steve/genpo/src/stop.h	/^  bool    isReed;$/;"	m	class:Stop
kbdMidiChannel	/home/steve/genpo/src/stop.h	/^  int     kbdMidiChannel;  \/\/ set by the progam when stop is pulled$/;"	m	class:Stop
label	/home/steve/genpo/src/coupler.h	/^  QString label;$/;"	m	class:Coupler
label	/home/steve/genpo/src/division.h	/^  QString label;$/;"	m	class:Division
label	/home/steve/genpo/src/piston.h	/^  QString label;$/;"	m	class:Piston
label	/home/steve/genpo/src/stop.h	/^  QString label;$/;"	m	class:Stop
length	/home/steve/genpo/src/coupler.h	/^  int     length;     \/\/ for octave couples$/;"	m	class:Coupler
load	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::load( const QString &fileName )$/;"	f	class:ApplicationWindow
load	/home/steve/genpo/src/application.h	/^  void load( const QString &fileName );$/;"	p	class:ApplicationWindow
main	/home/steve/genpo/src/main.cpp	/^int main( int argc, char ** argv ) {$/;"	f
man_count	/home/steve/genpo/src/configParser.h	/^  int man_count;$/;"	m	class:ConfigParser
manual	/home/steve/genpo/src/application.h	/^      int manual, coupler;$/;"	m	struct:ApplicationWindow::__anon1
manual	/home/steve/genpo/src/application.h	/^      int manual, piston;$/;"	m	struct:ApplicationWindow::__anon2
manual_channel	/home/steve/genpo/src/voice.h	/^  int  manual_channel;$/;"	m	class:Voice
mcBox	/home/steve/genpo/src/application.h	/^    QHBoxLayout  *mcBox[MAX_DIVISIONS];$/;"	m	class:ApplicationWindow
metaObj	/home/steve/genpo/src/moc_application.cpp	/^QMetaObject *ApplicationWindow::metaObj = 0;$/;"	m	class:ApplicationWindow	file:
metaObj	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^QMetaObject *MidiConfigForm::metaObj = 0;$/;"	m	class:MidiConfigForm	file:
metaObj	/home/steve/genpo/src/moc_passingButton.cpp	/^QMetaObject *PassingButton::metaObj = 0;$/;"	m	class:PassingButton	file:
metaObj	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^QMetaObject *PassingCheckBox::metaObj = 0;$/;"	m	class:PassingCheckBox	file:
midiBank	/home/steve/genpo/src/stop.h	/^  int     midiBank;$/;"	m	class:Stop
midiChannel	/home/steve/genpo/src/division.h	/^  int     midiChannel;$/;"	m	class:Division
midiChannel	/home/steve/genpo/src/toepiston.h	/^  int midiChannel;$/;"	m	class:ToePiston
midiPanic	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::midiPanic() {$/;"	f	class:ApplicationWindow
midiPanic	/home/steve/genpo/src/application.h	/^  void midiPanic();$/;"	p	class:ApplicationWindow
midiVoice	/home/steve/genpo/src/stop.h	/^  int     midiVoice;$/;"	m	class:Stop
midi_port	/home/steve/genpo/src/console.h	/^} midi_port;$/;"	t	typeref:struct:__anon3
my_client	/home/steve/genpo/src/console.h	/^  int my_port,my_client;$/;"	m	struct:__anon3
my_port	/home/steve/genpo/src/console.h	/^  int my_port,my_client;$/;"	m	struct:__anon3
name	/home/steve/genpo/src/coupler.h	/^  QString name;$/;"	m	class:Coupler
name	/home/steve/genpo/src/division.h	/^  QString name;$/;"	m	class:Division
name	/home/steve/genpo/src/midiThread.h	/^  const char* name;$/;"	m	class:MidiThread
name	/home/steve/genpo/src/piston.h	/^  QString name;$/;"	m	class:Piston
name	/home/steve/genpo/src/stop.h	/^  QString name;$/;"	m	class:Stop
numPistonStops	/home/steve/genpo/src/piston.h	/^  int     numPistonStops;$/;"	m	class:Piston
num_couplers	/home/steve/genpo/src/division.h	/^  int     num_couplers;$/;"	m	class:Division
num_divisions	/home/steve/genpo/src/console.h	/^  int     num_divisions;$/;"	m	class:Console
num_out_ports	/home/steve/genpo/src/console.h	/^  int       num_out_ports;$/;"	m	class:Console
num_pistons	/home/steve/genpo/src/division.h	/^  int     num_pistons;$/;"	m	class:Division
num_stops	/home/steve/genpo/src/division.h	/^  int     num_stops;$/;"	m	class:Division
num_toePistons	/home/steve/genpo/src/console.h	/^  int     num_toePistons;$/;"	m	class:Console
okPushButton	/home/steve/genpo/src/midiConfigForm.h	/^  QPushButton *okPushButton;$/;"	m	class:MidiConfigForm
op	/home/steve/genpo/src/application.h	/^    volatile midi_port *op;$/;"	m	class:ApplicationWindow
optionsFormLayout	/home/steve/genpo/src/midiConfigForm.h	/^  QVBoxLayout *optionsFormLayout;$/;"	m	class:MidiConfigForm
orgFileName	/home/steve/genpo/src/console.h	/^  QString orgFileName;$/;"	m	class:Console
organName	/home/steve/genpo/src/console.h	/^  QString organName;$/;"	m	class:Console
out_port	/home/steve/genpo/src/console.h	/^  midi_port out_port;$/;"	m	class:Console
out_ports	/home/steve/genpo/src/console.h	/^  midi_port out_ports[MAX_MIDI_SYNTHS];$/;"	m	class:Console
pe_manual	/home/steve/genpo/src/pistonEventData.h	/^  int pe_manual;$/;"	m	class:PistonEventData
pe_piston	/home/steve/genpo/src/pistonEventData.h	/^  int pe_piston;$/;"	m	class:PistonEventData
pgrp	/home/steve/genpo/src/application.h	/^    QGroupBox    *pgrp[MAX_DIVISIONS]; $/;"	m	class:ApplicationWindow
piston	/home/steve/genpo/src/application.h	/^      int manual, piston;$/;"	m	struct:ApplicationWindow::__anon2
pistonButtons	/home/steve/genpo/src/application.h	/^    PassingButton  *pistonButtons[MAX_DIVISIONS][MAX_PISTONS];$/;"	m	class:ApplicationWindow
pistonChanged	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::pistonChanged( void *piston ) {$/;"	f	class:ApplicationWindow
pistonChanged	/home/steve/genpo/src/application.h	/^    void pistonChanged( void * );$/;"	p	class:ApplicationWindow
pistonStops	/home/steve/genpo/src/piston.h	/^  PistonStop pistonStops[MAX_PISTON_STOPS];$/;"	m	class:Piston
piston_count	/home/steve/genpo/src/configParser.h	/^  int piston_count;$/;"	m	class:ConfigParser
piston_stop_count	/home/steve/genpo/src/configParser.h	/^  int piston_stop_count;$/;"	m	class:ConfigParser
piston_t	/home/steve/genpo/src/application.h	/^    } piston_t;$/;"	t	class:ApplicationWindow	typeref:struct:ApplicationWindow::__anon2
pistons	/home/steve/genpo/src/application.h	/^    piston_t pistons[MAX_DIVISIONS * MAX_PISTONS];$/;"	m	class:ApplicationWindow
pistons	/home/steve/genpo/src/division.h	/^  Piston  pistons[MAX_PISTONS];$/;"	m	class:Division
pullStop	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::pullStop( int m, int s ) { \/\/ activate a stop$/;"	f	class:ApplicationWindow
pullStop	/home/steve/genpo/src/application.h	/^  void pullStop( int, int );$/;"	p	class:ApplicationWindow
pulled	/home/steve/genpo/src/stop.h	/^  bool    pulled;$/;"	m	class:Stop
pushStop	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::pushStop( int m, int s ) {  \/\/ turn off a stop$/;"	f	class:ApplicationWindow
pushStop	/home/steve/genpo/src/application.h	/^  void pushStop( int, int );$/;"	p	class:ApplicationWindow
pvbox	/home/steve/genpo/src/application.h	/^    QGridLayout  *pvbox[MAX_DIVISIONS];$/;"	m	class:ApplicationWindow
qt_cast	/home/steve/genpo/src/moc_application.cpp	/^void* ApplicationWindow::qt_cast( const char* clname )$/;"	f	class:ApplicationWindow
qt_cast	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^void* MidiConfigForm::qt_cast( const char* clname )$/;"	f	class:MidiConfigForm
qt_cast	/home/steve/genpo/src/moc_passingButton.cpp	/^void* PassingButton::qt_cast( const char* clname )$/;"	f	class:PassingButton
qt_cast	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^void* PassingCheckBox::qt_cast( const char* clname )$/;"	f	class:PassingCheckBox
qt_emit	/home/steve/genpo/src/moc_application.cpp	/^bool ApplicationWindow::qt_emit( int _id, QUObject* _o )$/;"	f	class:ApplicationWindow
qt_emit	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^bool MidiConfigForm::qt_emit( int _id, QUObject* _o )$/;"	f	class:MidiConfigForm
qt_emit	/home/steve/genpo/src/moc_passingButton.cpp	/^bool PassingButton::qt_emit( int _id, QUObject* _o )$/;"	f	class:PassingButton
qt_emit	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^bool PassingCheckBox::qt_emit( int _id, QUObject* _o )$/;"	f	class:PassingCheckBox
qt_invoke	/home/steve/genpo/src/moc_application.cpp	/^bool ApplicationWindow::qt_invoke( int _id, QUObject* _o )$/;"	f	class:ApplicationWindow
qt_invoke	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^bool MidiConfigForm::qt_invoke( int _id, QUObject* _o )$/;"	f	class:MidiConfigForm
qt_invoke	/home/steve/genpo/src/moc_passingButton.cpp	/^bool PassingButton::qt_invoke( int _id, QUObject* _o )$/;"	f	class:PassingButton
qt_invoke	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^bool PassingCheckBox::qt_invoke( int _id, QUObject* _o )$/;"	f	class:PassingCheckBox
qt_property	/home/steve/genpo/src/moc_application.cpp	/^bool ApplicationWindow::qt_property( int id, int f, QVariant* v)$/;"	f	class:ApplicationWindow
qt_property	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^bool MidiConfigForm::qt_property( int id, int f, QVariant* v)$/;"	f	class:MidiConfigForm
qt_property	/home/steve/genpo/src/moc_passingButton.cpp	/^bool PassingButton::qt_property( int id, int f, QVariant* v)$/;"	f	class:PassingButton
qt_property	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^bool PassingCheckBox::qt_property( int id, int f, QVariant* v)$/;"	f	class:PassingCheckBox
qt_static_property	/home/steve/genpo/src/moc_application.cpp	/^bool ApplicationWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }$/;"	f	class:ApplicationWindow
qt_static_property	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^bool MidiConfigForm::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }$/;"	f	class:MidiConfigForm
qt_static_property	/home/steve/genpo/src/moc_passingButton.cpp	/^bool PassingButton::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }$/;"	f	class:PassingButton
qt_static_property	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^bool PassingCheckBox::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }$/;"	f	class:PassingCheckBox
reload	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::reload() {$/;"	f	class:ApplicationWindow
reload	/home/steve/genpo/src/application.h	/^  void reload();$/;"	p	class:ApplicationWindow
requestedOutClient	/home/steve/genpo/src/console.h	/^  int     requestedOutClient;$/;"	m	class:Console
requestedOutPort	/home/steve/genpo/src/console.h	/^  int     requestedOutPort;$/;"	m	class:Console
requestedOutput	/home/steve/genpo/src/console.h	/^  bool    requestedOutput;$/;"	m	class:Console
run	/home/steve/genpo/src/midiThread.cpp	/^static void* run(void* mops) {$/;"	f	file:
run	/home/steve/genpo/src/midiThread.h	/^  void run();$/;"	p	class:MidiThread
sconsole	/home/steve/genpo/src/midiThread.h	/^  volatile Console *sconsole;$/;"	m	class:MidiThread
seq_client	/home/steve/genpo/src/console.h	/^  int seq_port,seq_client;$/;"	m	struct:__anon3
seq_handle	/home/steve/genpo/src/console.h	/^  snd_seq_t *seq_handle;$/;"	m	struct:__anon3
seq_port	/home/steve/genpo/src/console.h	/^  int seq_port,seq_client;$/;"	m	struct:__anon3
silenceMidiChannel	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::silenceMidiChannel( int mc ) {$/;"	f	class:ApplicationWindow
silenceMidiChannel	/home/steve/genpo/src/application.h	/^  void silenceMidiChannel( int );$/;"	p	class:ApplicationWindow
singleStopMode	/home/steve/genpo/src/console.h	/^  bool    singleStopMode;$/;"	m	class:Console
slotClicked	/home/steve/genpo/src/passingButton.cpp	/^void PassingButton::slotClicked() {$/;"	f	class:PassingButton
slotClicked	/home/steve/genpo/src/passingButton.h	/^ void slotClicked();$/;"	p	class:PassingButton
slotClicked	/home/steve/genpo/src/passingCheckBox.cpp	/^void PassingCheckBox::slotClicked() {$/;"	f	class:PassingCheckBox
slotClicked	/home/steve/genpo/src/passingCheckBox.h	/^ void slotClicked();$/;"	p	class:PassingCheckBox
soundFont	/home/steve/genpo/src/console.h	/^  QString soundFont;$/;"	m	class:Console
start	/home/steve/genpo/src/midiThread.cpp	/^void MidiThread::start() {$/;"	f	class:MidiThread
start	/home/steve/genpo/src/midiThread.h	/^  void start();$/;"	p	class:MidiThread
startDocument	/home/steve/genpo/src/configParser.cpp	/^bool ConfigParser::startDocument() {$/;"	f	class:ConfigParser
startDocument	/home/steve/genpo/src/configParser.h	/^  bool startDocument();$/;"	p	class:ConfigParser
startElement	/home/steve/genpo/src/configParser.cpp	/^bool ConfigParser::startElement( const QString&,$/;"	f	class:ConfigParser
startElement	/home/steve/genpo/src/configParser.h	/^  bool startElement( const QString&,$/;"	p	class:ConfigParser
staticMetaObject	/home/steve/genpo/src/moc_application.cpp	/^QMetaObject* ApplicationWindow::staticMetaObject()$/;"	f	class:ApplicationWindow
staticMetaObject	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^QMetaObject* MidiConfigForm::staticMetaObject()$/;"	f	class:MidiConfigForm
staticMetaObject	/home/steve/genpo/src/moc_passingButton.cpp	/^QMetaObject* PassingButton::staticMetaObject()$/;"	f	class:PassingButton
staticMetaObject	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^QMetaObject* PassingCheckBox::staticMetaObject()$/;"	f	class:PassingCheckBox
stop	/home/steve/genpo/src/midiThread.cpp	/^void MidiThread::stop(bool force = TRUE) {$/;"	f	class:MidiThread
stop	/home/steve/genpo/src/midiThread.h	/^  void stop(bool);$/;"	p	class:MidiThread
stopButtons	/home/steve/genpo/src/application.h	/^    QPushButton  *stopButtons[MAX_DIVISIONS][MAX_STOPS];$/;"	m	class:ApplicationWindow
stopGroup	/home/steve/genpo/src/application.h	/^    QButtonGroup *stopGroup;$/;"	m	class:ApplicationWindow
stopLabel	/home/steve/genpo/src/pistonStop.h	/^  QString stopLabel;$/;"	m	class:PistonStop
stop_count	/home/steve/genpo/src/configParser.h	/^  int stop_count;$/;"	m	class:ConfigParser
stops	/home/steve/genpo/src/division.h	/^  Stop    stops[MAX_STOPS];$/;"	m	class:Division
synth	/home/steve/genpo/src/voice.h	/^  int synth;$/;"	m	class:Voice
thread	/home/steve/genpo/src/midiThread.h	/^  pthread_t thread;$/;"	m	class:MidiThread
thumb_piston	/home/steve/genpo/src/configParser.h	/^  bool thumb_piston;$/;"	m	class:ConfigParser
toChannel	/home/steve/genpo/src/coupler.h	/^  int     toChannel; \/\/ set by the program - the Midi channel to copy events to$/;"	m	class:Coupler
toePistonButtons	/home/steve/genpo/src/application.h	/^    PassingButton *toePistonButtons[MAX_TOE_PISTONS];$/;"	m	class:ApplicationWindow
toePistonChanged	/home/steve/genpo/src/application.cpp	/^void ApplicationWindow::toePistonChanged( void *toePiston ) {$/;"	f	class:ApplicationWindow
toePistonChanged	/home/steve/genpo/src/application.h	/^    void toePistonChanged( void * );$/;"	p	class:ApplicationWindow
toePiston_ix	/home/steve/genpo/src/toepiston.h	/^  int toePiston_ix;$/;"	m	class:ToePiston
toePistons	/home/steve/genpo/src/application.h	/^    ToePiston toePistons[MAX_TOE_PISTONS];$/;"	m	class:ApplicationWindow
toePistons	/home/steve/genpo/src/console.h	/^  ToePiston toePistons[MAX_TOE_PISTONS];$/;"	m	class:Console
toe_piston	/home/steve/genpo/src/configParser.h	/^  bool toe_piston;$/;"	m	class:ConfigParser
toe_piston_count	/home/steve/genpo/src/configParser.h	/^  int toe_piston_count;$/;"	m	class:ConfigParser
tpgrp	/home/steve/genpo/src/application.h	/^    QGroupBox     *tpgrp;$/;"	m	class:ApplicationWindow
tphbox	/home/steve/genpo/src/application.h	/^    QHBoxLayout   *tphbox;$/;"	m	class:ApplicationWindow
tr	/home/steve/genpo/src/moc_application.cpp	/^QString ApplicationWindow::tr( const char *s, const char *c )$/;"	f	class:ApplicationWindow
tr	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^QString MidiConfigForm::tr( const char *s, const char *c )$/;"	f	class:MidiConfigForm
tr	/home/steve/genpo/src/moc_passingButton.cpp	/^QString PassingButton::tr( const char *s, const char *c )$/;"	f	class:PassingButton
tr	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^QString PassingCheckBox::tr( const char *s, const char *c )$/;"	f	class:PassingCheckBox
trUtf8	/home/steve/genpo/src/moc_application.cpp	/^QString ApplicationWindow::trUtf8( const char *s, const char *c )$/;"	f	class:ApplicationWindow
trUtf8	/home/steve/genpo/src/moc_midiConfigForm.cpp	/^QString MidiConfigForm::trUtf8( const char *s, const char *c )$/;"	f	class:MidiConfigForm
trUtf8	/home/steve/genpo/src/moc_passingButton.cpp	/^QString PassingButton::trUtf8( const char *s, const char *c )$/;"	f	class:PassingButton
trUtf8	/home/steve/genpo/src/moc_passingCheckBox.cpp	/^QString PassingCheckBox::trUtf8( const char *s, const char *c )$/;"	f	class:PassingCheckBox
velocity	/home/steve/genpo/src/stop.h	/^  unsigned char velocity;$/;"	m	class:Stop
velocity	/home/steve/genpo/src/voice.h	/^  unsigned char velocity;$/;"	m	class:Voice
verboseMode	/home/steve/genpo/src/console.h	/^  bool    verboseMode;$/;"	m	class:Console
voice	/home/steve/genpo/src/voice.h	/^  int voice;$/;"	m	class:Voice
voiceIndex	/home/steve/genpo/src/stop.h	/^  int     voiceIndex;           \/\/ index of the voice assigned$/;"	m	class:Stop
voices	/home/steve/genpo/src/console.h	/^  Voice   voices[MAX_MIDI_VOICES]; $/;"	m	class:Console
widgetID	/home/steve/genpo/src/piston.h	/^  QWidget* widgetID;$/;"	m	class:Piston
~ApplicationWindow	/home/steve/genpo/src/application.cpp	/^ApplicationWindow::~ApplicationWindow()$/;"	f	class:ApplicationWindow
~ApplicationWindow	/home/steve/genpo/src/application.h	/^  ~ApplicationWindow();$/;"	p	class:ApplicationWindow
~Console	/home/steve/genpo/src/console.cpp	/^    Console::~Console() {$/;"	f	class:Console
~Console	/home/steve/genpo/src/console.h	/^  ~Console();$/;"	p	class:Console
~MidiConfigForm	/home/steve/genpo/src/midiConfigForm.h	/^  ~MidiConfigForm() {}$/;"	f	class:MidiConfigForm
~MidiThread	/home/steve/genpo/src/midiThread.cpp	/^MidiThread::~MidiThread() {$/;"	f	class:MidiThread
~MidiThread	/home/steve/genpo/src/midiThread.h	/^  ~MidiThread();$/;"	p	class:MidiThread
~ToePiston	/home/steve/genpo/src/toepiston.cpp	/^ToePiston::~ToePiston()$/;"	f	class:ToePiston
