Search found 64 matches

by nekomatic
Tue Jul 23, 2019 9:41 am
Forum: Module Designer
Topic: outputJack value is not transmitted to reconnected cable
Replies: 7
Views: 5010

Re: outputJack value is not transmitted to reconnected cable

True, seems like the value of an output jack is reset to zero when you connect & reconnect the cable. I suspect this might be on purpose, but anyway, I tried the following inside the Notify() method, and it seems to work just fine: case Jack_Connected: // longValue is the new cable ID { outputJ...
by nekomatic
Thu Jul 11, 2019 9:44 am
Forum: Module Designer
Topic: Import java file in Module Designer
Replies: 5
Views: 6802

Re: Import java file in Module Designer

My guess is the reason for not letting people inject their code directly could be: 1. Making it easy to work with for people new to java and the dev at all - a full size IDE may be a bit intimidating for a fresh user. 2. Protecting the modules from any dangerous or troublesome code, like enforcing o...
by nekomatic
Mon Jul 08, 2019 9:33 pm
Forum: Module Designer
Topic: Import java file in Module Designer
Replies: 5
Views: 6802

Re: Import java file in Module Designer

Yes, thats something I've been missing as well... It seems there is a reason to disallow any modifications to the constructor, however preventing developers from importing the files back is not the only way to do so. This could be also done by parsing the external java file and validating it's synta...
by nekomatic
Mon Jul 08, 2019 9:15 pm
Forum: Module Designer
Topic: How to publish a module compiled outside the designer.
Replies: 0
Views: 11614

How to publish a module compiled outside the designer.

Hi All, I'm new to the voltage modular and obviouslu to the module designer :) I hope you will bear with my inpatient and sometimes annoying questions. Here is the first one... ;) I may be naive asking this question but is the Module designer really the only way to compile modules? I have a jar buil...

Go to advanced search