Search found 624 matches

by utdgrant
Mon Nov 25, 2024 7:59 am
Forum: Cherry Audio Store
Topic: New Instrument Suggestions List
Replies: 30
Views: 20427

Re: New Instrument Suggestions List

There is no contest here... what is seriously needed is a full blown recereation of the EMS VCS 3 . And yes I know about free Cynthia, however the VCS 3 is ripe for a make-over with all the added bells and whistles that Cherry Audio can bring. On the plus side, it should be a relatively simple proj...
by utdgrant
Mon Nov 25, 2024 7:41 am
Forum: Voltage Modular
Topic: Boolean Logic Module User Manual Question.
Replies: 6
Views: 433

Re: Boolean Logic Module User Manual Question.

To add to the pendantry, a signal is something that conveys information. The phrase "gate signal" doesn't indicate any particular value for the signal other than implied by the type constraint of "gate". So say on or off, high or low, 1 or 0, 5 V or 0 V, true or false etc. All t...
by utdgrant
Sat Nov 23, 2024 7:45 pm
Forum: Voltage Modular
Topic: Boolean Logic Module User Manual Question.
Replies: 6
Views: 433

Re: Boolean Logic Module User Manual Question.

Should this be: 'While both or one input signals are "off" a gate signal will be sent to the output.' as this is the way NAND works. Yes, I agree with your definition. The terminology seems to jump around when they are describing the different logic functions. I think this may have trippe...
by utdgrant
Thu Nov 21, 2024 8:45 pm
Forum: Module Designer
Topic: Ability to add compiler flags
Replies: 11
Views: 766

Re: Ability to add compiler flags

Okay, here's the relevant code, trimmed down to essentials: private double inputMeterValueL; // new value for input meter private double outputMeterValueL; // new value for output meter private double inputMeterLastL; // last value for input meter private double outputMeterLastL; // last value for ...
by utdgrant
Thu Nov 21, 2024 11:53 am
Forum: Module Designer
Topic: Ability to add compiler flags
Replies: 11
Views: 766

Re: Ability to add compiler flags

The variables in question are [...] are properly set in ProcessSample() , but are set to 0.0 in Initialize() and at the top of the first run through ProcessSample() OK, it's difficult to debug what's happening without seeing the actual code, or at least the appropriate snippets that are causing pro...
by utdgrant
Thu Nov 21, 2024 11:05 am
Forum: Module Designer
Topic: Ability to add compiler flags
Replies: 11
Views: 766

Re: Ability to add compiler flags

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() . I'd still be tempted to perform an explicit initialization of the variable values at the poin...
by utdgrant
Wed Nov 20, 2024 7:10 pm
Forum: Module Designer
Topic: Ability to add compiler flags
Replies: 11
Views: 766

Re: Ability to add compiler flags

The error message is particularly galling, since the variable is always initialized, just in another part of the program, and there's no way to initialize it in the location where it's being used. Earlier versions of Java apparently weren't so picky. Are you using multiple modules/classes in your p...
by utdgrant
Fri Nov 15, 2024 4:18 pm
Forum: Voltage Modular
Topic: MIDI Out module not working in Live 12
Replies: 14
Views: 1604

Re: MIDI Out module not working in Live 12

Could be coincidence, but whenever the FA went to an output and whenever the FC went to an output, they were directed to the Ath (11th) and the Cth (13th) port respectively. It is almost as if the lower half of the command became the channel. The errant FA only showed up at the 11th [10 + 1] port a...
by utdgrant
Fri Nov 15, 2024 3:48 pm
Forum: Voltage Modular
Topic: MIDI Out module not working in Live 12
Replies: 14
Views: 1604

Re: MIDI Out module not working in Live 12

I'm sceptical about system real-time messages interrupting the individual bytes of a MIDI channel message within the VM environment . All MIDI messages in the VM Java environment are represented by an object of the Java ShortMessage Class . Each complete message is bundled into a self-contained Shor...
by utdgrant
Thu Nov 14, 2024 10:30 am
Forum: Module Designer
Topic: Tag Line
Replies: 2
Views: 365

Re: Tag Line

I've filled it in for a couple of products but I haven't seen any sign of the text in the store. As a result, I don't bother filling it in, now. The Keyword Tags OTOH are really useful for customers searching the store. We had a similar discussion about the "Notes" field in VMD a while ago.

Go to advanced search