Search found 625 matches
- Tue Nov 26, 2024 7:29 pm
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 768
Re: Ability to add compiler flags
Follow-up: after a number of changes elsewhere in the code, for some reason, setting variable values at the point of definition started working, and the error went away. I'm not sure why minor changes elsewhere in the code caused that to work; it should work, but wasn't when I first tried it. Most o...
- Sun Nov 24, 2024 4:49 pm
- Forum: Voltage Modular
- Topic: Boolean Logic Module User Manual Question.
- Replies: 6
- Views: 437
Re: Boolean Logic Module User Manual Question.
That's why I wanted to put truth tables in the help for Boolean Ops. Even had the art done up, then discovered there was no way to display it within the confines of the routines I was using for onboard help. So, don't look, it's not there. But should have been.
Reid
Reid
- Fri Nov 22, 2024 3:04 pm
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 768
Re: Ability to add compiler flags
Okay, thanks for the responses, all. However, I've tried setting the definition up to initialize the variables, and it makes no difference. I was guessing that that had something to do with when the class variables were actually instantiated, but didn't know for sure.
Reid
Reid
- Thu Nov 21, 2024 2:58 pm
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 768
Re: Ability to add compiler flags
Okay, here's the relevant code, trimmed down to essentials: public void Initialize() { //[user-Initialize] Add your own initialization code here bIsInitializing = true; // still initializing bPresetIsLoaded = false; // preset isn't done loading inputMeterValueL = 0.0; inputMeterValueR = 0.0; inputMe...
- Thu Nov 21, 2024 10:39 am
- Forum: Aarnville
- Topic: Pricing Error
- Replies: 1
- Views: 197
Pricing Error
Hi. I just bought your Jawsoscillator, and only then noticed that there was a bundle with a poly version. The two individual modules were on sale for $5 apiece, but the bundle showed up as $8, even though I already owned one of the two. You need to check your setup on the bundle. Just FYI.
Reid
Reid
- Thu Nov 21, 2024 10:28 am
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 768
Re: Ability to add compiler flags
Multiple classes and files in one project. The variables that evoke this error are all user-defined members of the main class, and I initialize them both in the Initialize() method and in a one-time-only method I run at the top of ProcessSample() . The code that causes the error is in ProcessSample(...
- Wed Nov 20, 2024 1:50 pm
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 768
Ability to add compiler flags
I've just run up against an annoying problem after upgrading my Java to v23: some code that used to compile just fine now generates an "uninitialized variable" error, and all of my fancy comments generate "dangling-doc-comments" warnings. Lots and lots of warnings. You can't use ...
- Wed Nov 20, 2024 1:39 pm
- Forum: Preset Exchange
- Topic: More than 300 presets for 15 synths
- Replies: 9
- Views: 603
Re: More than 300 presets for 15 synths
I haven't been through all of them yet, by a long way, but what I'm hearing up to now is pure paydirt! Good work! One you missed is probably the one I'd most like to see some good presets for, and that's the PS-3300. It ought to be capable of much more than the shipped presets show.
Reid
Reid
- Tue Nov 19, 2024 9:34 pm
- Forum: Preset Exchange
- Topic: More than 300 presets for 15 synths
- Replies: 9
- Views: 603
Re: More than 300 presets for 15 synths
Hey, thanks for these presets, VA! Looks very interesting. Gotta install 'em and see what they are. Looking forward to it!
Reid
Reid
- Wed Aug 21, 2024 7:34 pm
- Forum: Preset Exchange
- Topic: How about a community soundbank?
- Replies: 4
- Views: 1730
Re: How about a community soundbank?
I'm still not clear on what you're asking for. In the current forum it's possible to upload a zip file of presets.
Reid
Reid