Re: [fluid-dev] Revised patch for allNotesOff, allSoundsOff

2011-01-28 Thread David Henningsson
On 2011-01-28 23:00, jimmy wrote: Attached is the revised patch file for handling allNotesOff, allSoundsOff for all channels at once. If it looks OK, can someone apply the patch? Thanks, In think you missed my original comment: Can you elaborate on where/why this is useful? These are not p

[fluid-dev] Proposal for adding "Load MIDI" and tempo function

2011-01-28 Thread yanli lei
I see the need for both of these features to be implement: 1) Open, Play, Stop, Pause Midi file 2) Tempo: speed up or down 3) Seek playback position This will help reduce the dependency of using MIDI Yoke, LoopBe or other midi virtual device to sent to FS. Would anyone have time to implement?

[fluid-dev] Stopping fluidsynth via a socket

2011-01-28 Thread John O'Hagan
I'm starting fluidsynth as a python subprocesss like this: subprocess.Popen(["fluidsynth", "-sli", "-g0.5", "-C1", "-R1","-a", 'alsa', "- j", '/usr/share/sounds/sf2/FluidR3_GM.sf2']) communicating like this: s= socket.socket() s.connect(('',9800)) and I want to stop it like this: s.send('quit\

Re: [fluid-dev] Small CPU stuttering fluidsynth

2011-01-28 Thread Carma Trepp
Now i solved all the ./configure dependencies. But the make command tells me libglib and libgthread can't be found in /usr/bin. But they are on this location. 2011/1/28, David Henningsson : > On 2011-01-27 23:04, Carma Trepp wrote: >> Thank you for your support. I`m fighting right now compiling FS

[fluid-dev] Revised patch for new channel field is_drum_channel

2011-01-28 Thread jimmy
Here's the revised patch file for the new channel field "is_drum_channel". The comment regarding GM-mode bank select is left in there. If things look OK, can someone apply the patch? Thanks, Jimmy ___ fluid-dev mailing list fluid-dev@nong

[fluid-dev] Revised patch for allNotesOff, allSoundsOff

2011-01-28 Thread jimmy
Attached is the revised patch file for handling allNotesOff, allSoundsOff for all channels at once. If it looks OK, can someone apply the patch? Thanks, Jimmy diff -pur fluidsynth.svn399.20101221/src/synth/fluid_synth.c fluidsynth.svn399.20101221.jnAllSoundsOff//src/synth/fluid_synth.

Re: [fluid-dev] Propose changes for drum channels support

2011-01-28 Thread Matt Giuca
> The code has been working this way all along, no behavior changes regarding > FS handling of GM-mode bank select in anyway, with or without that comment. > > I will leave that part of the comment back in there. > OK cool. What I meant was, if a comment says "this might need to be fixed" and you

Re: [fluid-dev] Propose changes for drum channels support

2011-01-28 Thread jimmy
--- On Thu, 1/27/11, Matt Giuca wrote: > Yeah, but the comment was about bank selection (and that it > was hard-coded to channel 10, or 9 if counting from 0). > Given that your patch no longer hard-codes channel 10, how > does it handle bank selection for drum channels? My patch does away with

Re: [fluid-dev] Small CPU stuttering fluidsynth

2011-01-28 Thread David Henningsson
On 2011-01-27 23:04, Carma Trepp wrote: Thank you for your support. I`m fighting right now compiling FS with all the dependencies. Solved many. Now I have to find pkg-config. 2011/1/27 David Henningsson: On 2011-01-27 00:02, Carma Trepp wrote: Hi Element Thank you for your answer. I checked

[fluid-dev] Bank number handling...again

2011-01-28 Thread David Henningsson
On 2011-01-27 08:41, Chris Moeller wrote: Further to this, I propose a change to the bank number handling. While I already saw some changes under way to use MSB or LSB or both depending on the MIDI standard, I think it's better to combine the approach. Since SoundFont hardware devices expect the

Re: [fluid-dev] Small CPU stuttering fluidsynth

2011-01-28 Thread Krzysztof Foltman
On 26/01/11 22:49, Element Green wrote: My guess is that your device does not have a floating point unit (FPU). FluidSynth makes heavy use of floating point math, so your device is probably emulating all the instructions, which is very very slow. There has been talk from time to time on imple

Re: [fluid-dev] Propose changes for drum channels support

2011-01-28 Thread Chris Moeller
On Thu, Jan 27, 2011 at 5:28 PM, jimmy wrote: > Anyone deals with any funky GS drum stuff, which these new changes may > affect?  We will need your help to test your GS stuff (to make sure they > aren't broken) if these new changes made it into FluidSynth. My foo_midi component deals with GS dr

Re: [fluid-dev] Propose changes for drum channels support

2011-01-28 Thread jimmy
--- On Wed, 1/26/11, Matt Giuca wrote: > I didn't mean to suggest you shouldn't be using > fluid-dev. I was just disclaiming that when you read my > reply, you shouldn't consider it to be representative of > the opinion of the FS devs (for example, just because I like > it does not mean it will

Re: [fluid-dev] Propose changes for drum channels support

2011-01-28 Thread jimmy
> On Wed, 26 Jan 2011 23:41:19 -0800 Chris Moeller wrote: > > Further to this, I propose a change to the bank number > handling. While I > already saw some changes under way to use MSB or LSB or > both depending > on the MIDI standard, I think it's better to combine the > approach. > > [snippe

Re: [fluid-dev] Small CPU stuttering fluidsynth

2011-01-28 Thread Carma Trepp
Thank you for your support. I`m fighting right now compiling FS with all the dependencies. Solved many. Now I have to find pkg-config. 2011/1/27 David Henningsson : > On 2011-01-27 00:02, Carma Trepp wrote: >> >> Hi Element >> >> Thank you for your answer. I checked the device specifications from