From 49720ad168e0abef844f10baf6d4f3968eb15318 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Wed, 3 Nov 2010 01:03:08 +0000 Subject: Removed mpevent(.h, .cpp) and evdata.h from /libsynti, conflicting with copies in /muse, causing crashes. Version in /muse is newer. Should only be one version. --- muse2/synti/libsynti/mpevent.cpp.OLD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 muse2/synti/libsynti/mpevent.cpp.OLD (limited to 'muse2/synti/libsynti/mpevent.cpp.OLD') diff --git a/muse2/synti/libsynti/mpevent.cpp.OLD b/muse2/synti/libsynti/mpevent.cpp.OLD new file mode 100644 index 00000000..482bc952 --- /dev/null +++ b/muse2/synti/libsynti/mpevent.cpp.OLD @@ -0,0 +1,22 @@ +//========================================================= +// MusE +// Linux Music Editor +// $Id: mpevent.cpp,v 1.1 2004/02/12 18:30:30 wschweer Exp $ +// +// (C) Copyright 2002-2004 Werner Schweer (ws@seh.de) +//========================================================= + +#include "mpevent.h" + +//--------------------------------------------------------- +// MEvent +//--------------------------------------------------------- + +MEvent::MEvent(unsigned t, int port, int tpe, const unsigned char* data, int len) + { + _time = t; + _port = port; + edata.setData(data, len); + _type = tpe; + } + -- cgit v1.2.3