denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] fluidsynth general midi out


From: Richard Shann
Subject: [Denemo-devel] fluidsynth general midi out
Date: Sat, 21 Nov 2009 16:53:11 +0000

Jeremiah - are you working on the fluidsynth output of general midi
messages at the moment?
I mean this (from fluid.c)
#if 1
         /* Temporary fix */
    /*this should go in a function that assigns after staff options or
preferences */
    //fluid_synth_program_change(synth, 0, 5);

    if ((event->midi_buffer[0] & SYS_EXCLUSIVE_MESSAGE1) == NOTE_ON) 
      fluid_synth_noteon(synth, 0 /*(event->midi_buffer[0] & 0x0f)*/,
event->midi_buffer[1], event->midi_buffer[2]);
    if ((event->midi_buffer[0] & SYS_EXCLUSIVE_MESSAGE1) == NOTE_OFF)
      fluid_synth_noteoff(synth, 0 /*(event->midi_buffer[0] & 0x0f)*/,
event->midi_buffer[1]);
#endif

If not, shall I try and fix it (poaching the case statement from the
fluid sources)?
I would like this stuff so as to make nice feedback for typing in
rhythms.

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]