Search found 85 matches

by terrymcg
Wed Feb 03, 2021 12:13 am
Forum: Module Designer
Topic: Hoping for TABS in Designer
Replies: 9
Views: 3754

Re: Hoping for TABS in Designer

Hi Hans... I still think it would be very useful if the editor had a 'tab container' that could hold objects and the tab container could be set to hide/visible within the editor as well, like form editors in for instance VBA have... Sounds good to me too! :) Have fun with the clones ;) Cheers, -- Te...
by terrymcg
Tue Feb 02, 2021 5:09 am
Forum: Module Designer
Topic: Hoping for TABS in Designer
Replies: 9
Views: 3754

Re: Hoping for TABS in Designer

Ya I know and use that Martin... and that’s good for ‘runtime’ but when editing I end up with multiple elements in the same spot that are on top of each other that I can not hide IN the editor window.... Or do I miss something? You can (with a bit of work behind the scenes, and some limitations), c...
by terrymcg
Tue Feb 02, 2021 4:49 am
Forum: Module Designer
Topic: Thin module display glitch
Replies: 2
Views: 1722

Re: Thin module display glitch

FWIW, The 'overhanging' graphic bits actually vibrate, so are being re-painted at a rapid pace (not that you can see that here): thin-vibrations.PNG That makes me worry that it's more than just a display annoyance (and might be wasting cycles). The actual bits painted into the overhang areas varies ...
by terrymcg
Wed Jan 20, 2021 2:16 am
Forum: Module Designer
Topic: Thin module display glitch
Replies: 2
Views: 1722

Thin module display glitch

Hi Folks... While working on a 2HP wide module, I've noticed that both VMD and VM seem to at think 2HP is more like 2.5HP: vmd-2hp-module-display-glitch.PNG The stuff just to the right of the "Seq" module is leakage (yellow line etc). It looks fine in the GUI design pane, so it seems like ...
by terrymcg
Fri Aug 14, 2020 11:35 pm
Forum: Module Designer
Topic: MIDI Event processing
Replies: 6
Views: 4110

Re: MIDI Event processing

But my ProcessSample() is doing something wrong, and I don't know what; I actually put a System.out.println() in it to forcibly examine some values (namely, the state of the jacks) and I get *nothing*, no output. I can't help with your actual problem, but trying to debug ProcessSample with println ...
by terrymcg
Mon Aug 03, 2020 9:23 pm
Forum: Module Designer
Topic: Editor 'Module' display glitch?
Replies: 5
Views: 3917

Re: Editor 'Module' display glitch?

Fixed as of 2.0.25... thanks! :)
by terrymcg
Wed Jun 24, 2020 11:32 pm
Forum: Voltage Modular
Topic: I would instantly buy such module for sure ...
Replies: 11
Views: 5997

Re: I would instantly buy such module for sure ...

Actually, here is a nice euclidean sequencer for M4L, but no groove. Well, since euclidean is by nature, i guess the groove concept is a bit hard to implement. But this is only a guess, maybe a programmer would say otherwise. There is a swing option, though. Ten bucks, it's tempting, as it is a bit...
by terrymcg
Sat Jun 20, 2020 5:01 am
Forum: Module Designer
Topic: Questions re Additional Java Files
Replies: 21
Views: 11726

Re: Questions re Additional Java Files

The reason I was using their logging API was so that it also shows up in the debug window when testing, and so it can be switched on or off through VM settings. I'm going to setup a return object for these so that I can pick up errors and log them in the main code. A bit of a simplistic workaround,...
by terrymcg
Wed Jun 17, 2020 3:49 am
Forum: Module Designer
Topic: Editor 'Module' display glitch?
Replies: 5
Views: 3917

Re: Editor 'Module' display glitch?

Hi Russ! Could you please send us a small sample project that demonstrates these issues? Can do, but... Pasting the following snippet into the "User Variables & Functions" section of an empty project should reproduce the issue: public string simpleFoo1 (String s) { return s.toUpperCase...
by terrymcg
Mon Jun 15, 2020 3:08 am
Forum: Module Designer
Topic: Editor 'Module' display glitch?
Replies: 5
Views: 3917

Re: Editor 'Module' display glitch?

<poke> On a similar note, things that return "complex" types also seem not to show up in the "Module" list. Consider: public string simpleFoo1 (String s) { return s.toUpperCase(); } public Map<String, Integer> complexFoo (String a, Integer b) { return new Collections.singeltonMap...

Go to advanced search