My Project
|
Thanks for considering to contribute to FluidSynth. Before implementing any huge new feature, consider bringing up your ideas on our mailing list: https://lists.nongnu.org/mailman/listinfo/fluid-dev
Contributing can be done by
Patches should be created with git format-patch
, so in every case you should be familiar with the basics of git. Make sure you develop against the master branch, i.e. not against any FluidSynth release.
Some things that will increase the chance that your pull request or patch is accepted:
Find FluidSynth's style guide below. Syntax related issues, like missing braces, can be taken care of by calling make format
(provided that cmake has found astyle
on your system).
fluid_componentname_purpose()
)