Re: [fluid-dev] Tuning-keys in recent version of fluidsynth

2021-02-23 Thread Marcus Weseloh
I see. thanks. There seems to be a fluidsynth MAX/MSP plugin that is a little newer and with a working tuning-keys command: https://forge.ircam.fr/p/fluidsynth4max/source/tree/master/src/fluidmax.c So if there is somebody willing to maintain that binding, that would maybe be a better starting poi

Re: [fluid-dev] Tuning-keys in recent version of fluidsynth

2021-02-23 Thread Tom M. via fluid-dev
Ruben is probably referring to fluidmax a binding for Max/MSP that we used to ship with the source code up until 1.1.11. I removed that binding from the codebase in June 2018 because * it hasn't received any code changes since 2009, * it used functions from private fluidsynth headers, and * I rea

Re: [fluid-dev] Tuning-keys in recent version of fluidsynth

2021-02-23 Thread Marcus Weseloh
Hi Ruben, please give us a little more information about the problem, otherwise it is difficult for us to help you solve it. What exactly does it mean that it has "stopped working"? Do you have any error messages we could look at? Which version of FluidSynth works and which doesn't? And what exac

[fluid-dev] Tuning-keys in recent version of fluidsynth

2021-02-23 Thread Ruben Gjertsen
Hello, I tried to write an e-mail to: fluid-dev-ow...@nongnu.org This did not reach the reach person, so I’m trying again, to this list: Hello, I’m have been using fluidsynth a indirectly, through externals for Max on Mac. Fluidsynth have been very important

[fluid-dev] Tuning a soundfont

2013-11-18 Thread lhondareyte
Hello everyone, I use FluidSynth for an electronic wind instrument and it works fine. But I would like to be able to tune/detune a soundfont. Is it possible to do without transpose incoming messages (noteon/noteoff). In other word, is it possible to modify the root key? I have look at fluid_synt

Re: [fluid-dev] Tuning and sysex messages

2009-09-26 Thread josh
Quoting David Henningsson : I'm now looking into implementing SYSEX message handling, for the MIDI tuning standard in particular, though other things could be added, such as a MIDI interface to the FluidSynth command shell. So, for example, any FluidSynth shell command could be embedded in a MID

Re: [fluid-dev] Tuning and sysex messages

2009-09-26 Thread David Henningsson
j...@resonance.org skrev: > Some more FluidSynth commits. Seems I've had a bit of free time as of > late. A bad economy can be a good thing! ;) It's not easy to keep the balance of money and time, it is difficult to have both at the same time ;-) > The tuning system is now thread safe and addit

[fluid-dev] Tuning and sysex messages

2009-09-24 Thread josh
Some more FluidSynth commits. Seems I've had a bit of free time as of late. A bad economy can be a good thing! ;) The tuning system is now thread safe and additionally now does tuning adjustments in real time to existing voices (as per the MIDI tuning standard). I'm now looking into imp

Re: [fluid-dev] Tuning (forget my last message)

2008-12-26 Thread Josh Green
Hello Bernat, Great to hear that it is working for you! As for debugging, if you pass the ./configure script --enable-debug, then it will build it with debugging symbols turned on. I think it turns off optimization too, which will make for a rather significantly un-optimized build of FluidSynth.

Re: [fluid-dev] Tuning (forget my last message)

2008-12-26 Thread Bernat Arlandis i Mañó
Bernat Arlandis i Mañó escrigué: Well, I've tried compiling from the SVN trunk but none of the three RPN controllers have worked. I've look at the new code and everything seems in place. ... Forget all the bullshit I said above, it works great! I still had a previous fluidsynth library lying

Re: [fluid-dev] Tuning

2008-12-26 Thread Bernat Arlandis i Mañó
Josh Green escrigué: Hello Bernat, I added support for the following RPNs: 00: Bend range (MSB only, in semitones) 01: Fine tune (MSB and LSB +/- 50 cents, center at 8192) 02: Coarse tune (MSB only +/- semitones, center at 64) I did not test them though. If you could try them out and let me kn

Re: [fluid-dev] Tuning

2008-12-23 Thread Josh Green
Hello Bernat, I added support for the following RPNs: 00: Bend range (MSB only, in semitones) 01: Fine tune (MSB and LSB +/- 50 cents, center at 8192) 02: Coarse tune (MSB only +/- semitones, center at 64) I did not test them though. If you could try them out and let me know if they work as expe

Re: [fluid-dev] Tuning

2008-12-22 Thread Josh Green
Hello, It looks like FluidSynth currently supports SoundFont 2.01 NRPN numbers for setting any effect generator in realtime (well most generators at any rate), which you could use to set the fine and course tuning parameters. I looked at the code though and there is no handling of the General MID

Re: [fluid-dev] Tuning

2008-12-22 Thread Bernat Arlandis i Mañó
On Mon, 22 Dec 2008 07:48:39 +, John O'Hagan wrote: > In case you missed this, if you enter 'help tuning' in the fluidsynth > shell, > you get the available commands for sending tuning messages to an > instrument. > > For example, sending the following strings to fluidsynth via a socket >

Re: [fluid-dev] Tuning

2008-12-21 Thread Josh Green
I don't think these messages are supported, although I seem to remember seeing some FluidSynth code which dealt with tuning messages. Just to clarify though, are you referring to the MIDI Tuning specification? http://www.midi.org/about-midi/tuning.shtml This uses RPN dumps though and not control

[fluid-dev] Tuning

2008-12-21 Thread Bernat Arlandis i Mañó
I'm trying to use the midi tuning controllers (129 and 130) but nothing happens. Does fluidsynth support these? Is there a table of midi messages implemented? Cheers. -- Bernat Arlandis i Mañó ___ fluid-dev mailing list fluid-dev@nongnu.org http://li

Re: [fluid-dev] Tuning Standard

2006-03-10 Thread Josh Green
On Tue, 2006-02-28 at 16:24 +, Dougie McGilvray wrote: > Hi, > > We are developing software tools to help in the performance of > microtonal music. The current system loads a tuning script when > fluidsynth is started, I was wondering if there was a way we could > control this while FS is r

Re: [fluid-dev] Tuning Standard

2006-03-10 Thread Josh Green
On Mon, 2006-03-06 at 11:38 +, Dougie McGilvray wrote: > We are using FluidSynth directly, with a command file which > automatically loads and assigns sound fonts and tunings. We use Scala to > generate the tuning commands, but these need to be edited manually > before pasting into the main com

Re: [fluid-dev] Tuning Standard

2006-03-07 Thread Dougie McGilvray
Josh Green wrote: I was certain there was some MIDI related controls or RPN numbers or something in FluidSynth for tuning. But looking through the code I was unable to find them. Are you using FluidSynth stand alone or through some other front end? We are using FluidSynth directly, with a co

[fluid-dev] Tuning Standard

2006-02-28 Thread Dougie McGilvray
Hi, We are developing software tools to help in the performance of microtonal music. The current system loads a tuning script when fluidsynth is started, I was wondering if there was a way we could control this while FS is running? Will FS respond to MIDI tuning standard sent via midi? Rega