Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Ceresa Jean-Jacques
Hi, Matt   >And I'm guessing that par1 is the MIDI CC Number as in this table: >http://nickfever.com/music/midi-cc-list ? >Pure guesswork, probably wrong, and I don't know what's special about 32 >I need to do some more reading on midi ...   You will get the official MIDI documentation f

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Tom M.
> My reading of the manpage is that if the first parameter to CC is between 1 > and 31, or between 33 and 127, then it is multiplied by 0, and then 0 is > added. i.e. it is set to zero. Correct. And thinking about it again it's actually incorrect. It should be router_par1 1 31 1 0 and rout

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Matt Wallis
On 15/06/2018 13:12, Tom M. wrote: Can I now run fluidsynth2 direct from the command line using `src/fluidsynth` - will it pick up the correct libraries/Frameworks? Yes otherwise it wouldnt run. :-) Running `src/fluidsynth' seems to work for fast-rendering directly to a WAV file, but not for

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Tom M.
> Can I now run fluidsynth2 direct from the command line using > `src/fluidsynth` - will it pick up the correct libraries/Frameworks? Yes otherwise it wouldnt run. > Running `src/fluidsynth' seems to work for fast-rendering directly to a > WAV file, but not for playing the audio directly (I get

Re: [fluid-dev] Intercepting midi events

2018-06-15 Thread Tom M.
> How would I be sure my program has realtime prio? fluidsynth takes care of this, unless you see warnings like: fluidsynth: warning: Failed to set thread to high priority But it really sounds more like a problem of arriving midi events to me. Tom

Re: [fluid-dev] fluid-dev Digest, Vol 179, Issue 8

2018-06-15 Thread Marcus Weseloh
Hi JJC, Am Mi., 13. Juni 2018 um 16:22 Uhr schrieb Ceresa Jean-Jacques < jean-jacques.cer...@orange.fr>: > Using Fluidsynth with only one core a Ppi zero is able to run 60 voices maximum (i.e using 100% cpu load). Using Rpi 3 with synth.cpu-cores = 1, i guess you should expect the same result. Ju

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Marcus Weseloh
Hi Matt, Am Fr., 15. Juni 2018 um 10:33 Uhr schrieb Matt Wallis : > [...] > However, when listening back to the audio, I'm not getting Cello (from > sfont 2) on channel 4/5 or Finger bass (from sfont 1) on channel 6/7. > What I'm getting sounds like 'Yamaha C5 Grand' on every channel. > Of course

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Matt Wallis
On 12/06/2018 01:02, Ceresa Jean-Jacques wrote: I Matt, >I just want to check my understanding here: Are you saying that playing  midi files won't work (in fluidsynth version 1) ? No, Tom simply said that in version 1.x, the MIDI messages coming from a MIDI file cannot be filtered by the ro