require new JACK API; fix inheritance bug in AudioRegion::verify_*()
[ardour.git] / libs / midi++2 / midi++ / alsa_sequencer.h
index cb02ed961c0ad1df9f471fe5ad1f1709747f2ee4..7fe880fe636e025a76e6c83b143c5c7525725117 100644 (file)
@@ -14,7 +14,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __alsa_sequencer_midiport_h__
@@ -48,12 +47,14 @@ class ALSA_SequencerMidiPort : public Port
        int read (byte *buf, size_t max, timestamp_t timestamp);
 
   private:
-       snd_seq_t *seq;
        snd_midi_event_t *decoder, *encoder;
        int port_id;
        snd_seq_event_t SEv;
+
        int CreatePorts(PortRequest &req);
 
+       static int init_client (std::string name);
+       static snd_seq_t* seq;
 };
 
 }; /* namespace MIDI */