User Details
User Details
- User Since
- Sep 8 2016, 2:03 PM (454 w, 1 d)
- Availability
- Available
Feb 6 2017
Feb 6 2017
Sep 29 2016
Sep 29 2016
Sep 27 2016
Sep 27 2016
cedricbonhomme updated the diff for D2713: Pitch, Tempo and Volume using FluidSynth.
Sep 20 2016
Sep 20 2016
cedricbonhomme updated the diff for D2713: Pitch, Tempo and Volume using FluidSynth.
The documentation advise on setting Registered Param LSB and Registered Param MSB to 0.
The Data Entry MSB has been set to 14.
Those changes are done in the constructor of FluidSynthSoundBackend right after the definition of m_synth.
cedricbonhomme added a comment to D2713: Pitch, Tempo and Volume using FluidSynth.
Sep 17 2016
Sep 17 2016
cedricbonhomme updated the diff for D2713: Pitch, Tempo and Volume using FluidSynth.
I've followed your recommendations.
Sliders have been set to:
- 12/-12/0 for pitch
- 200/50/100 for volume
The corresponding tunning for the fluidsynth lib are done in the setters.
Sep 8 2016
Sep 8 2016
cedricbonhomme updated the diff for D2713: Pitch, Tempo and Volume using FluidSynth.
Volume, change volume from 0 to 127 using the slider.
fluid_synth_cc(m_synth, 1, 7, m_volume) // change the volume (command 7), on the channel 1
cedricbonhomme retitled D2713: Pitch, Tempo and Volume using FluidSynth from to Pitch and Tempo using FluidSynth.