Search found 85 matches

by terrymcg
Tue Jun 09, 2020 10:34 pm
Forum: Module Designer
Topic: Oscillator troubles
Replies: 5
Views: 3145

Re: Oscillator troubles

Congratulations, and happy freq-ing! ;)
by terrymcg
Mon Jun 08, 2020 11:05 pm
Forum: Module Designer
Topic: Background clearing fault.
Replies: 4
Views: 2719

Re: Background clearing fault.

Thanks for that. Yes, I have tried this. It usually works - well, has done in the past. Also tried 'Save As', then turning VMD off & counting up to 10 and turning on - but nothing seems to be working at the moment. Bummer :( Does the same thing happen in a new/empty project, or is it specific t...
by terrymcg
Mon Jun 08, 2020 10:57 pm
Forum: Module Designer
Topic: Oscillator troubles
Replies: 5
Views: 3145

Re: Oscillator troubles

PnkMyo wrote: Mon Jun 08, 2020 9:54 pm

Code: Select all

   if (cvJack.IsConnected()){
      cvValue = cvJack.GetValue() * 131;
   } 
I think this thread might help: viewtopic.php?f=8&t=974&hilit=volts

You'll find good volts to frequency math in there.

Cheers,
--
Terry McG
by terrymcg
Sun Jun 07, 2020 9:36 pm
Forum: Module Designer
Topic: Background clearing fault.
Replies: 4
Views: 2719

Re: Background clearing fault.

As a work-around, have you tried switching to a solid color background, then back to an image? I think I remember having a similar problem when working on an image (in an external editor), then trying to get VMD to load the edited image again (from a file of the same name). IIRC, doing the image-sol...
by terrymcg
Thu Jun 04, 2020 9:34 pm
Forum: Module Designer
Topic: A couple beginner-ish questions.
Replies: 9
Views: 5394

Re: A couple beginner-ish questions.

I think I know what the issue is... The problem is most likely with the skin of the button, when you add a component via the visual editor then VM adds the skin by this name to the module resources - if you add an element via code there is no way for VMD to know which skins to include. Seems like a...
by terrymcg
Sun May 31, 2020 3:58 pm
Forum: Module Designer
Topic: Editor 'Module' display glitch?
Replies: 5
Views: 3948

Editor 'Module' display glitch?

Hi Cherry Folks... It seems that if a class has multiple 'implements' values, the Module list in the editor won't include the class name (methods still show up in the list): public class myFoo implements otherFoo.interfaceOne, otherFoo.interfaceTwo { public void fooMethodOne () { } public void fooMe...
by terrymcg
Sun May 31, 2020 3:43 pm
Forum: Module Designer
Topic: Profiling the performance of VM modules.
Replies: 7
Views: 3962

Re: Profiling the performance of VM modules.

There was a thread about this a while back: viewtopic.php?f=9&t=230&hilit=profile

I recall getting it working at one point, but something in my setup broke eventually and I haven't been back to it for quite a while.

Cheers,
--
Terry McG
by terrymcg
Sat May 30, 2020 2:08 pm
Forum: Module Designer
Topic: Clock signal rising edge detection
Replies: 3
Views: 2334

Re: Clock signal rising edge detection

Not that I know what I'm doing ;) but I've been looking for a level greater than 3V to signal the onset of a trigger pulse, then waiting for the level to drop below 3V (as a trailing edge) before looking for another pulse. So far it seems to be working reasonably well, and it makes triggers out of a...
by terrymcg
Thu May 28, 2020 3:20 pm
Forum: Module Designer
Topic: Skin editor
Replies: 2
Views: 1829

Re: Skin editor

On my Win10 system, they're all here: "C:\ProgramData\Voltage Module Designer\Resources"

Happy coloring! ;)
by terrymcg
Thu May 28, 2020 3:19 am
Forum: Module Designer
Topic: Preset Loading error
Replies: 0
Views: 5242

Preset Loading error

Hi Folks... A module I'm working on loads fine in VMD, but in VM, it won't auto-restore as part of the current rack if I close and re-open vm. it will load from the Modules list though. After digging around a bit, I found this: 23:05:46.009 Loading Module: com/blackcloudindustries/awaves/BCIAWaves 2...

Go to advanced search