Introduction¶
How to contribute to the UserLib¶
If you wish to add your modules to the UserLib, please contact the Jamoma team (http://jamoma.org/forum.html).
To keep the UserLib maintenance low, we ask you to respect a few simple guidelines:- Please host your modules in a git repository, e.g. at github.com which is free of charge.
- Please provide for each module with the module's name
- XML preset file (
jmod.myModule.xml) - help patch (
jmod.myModule.maxhelp)
- XML preset file (
- Spaces within file names are not allowed (e.g., "jmod.my module.maxpat").
- List all 3rd party externals that your modules require.
- Please provide a contact address for bug reports and feature requests.
You may also request an individual project website under http://redmine.jamoma.org/projects/userlibs
How to create a UserLib installer¶
Mac¶
- run
./update.rbfrom the Jamoma/Tools folder to make sure all userlib modules are on master and are updated - from the UserLib/supports folder, run
GenerateHTML.maxpatin Max to refresh the HTML reference files - fron the UserLib/supports folder, open
jamoma-userlib-overview.maxpat, go into the edit mode and press to "update overview" button tp refresh the overview patch, close the patch and save the changes. - from Jamoma/Tools folder, run
./installerUserLib.rb. Two installers will be created: one for Max5 and one for Max6 - upload them to the Jamoma.org/downloads folder
- update
jamoma.org/download.html
Windows¶
We currently don't have a script to create a windows installer