Search found 27 matches

by CherryRuss
Mon Apr 22, 2019 8:06 am
Forum: Module Designer
Topic: 1.3.11 Debugging Issue?
Replies: 6
Views: 5616

Re: 1.3.11 Debugging Issue?

Hi Terry. Thanks for the update. Your log files indicate that the java machine fails to initialize in the debug client, and we suspect it's due to the debugger from the previous instance failing to release its TCP socket, but we're not sure. We're probably going to have to add yet more logging to he...
by CherryRuss
Mon Apr 15, 2019 6:50 am
Forum: Module Designer
Topic: 1.3.11 Debugging Issue?
Replies: 6
Views: 5616

Re: 1.3.11 Debugging Issue?

Hi Terry. Sorry you're having this problem. Is it happening with both the "Debug" and "Run without Debugger" options or with just one of them? When you have the chance, please get the module designer into this state and then send us your log files. If you go to the "Miscella...
by CherryRuss
Thu Apr 04, 2019 8:24 pm
Forum: Module Designer
Topic: Way to force redraw/refresh of module GUI/elements
Replies: 2
Views: 3236

Re: Way to force redraw/refresh of module GUI/elements

It's actually a bug that SetMidpointValue wasn't causing the knob to get redrawn. We've fixed this for the next build. Last week's build had a few issues we had to fix, so we're making new builds again this week, and if all goes well, it should be out sometime next week along with the preset-loading...
by CherryRuss
Thu Mar 28, 2019 8:43 pm
Forum: Module Designer
Topic: Radio buttons not redrawing
Replies: 4
Views: 3910

Re: Radio buttons not redrawing

Hi Gary. I suspect this may indeed be related to calling a GUI function from the audio-processing thread, largely because of the delay introduced by calling native functions, of which VoltageButton.SetValue is one. Instead of calling button.SetValue directly from ProcessSample, try just storing the ...
by CherryRuss
Fri Mar 22, 2019 12:26 am
Forum: Module Designer
Topic: SetStateInformation not firing when no custom info in preset
Replies: 4
Views: 4030

Re: SetStateInformation not firing when no custom info in preset

Yes, it should be in the next build. Possibly out next week, depending on how testing goes.
by CherryRuss
Fri Mar 22, 2019 12:25 am
Forum: Module Designer
Topic: Disabling tips in MD code editor
Replies: 2
Views: 3079

Re: Disabling tips in MD code editor

Hi Benard.

We've added preferences for this for the next build.
by CherryRuss
Thu Mar 21, 2019 12:39 am
Forum: Module Designer
Topic: SetStateInformation not firing when no custom info in preset
Replies: 4
Views: 4030

Re: SetStateInformation not firing when no custom info in preset

Hi AndyMac. We've talked this over and decided to send notifications when preset loading begins and ends. Then you can set a boolean flag when preset loading starts and another when SetStateInformation gets called, and if you start getting knob values during the loading process without the SetState ...
by CherryRuss
Mon Mar 04, 2019 6:50 am
Forum: Module Designer
Topic: Interfaces and enums in Module tree display
Replies: 1
Views: 1842

Re: Interfaces and enums in Module tree display

Good point. We've added this to the to-do list.
by CherryRuss
Sat Mar 02, 2019 5:30 am
Forum: Module Designer
Topic: Custom Button Labels
Replies: 2
Views: 2297

Re: Custom Button Labels

Yes. The module designer will check the folder [Documents]\Voltage Module Desginer\resources\overlays at startup and add any images found in that folder to the button 'image overlays' dropdown. (where [Documents] is your local documents folder). [Documents]\Voltage Module Designer\resources\ is the ...
by CherryRuss
Tue Feb 26, 2019 8:20 am
Forum: Module Designer
Topic: Debugging issues that happen when presets loaded
Replies: 3
Views: 2857

Re: Debugging issues that happen when presets loaded

Hi AndyMac. When a preset gets loaded, things should happen in this order: * module's constructor runs * Initialize runs * SetStateInformation gets called for loading custom state information * states of controls like knobs, buttons, etc., get restored. You should see various calls to Notify to let ...

Go to advanced search