From dcef2c49e36e86036a4caa08a6bcc0580cc53da7 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Thu, 28 Apr 2011 06:14:25 +0000 Subject: Small scoreedit and dssi controls out fix. More separation of Alsa/Jack midi processing - as a possible fix for crash report by Geoff B. Please see ChangeLog --- muse2/muse/controlfifo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'muse2/muse/controlfifo.h') diff --git a/muse2/muse/controlfifo.h b/muse2/muse/controlfifo.h index a0b6bfd0..d209ea91 100644 --- a/muse2/muse/controlfifo.h +++ b/muse2/muse/controlfifo.h @@ -33,9 +33,9 @@ struct ControlEvent // (possibly rounded) frame and index as the previous item. This is mainly for // dssi-vst guis, they require acknowledgment of every message. bool unique; - unsigned idx; + unsigned long idx; float value; - unsigned frame; + unsigned long frame; }; //--------------------------------------------------------- -- cgit v1.2.3