Re: [fluid-dev] How render midi from arbitrary position?

2013-11-13 Thread David Henningsson
On 11/13/2013 11:23 PM, Иван Заярный wrote: > I am trying to generate sound from midi file from arbitrary positions. > For examle: I want to skip first 3 seconds of melody and start sound > generation from 3 second. > > For generating sound from mid i am using next functions > :fluid_player_play

[fluid-dev] How render midi from arbitrary position?

2013-11-13 Thread Иван Заярный
I am trying to generate sound from midi file from arbitrary positions. For examle: I want to skip first 3 seconds of melody and start sound generation from 3 second. For generating sound from mid i am using next functions :fluid_player_play, fast_render_loop functions. How Can i change start pl

Re: [fluid-dev] Chrome Native Client

2013-11-13 Thread Alexandre Roux Tekartik
Yes, that would be the ultimate solution (i.e. a single binary). However, trying to build glib (as fluidsynth requires glib) using pepper30 sdk, I could only manage to build it for x86_32 and x86_64 but not for arm nor pnacl (i.e. it is just considered as a target architecture for the tools). I

Re: [fluid-dev] Chrome Native Client

2013-11-13 Thread James L.
You guys heard Portable Native Client (PNaCl)? On Wed, Nov 13, 2013 at 3:19 AM, Alexandre Roux Tekartik wrote: > Thanks for the responses. That sounds all good to motivate me to start on > it. I started to play with both fluidsynth and nacl sdk. > The first blocker I had was that glib is needed