Search found 49 matches

by arbuxMusic
Sun Aug 16, 2020 9:21 am
Forum: Module Designer
Topic: MIDI Event processing
Replies: 6
Views: 4001

Re: MIDI Event processing

If you need any further assistance to identify the issue, let me know!
by arbuxMusic
Sun Aug 16, 2020 9:20 am
Forum: Module Designer
Topic: How to use invisible knobs
Replies: 3
Views: 2233

Re: How to use invisible knobs

Thanks - yes. I confirmed this afternoon that remote control can only be assigned to knobs visible on screen. Where I was mistaken is that I had done some testing for another use case: if you have a knob that is visible and linked to a remote control, but then made invisible later, it continues to b...
by arbuxMusic
Sat Aug 15, 2020 1:51 pm
Forum: Module Designer
Topic: MIDI Event processing
Replies: 6
Views: 4001

Re: MIDI Event processing

Great idea for a simple midi processing module. :D I have done some debugging on midi tonight in a new debug module I am building (code & doco linked below). I'd recommend trying out that module to see what midi messages are firing for you. (I get midi messages and notes coming through). Midi me...
by arbuxMusic
Fri Aug 14, 2020 1:51 pm
Forum: Module Designer
Topic: How to use invisible knobs
Replies: 3
Views: 2233

Re: How to use invisible knobs

Thanks for the write up.
One item to note is that users can use the Remote Control module to access knobs. While this may be useful in some circumstances, it may be non-intuitive for the user.
I'll take a look at this further over the coming days.
by arbuxMusic
Thu Aug 13, 2020 11:48 pm
Forum: Module Designer
Topic: How to use Custom Cursor option in Module Designer
Replies: 6
Views: 3333

Re: How to use Custom Cursor option in Module Designer

Thank you. I am glad it is helpful!
by arbuxMusic
Thu Aug 13, 2020 12:08 pm
Forum: Module Designer
Topic: How to use Custom Cursor option in Module Designer
Replies: 6
Views: 3333

Re: How to use Custom Cursor option in Module Designer

Hi all, I had a look at this issue again this evening. The code I used to set a custom cursor is in the example is below. (I am using the most recent production release of Voltage Module Designer). The custom cursor is a transparent PNG added to Extra Resources on a module. The image is applied as a...
by arbuxMusic
Wed Aug 12, 2020 1:29 pm
Forum: Module Designer
Topic: Example code examples on github
Replies: 3
Views: 2776

Example code examples on github

Hi all, I am working my way through the VoltageModular API to learn how to use particular features. I am documenting my findings at https://github.com/arbuxMusic/voltage-modular-examples/wiki along with the open source sample code libraries at https://github.com/arbuxMusic/voltage-modular-examples ....
by arbuxMusic
Mon Aug 10, 2020 8:17 am
Forum: Module Designer
Topic: Strange Undo/Redo behaviour
Replies: 5
Views: 2878

Re: Strange Undo/Redo behaviour

100% agree.
by arbuxMusic
Sat Aug 08, 2020 11:46 pm
Forum: Module Designer
Topic: Strange Undo/Redo behaviour
Replies: 5
Views: 2878

Re: Strange Undo/Redo behaviour

Cherry Audio are normally really responsive to incidents through their support forum @ https://cherryaudio.kayako.com/ . (You can get to this URL from https://cherryaudio.com/voltage-modular/support by clicking the Support tab at the top of that page) I usually create a Voltage Module example and re...
by arbuxMusic
Mon Jul 27, 2020 10:18 am
Forum: Module Designer
Topic: Editable Text Max Value
Replies: 2
Views: 1765

Re: Editable Text Max Value

In VoltageModularDesign v2.0.25, an Editable Text control (aka a VoltageLabel) has min and max settings under the "Is Number Editor" checkbox. In the generated code, there is a method call that sets the range: editableText1.SetIsNumberEditor( true ); editableText1.SetNumberEditorRange( 0, ...

Go to advanced search