Page 6 of 8

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Wed Oct 17, 2018 11:56 am
by SpotlightKid
Ok, I see a trend there :)

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Wed Oct 17, 2018 3:18 pm
by J.Ruegg
1.

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 11:24 am
by protein kyn
Hi
An idea : display in real time the number of votes !

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 3:32 pm
by SpotlightKid
protein kyn wrote:An idea : display in real time the number of votes !
Done:
There are 15 competition entries and 17 users have voted on them so far.

So, we could use more votes. Spread the word!

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 3:44 pm
by lilith
SpotlightKid wrote:
protein kyn wrote:An idea : display in real time the number of votes !
Done:
There are 15 competition entries and 17 users have voted on them so far.

So, we could use more votes. Spread the word!
Doesn't work for me :/

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 3:49 pm
by protein kyn
Thank you SpotlightKid!!!

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 3:50 pm
by lilith
protein kyn wrote:Thank you SpotlightKid!!!
Do you see the votes for each title?

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 3:51 pm
by SpotlightKid
Probably just needs a page reload (try Shift-Ctrl-R).
Do you see the votes for each title?
No. The general opinion trends seems to be to not show any scoring info before the end of the voting.

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 3:54 pm
by lilith
ahh ok... I thought it's +1 :lol:

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 4:44 pm
by SpotlightKid
I had a question from a competition participant yesterday. how does one export presets for LinuxVST plugins from Ardour? I tried, but I couldn't figure it out myself.

For LV2 plugins you can always just copy the *.lv2 directory from your ~/.lv2 dir, but does Ardour export *.fxp files?

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 6:23 pm
by lilith
SpotlightKid wrote:I had a question from a competition participant yesterday. how does one export presets for LinuxVST plugins from Ardour? I tried, but I couldn't figure it out myself.

For LV2 plugins you can always just copy the *.lv2 directory from your ~/.lv2 dir, but does Ardour export *.fpx files?
Just talked to Robin at IRC. The presets in Ardour for VST plugins are stored in the folder ~/.config/ardour5/presets

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Thu Oct 18, 2018 6:39 pm
by rghvdberg
I've uploaded the preset directory to my github repo
but I've only saved presets which didn't load by default in Ardour (hoping somehow magically it works .. and it does .. kinda)

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Fri Oct 19, 2018 6:04 pm
by SpotlightKid
@rghvdberg: Thanks, found the presets on my system.

Unfortunately, Ardour uses its own XML-based format to store presets, so you can't import them in DAWs, which expect the standard FXP files.

So I wrote a little converter in Python:

https://github.com/SpotlightKid/ardour2fxp

This is alpha-stage software, but despite the warning in the readme, it generally works. But I've only tested it on very few files and there are some bytes in the FXP files it creates, where I have to guess the value, because the Ardour preset files do not provide enough information. But judging from FXP files, which other programs create, nobody seems to care about these bytes anyway.

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Sat Oct 20, 2018 8:57 am
by rghvdberg
voted

(had more favourite tracks then voting slots, grumble, grumble, it's like killing puppies)

Re: Open Source Music FM Synthesizer Challenge Discussion

Posted: Sat Oct 20, 2018 9:00 am
by rghvdberg
SpotlightKid wrote:@rghvdberg: Thanks, found the presets on my system.

Unfortunately, Ardour uses its own XML-based format to store presets, so you can't import them in DAWs, which expect the standard FXP files.

So I wrote a little converter in Python:

https://github.com/SpotlightKid/ardour2fxp

This is alpha-stage software, but despite the warning in the readme, it generally works. But I've only tested it on very few files and there are some bytes in the FXP files it creates, where I have to guess the value, because the Ardour preset files do not provide enough information. But judging from FXP files, which other programs create, nobody seems to care about these bytes anyway.
very cool
and the other way around ? fxp2ardour