[fluid-dev] Synchronized playback

2011-11-21 Thread Jason Vasquez
Hi all, I have a need to play back 2 separate midi files, yet synchronize their playback. So for instance, start the 2nd file exactly 8 beats after the start of file 1. I was wondering if anyone had any advice as to a "fluidsynth-way" of doing this that would result in the most accurate synchron

Re: [fluid-dev] Determining midi file track for an event

2011-10-13 Thread Jason Vasquez
Right, that would be easy enough. I noticed that fluid_track_t isn't part of the public API -- is it excluded intentionally, or would it be OK to expose that? On Fri, Oct 14, 2011 at 1:49 AM, Matt Giuca wrote: > It looks like there is no way to do that. The tracks contain events, but the > events

[fluid-dev] Determining midi file track for an event

2011-10-13 Thread Jason Vasquez
>From the API, is there any way to discover the track for an event? My goal is to selectively "mute" certain tracks, dynamically during playback. I had hoped to do something through a playback callback, and simply set note down velocities to zero or something like that, but without track info av

[fluid-dev] Building fluidsynth 1.1.5 on MacOS Lion

2011-10-13 Thread Jason Vasquez
Hello all, I just built fluidsynth 1.1.5 for the first time on MacOS Lion, and thought I'd pass this along. I had to make a couple changes from the build process I used previously for 1.1.3 on Snow Leopard, so I'm not 100% positive as to which things may be different between 1.1.3 and 1.1.5, and w

Re: [fluid-dev] Another application using FluidSynth announced

2011-09-15 Thread Jason Vasquez
I've been following along as well. My contributions are extremely tiny and very recent as compared to others, but I'm fine with the statement as defined previously as well. Just to inject my opinion... I write software because it's what I love doing, and it's even better working on a very fine pr

Re: [fluid-dev] Patch for handling midi note events

2011-05-25 Thread Jason Vasquez
Thanks guys, much appreciated! I'll be giving this a spin as soon as I can. On Sun, May 22, 2011 at 5:08 AM, Pedro Lopez-Cabanillas wrote: > Thanks! > Greetings from the Akademy-es 2011 at Barcelona. > Regards, > Pedro > > On Sun, May 22, 2011 at 11:05 AM, David Henningsson > wrote: >> >> On 20

Re: [fluid-dev] Patch for handling midi note events

2011-05-05 Thread Jason Vasquez
That sounds like a very cool application! FYI, here's an updated patch -- it turns out I also need to feed back the executing track to the application layer, as only certain tracks should receive visualization (Jonathan, you may run into the same thing, depending on your midi sources) -jason On

Re: [fluid-dev] MIDI File Events

2011-05-04 Thread Jason Vasquez
, David Henningsson wrote: > On 2011-04-26 21:43, Jason Vasquez wrote: snip >> Is there a way to insert a handler for events generated from  MIDI >> file playback?  (For bonus points, I'd love to insert a bit of >> userdata in that callback :)) > > Hi Jason, &g

[fluid-dev] MIDI File Events

2011-04-26 Thread Jason Vasquez
Hi all, I'm fairly new to fluidsynth, but so far it's been working great.  I'm building an application at the moment that requires visual processing of various MIDI events.  For instance, we are currently reading MIDI events from a keyboard, rendering those visually, and playing them back via the