Search found 599 matches

by UrbanCyborg
Sun Apr 14, 2024 6:13 pm
Forum: Module Designer
Topic: Background Objects in User-defined Controls
Replies: 3
Views: 93

Re: Background Objects in User-defined Controls

Roland, Colin, thanks for the responses. I figured out some of this. For instance, I could manually create graphics objects. Because of my use case, I don't think I can flag them as background objects; this is basically a debug pane, and I need the ability to just comment out all the code that creat...
by UrbanCyborg
Sun Apr 14, 2024 1:46 am
Forum: Module Designer
Topic: VMOD Editor
Replies: 5
Views: 93

Re: VMOD Editor

There are several designers who create their module interfaces from scratch, initializing the controls in the Initialize() notification. Admittedly, it's a lot of work. The way I do that when I need to is to copy the designer-created code for some controls and modify the things that need it, like lo...
by UrbanCyborg
Sat Apr 13, 2024 9:34 pm
Forum: Module Designer
Topic: Faster (but less accurate) Hz to volts and volts to dB conversions
Replies: 1
Views: 40

Re: Faster (but less accurate) Hz to volts and volts to dB conversions

I kinda suspect that most of the nifty tricks depend on precomputing key pieces for known special cases of bases, powers, etc. If you're really a shark with logs and exponentials, you can get some passable speed-ups for special cases that are important to your specific code, but that sort of thing d...
by UrbanCyborg
Sat Apr 13, 2024 8:51 pm
Forum: Module Designer
Topic: Background Objects in User-defined Controls
Replies: 3
Views: 93

Background Objects in User-defined Controls

I just had occasion to move some objects from being coded by the VMD editor to hand-coded in the java file, and discovered to my chagrin that anything tagged as a background object vanishes. How do you go about getting things like rectangles, lines, etc. to show up? I know some of the devs, like Col...
by UrbanCyborg
Sat Apr 13, 2024 8:46 pm
Forum: Module Designer
Topic: VMOD Editor
Replies: 5
Views: 93

Re: VMOD Editor

Don't think I'd be messing directly with the .vmod files. I strongly suspect that any changes you make there will just get changed back again when VMD loads the file. Changes to the .java files certainly work that way; you can change things in the user sections, but changes to the other sections jus...
by UrbanCyborg
Tue Apr 09, 2024 7:12 am
Forum: P.moon
Topic: Problem with Meters and Ultimate Bundle
Replies: 2
Views: 66

Problem with Meters and Ultimate Bundle

Hi, Roland. Just an FYI to let you know that there's something not quite right with the set-up of your new Meter modules on the Store. I've got everything, but the modules show up at a price of, I think, $6.67. Further, VM downloads all but the sixteen-meter module. Seems that one is set differently...
by UrbanCyborg
Tue Apr 02, 2024 9:04 am
Forum: MRB
Topic: vm2500 1027 sequencer first 2 steps mute?
Replies: 4
Views: 193

Re: vm2500 1027 sequencer first 2 steps mute?

Sorry about that, Mark. I thought I was speaking sooth; I stand corrected. Well, more like sit corrected, but what the hey. :oops:

Reid
by UrbanCyborg
Mon Apr 01, 2024 10:14 pm
Forum: MRB
Topic: vm2500 1027 sequencer first 2 steps mute?
Replies: 4
Views: 193

Re: vm2500 1027 sequencer first 2 steps mute?

I don't believe there's been any update to the 1027 sequencer. At least, on my machine there hasn't been one, and I keep it up to date. Sounds more to me like you have a problem on your machine. In any event, you'll likely get better results asking, rather than accusing. That said, Mark doesn't chec...
by UrbanCyborg
Sun Mar 31, 2024 4:36 pm
Forum: Module Designer
Topic: Detecting Presence of Channels on PolyJack
Replies: 5
Views: 323

Re: Detecting Presence of Channels on PolyJack

Yeah, that's about what I was afraid of. Thanks for the responses, guys. In implementing the second-best solution, I've run into most of the problems you've mentioned, so I guess I'll just have to bite the bullet and do the expensive processing. Thanks.

Reid
by UrbanCyborg
Sat Mar 30, 2024 5:35 pm
Forum: Module Designer
Topic: Detecting Presence of Channels on PolyJack
Replies: 5
Views: 323

Detecting Presence of Channels on PolyJack

This has never come up for me before, but now I have a situation where I'd like to bypass a very CPU-expensive operation if the inputs aren't actually there on a populated PolyJack. The best I can think up is to monitor each channel looking for runs of zero longer than some threshold. That wouldn't ...

Go to advanced search