fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] Making MIDI player read from a buffer


From: Matt Giuca
Subject: Re: [fluid-dev] Making MIDI player read from a buffer
Date: Thu, 21 Oct 2010 01:31:48 +1100

I have started making the changes (the major internal change to fluid_midi is done; it now loads the file to memory at the start and does all the parsing from the memory buffer). It currently "owns" the pointer (garbage collection choice #2), but we can discuss that further.

The code is in a branch on Launchpad (in Bazaar) here:
https://code.launchpad.net/~mgiuca/fluidsynth/midi-buffer

Someone had very foresightfully abstracted all of the libc file operations into fluid_file_* operations, making this job pretty damn easy. :)

Matt

reply via email to

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