Search found 5 matches

by falviani
Fri Nov 20, 2020 3:30 pm
Forum: Module Designer
Topic: When is Key_Press event emitted?
Replies: 3
Views: 1865

Re: When is Key_Press event emitted?

I ran your sample (thanks! well done!) and found that a Key_Press event is never emitted - only a Label_Changed event, when I press tab or enter. If I am not in the editable text, a Key_Press is immediately emitted with a null component. While I can work with this behavior, it makes it impossible to...
by falviani
Fri Nov 20, 2020 3:11 pm
Forum: Module Designer
Topic: When is Key_Press event emitted?
Replies: 3
Views: 1865

Re: When is Key_Press event emitted?

Thanks for the reply. Something else is wrong - the final load process seems to have stalled.
The attachment LoadingStalled.png is no longer available
and while the individual modules are shown, none of them will open.
LoadingStalled.png
LoadingStalled.png (12.02 KiB) Viewed 1843 times
.
Not sure where to go from here. Compilation claims all is well...

Thanks, Frank
by falviani
Thu Nov 19, 2020 5:00 pm
Forum: Module Designer
Topic: When is Key_Press event emitted?
Replies: 3
Views: 1865

When is Key_Press event emitted?

Hi, My module needs to process text entered by the user, so I have code for the case Key_Press event as follows: if (object instanceof VoltageKeyPressInfo) { VoltageKeyPressInfo kpi = (VoltageKeyPressInfo) object; if ((kpi.IsEnterKey()) || (kpi.IsTabKey())) // breakpoint here { String tVal = editabl...
by falviani
Sat Oct 31, 2020 6:58 pm
Forum: Tips and Tricks
Topic: Boolean Question - MIDI note voltages for comparison?
Replies: 5
Views: 3444

Re: Boolean Question - MIDI note voltages for comparison?

HI, Thanks for the ideas. I found a free voltage meter in the store and discovered(1) 1v per octave and (2) value changes per half step. My keyboard (Impact LX49) goes from octave -3 to octave +4 with the default at octave 2. I think I can put together a simple module with an text input for the desi...
by falviani
Fri Oct 30, 2020 7:54 pm
Forum: Tips and Tricks
Topic: Boolean Question - MIDI note voltages for comparison?
Replies: 5
Views: 3444

Boolean Question - MIDI note voltages for comparison?

Hi All, I would like to be able to trigger when a midi note of a specific pitch comes in. I looked at the boolean module but (not surprisingly) it works with just CV voltages. I've looked for a table converting between midi notes and voltages but can't find one. How would I go about doing this compa...

Go to advanced search