Re: [fluid-dev] fluidsynth increase one semitone

2018-12-17 Thread Marcus Weseloh
Am Mo., 17. Dez. 2018 um 05:56 Uhr schrieb Ceresa Jean-Jacques < jean-jacques.cer...@orange.fr>: > Please let me correct me. Of course MIDI Control Change exits to do pitch > tuning. > > The basic procedure for altering a parameter value is to first send the > Registered or Non-Registered Paramete

Re: [fluid-dev] fluidsynth increase one semitone

2018-12-16 Thread Ceresa Jean-Jacques
Hi, > Is there a midi (Control Change ?) message capable of doing this ?   > Not a Control Change but a "Syssex MIDI Tuning", but i don't remember details.   Please let me correct me. Of course MIDI Control Change exits to do pitch tuning. The basic procedure for altering a parameter value i

Re: [fluid-dev] fluidsynth increase one semitone

2018-12-16 Thread Marcus Weseloh
Hi, Am Fr., 14. Dez. 2018 um 14:46 Uhr schrieb Nadal Gonzalo García Zavala < snorkellingcac...@gmail.com>: >I basically want to play and record along with my guitar tuned at 432hz. >So my question is: Is there a way to tell fluidsynth to increase a > semitone / change the pitch ? > So yo

Re: [fluid-dev] fluidsynth increase one semitone

2018-12-16 Thread Ceresa Jean-Jacques
> How other midi controllers interact with fluidsynth when they are setted to > 432 ? Basically a Soundfont synthesizer is not responsable of note tuning. One can edit the soundfont file in use to change the tunning of A note to 432Hz (instead of standard 440Hz)   > Is there a midi (Control C

Re: [fluid-dev] fluidsynth increase one semitone

2018-12-14 Thread Tommaso Cucinotta
Hi, I think you can achieve this with QMidiRoute interposed between your MIDI events source and FluidSynth. T. Il giorno ven 14 dic 2018, 14:46 Nadal Gonzalo García Zavala < snorkellingcac...@gmail.com> ha scritto: > Hi. >I just bought a midi keyboard (midplus 61). > >It works well. H

[fluid-dev] fluidsynth increase one semitone

2018-12-14 Thread Nadal Gonzalo García Zavala
Hi. I just bought a midi keyboard (midplus 61). It works well. However seems there is no obvious way to transpose it a semitone (up or down), in contrast to other midi controllers which have this specific option. I basically want to play and record along with my guitar tuned at 432hz.