Page 12 of 12

Re: Custom DSP Code 2 (comunity project)

Posted: Wed Feb 15, 2017 6:32 pm
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

Re: Custom DSP Code 2 (comunity project)

Posted: Wed Feb 15, 2017 11:43 pm
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.

Re: Custom DSP Code 2 (comunity project)

Posted: Thu Feb 16, 2017 10:09 am
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