On 29.04.2014 11:52, Vesa wrote:
> Sorry but I have no idea what you're trying to say here. Git is for 
> source code version control, it has nothing to do with downloading 
> presets/samples/projects online. 
with
git clone you can download all presets/samples/projects ,
git submodule get some of them
git push - publish your own
git branch - create new style or set of instrument

all these commands are already implemented and all faults have warnings 
and exceptions.
how to use it in lmms is a question of these commands interpretation.
so if it is enough to get names of instruments/tracks from comments, 
then use
git log and parse it
or just push in git-repo .git-folder and create some specials to link it 
with file-repos. - something harder prob.

version control provides you control of users and all their actions, so 
you can merge and they can branch and all changes will be logged and 
users can choose those repos that they want.
it is also hard, but this can be done. for a start - just change it to 
git instead of ftp/http and it will also download presets/projects 
because these files are mostly texts.
for samples maybe it's better to leave it in lsp.

-- 
Symbiants
oe ai


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to