From e40fc849149dd97c248866a4a1d026dda5e57b62 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Mon, 7 Mar 2011 19:01:11 +0000 Subject: clean3 --- muse_qt4_evolution/midiplugins/trigg/trigggui.h | 48 ------------------------- 1 file changed, 48 deletions(-) delete mode 100644 muse_qt4_evolution/midiplugins/trigg/trigggui.h (limited to 'muse_qt4_evolution/midiplugins/trigg/trigggui.h') diff --git a/muse_qt4_evolution/midiplugins/trigg/trigggui.h b/muse_qt4_evolution/midiplugins/trigg/trigggui.h deleted file mode 100644 index f4c597fa..00000000 --- a/muse_qt4_evolution/midiplugins/trigg/trigggui.h +++ /dev/null @@ -1,48 +0,0 @@ -//========================================================= -// MusE -// Linux Music Editor -// $Id: filtergui.h,v 1.4 2005/11/06 17:49:34 wschweer Exp $ -// -// (C) Copyright 2005 Werner Schweer (ws@seh.de) -//========================================================= - -#ifndef __FILTERGUI_H__ -#define __FILTERGUI_H__ - -#include "ui_trigggui.h" - -class Trigg; - -enum { - MIDI_FILTER_NOTEON = 1, - MIDI_FILTER_POLYP = 2, - MIDI_FILTER_CTRL = 4, - MIDI_FILTER_PROGRAM = 8, - MIDI_FILTER_AT = 16, - MIDI_FILTER_PITCH = 32, - MIDI_FILTER_SYSEX = 64 - }; - -//--------------------------------------------------------- -// TriggGui -//--------------------------------------------------------- - -class TriggGui : public QDialog, public Ui::TriggBase { - Q_OBJECT - - Trigg* filter; - - signals: - void hideWindow(); - - private slots: - void setNote(int ); - void setVelocity(int ); - - public: - TriggGui(Trigg*, QWidget* parent=0); - void init(); - }; - -#endif - -- cgit v1.2.3