Custom DSP Code 2 (comunity project)

For general discussion related FlowStone
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: Custom DSP Code 2 (comunity project)

Post by Spogg »

Well I finally got to test this for real and unfortunatley I just get a Ruby error which I have no chance to understand:

I copied and pasted the DSP code from the AHD envelope generator into the string input box but couldn't clear the Ruby error. I did try to put the semicolons after the hop codeblock end bracket but to no avail.
I determined that any code after the hop end bracket would cause the error and the whole hop section wasn't being compiled.

What am I doing wrong?

Cheers

Spogg
Attachments
AHD code produces Ruby error.fsm
(572.54 KiB) Downloaded 961 times
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Custom DSP Code 2 (comunity project)

Post by KG_is_back »

Unfortunately this compiler currently doesn't work. It's a rather old project which was rather above my skill, especially as far as debugging goes. The problem is due to ruby interpreter - it sometimes bugs out when it tries to interpret multiline strings. I would have implemented it completely differently today. I was considering making a new version from scratch once FS 3.0.9 is released, since it upgrades quite a lot of features.
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: Custom DSP Code 2 (comunity project)

Post by Spogg »

Thanks KG, at least it's not down to my error!

I'm using 3.08.1 BTW. I don't know if that makes a difference.

Cheers

Spogg
Post Reply