denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] fluidsynth general midi out


From: Jeremiah Benham
Subject: Re: [Denemo-devel] fluidsynth general midi out
Date: Sat, 21 Nov 2009 14:12:53 -0600

Go ahead and push your fix. I am currently working in gtktrees and selections inside them.

Jeremiah




On Nov 21, 2009, at 10:53 AM, Richard Shann <address@hidden> wrote:

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



_______________________________________________
Denemo-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/denemo-devel




reply via email to

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