Re: [fluid-dev] Program change problems with fluidsynth

2017-05-08 Thread Reinhold Hoffmann
_ Von: fluid-dev [mailto:fluid-dev-bounces+reinhold=notation@nongnu.org] Im Auftrag von Tom M. Gesendet: Montag, 8. Mai 2017 21:36 An: FluidSynth mailing list Betreff: Re: [fluid-dev] Program change problems with fluidsynth > I think the issue is created with the converstion t

Re: [fluid-dev] Program change problems with fluidsynth

2017-05-08 Thread Tom M.
> I think the issue is created with the converstion tool from the .abc to the .mid file. > All midi Program Changes (also those for track/chn 1,2,3) are placed to track 4. > [...] To my knowledge a Program Change of a track/chn should be set within the track and not outside the track. You're right

Re: [fluid-dev] Program change problems with fluidsynth

2017-05-08 Thread Reinhold Hoffmann
Hi Francesco, I think the issue is created with the converstion tool from the .abc to the .mid file. All midi Program Changes (also those for track/chn 1,2,3) are placed to track 4. When playing the first Note On of track 1,2,3 at that point in time the Program Change settings of track 1,2,

Re: [fluid-dev] Program change problems with fluidsynth

2017-05-02 Thread Tom M.
I'm experiencing the same issue, using fluidsynths sequencer API. It seems that this happens when the NoteOn event is inserted before the progChange evt, but still at the same tick as the NoteOn event. Thus a voice for the NoteOn is created and just afterwards the channels program gets set. This re