Search found 55 matches
- Fri Dec 27, 2024 7:44 am
- Forum: Module Designer
- Topic: Profiler for VMD
- Replies: 5
- Views: 8787
Re: Profiler for VMD
Thanks to all who responded to this (Wer, wenn ich schriee, hörte mich denn aus der Engel Ordnungen? ;) ) The problem I'm having with VisualVM is that it won't attach to the JVM interface for VMD. I haven't tried it with VM, as the module I want to test isn't published yet. I gather that VisualVM ...
- Tue Dec 24, 2024 9:07 am
- Forum: Module Designer
- Topic: Profiler for VMD
- Replies: 5
- Views: 8787
Re: Profiler for VMD
When I first started I spent a bit of time with Visual VM but I found it a bit flaky and unpredictable.
These days, like Colin, I mostly just use the system time to get a feel for how long key functions take (typically the stuff that is in ProcessSample). For more complex stuff I have been known ...
These days, like Colin, I mostly just use the system time to get a feel for how long key functions take (typically the stuff that is in ProcessSample). For more complex stuff I have been known ...
- Thu Nov 28, 2024 5:17 pm
- Forum: Voltage Modular
- Topic: Boolean Logic Sequencer Error
- Replies: 18
- Views: 22439
Re: Boolean Logic Sequencer Error
All of that stuff is why I made the Transporter module. I was spending too long fiddling with logic gates just to start and stop a couple of sequencers.
I originally made it just for myself but it turned out to be one of my bestsellers!
I originally made it just for myself but it turned out to be one of my bestsellers!
- Thu Nov 21, 2024 10:53 am
- Forum: Aarnville
- Topic: Pricing Error
- Replies: 1
- Views: 10902
Re: Pricing Error
Hi Reid,
Thanks for that. You're correct - I forgot to tick the box for "Automatically Apply Discount". It should be OK now (assuming the change goes live immediately).
It's one of those things I can't check myself because I automatically own all my modules. I'd have to create a second account and ...
Thanks for that. You're correct - I forgot to tick the box for "Automatically Apply Discount". It should be OK now (assuming the change goes live immediately).
It's one of those things I can't check myself because I automatically own all my modules. I'd have to create a second account and ...
- Thu Nov 21, 2024 10:39 am
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 15510
Re: Ability to add compiler flags
ProcessSample does not start running until Initialize (and other stuff) is done so you may be able to just delete that one-time-only code in ProcessSample.
- Wed Nov 20, 2024 2:26 pm
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 15510
Re: Ability to add compiler flags
I'm not aware of a way to add compiler flags and I guess only the CA grown-ups know how the compiler is called from VMD. I half-expected to find an XML file with the compiler config in it but a quick browse turned up nothing.
I recently returned to the driving seat after almost two years. All the ...
I recently returned to the driving seat after almost two years. All the ...
- Thu Nov 14, 2024 11:29 am
- Forum: Module Designer
- Topic: Tag Line
- Replies: 2
- Views: 5475
Re: Tag Line
Thanks Grant.
I've always filled in the keywords but but never the tag line so was just curious really.
I also fill in the "Short Description" but I'm not sure I've seen that anywhere either. It says it is for search results but I can't see it in the website search or in the search within VM ...
I've always filled in the keywords but but never the tag line so was just curious really.
I also fill in the "Short Description" but I'm not sure I've seen that anywhere either. It says it is for search results but I can't see it in the website search or in the search within VM ...
- Thu Nov 14, 2024 9:35 am
- Forum: Module Designer
- Topic: Tag Line
- Replies: 2
- Views: 5475
Tag Line
On the Information tab in the Products section of the Nebula dashboard there is a field for "Tag Line". Does anyone know how that is used and where it appears?
- Wed Nov 06, 2024 6:48 am
- Forum: Module Designer
- Topic: New Voltage Modular Designer crashes immediately
- Replies: 5
- Views: 9062
Re: New Voltage Modular Designer crashes immediately
I'm thinking it's a job for support. V2.9.2 was released in June so your problem can't be very common. Maybe remnants of a previous installation of either VMD or the Java stuff?
Have you got Voltage Modular installed and updated and does that run ok?
Have you got Voltage Modular installed and updated and does that run ok?
- Tue Nov 05, 2024 7:05 am
- Forum: Module Designer
- Topic: EditComponentValue()
- Replies: 29
- Views: 29378
Re: EditComponentValue()
This has been bugging me this week. I can't find any way to prevent the exception but I have observed that the exception does not happen as long as there is something that can be parsed as a number at the start of the string.
So "123.4" and "123.4 banana" both parse into 123.4 without an exception ...
So "123.4" and "123.4 banana" both parse into 123.4 without an exception ...