Search found 103 matches

by Captain
Fri Mar 01, 2019 3:29 pm
Forum: Module Designer
Topic: Oscillator phase & SetCycle()
Replies: 7
Views: 5120

Re: Oscillator phase & SetCycle()

So it is! You are welcome, and thanks for the fix! Life (or at least the module coding part of it) is much easier now... :mrgreen:
by Captain
Thu Feb 28, 2019 3:19 pm
Forum: Module Designer
Topic: Understanding Set/GetUserProperty
Replies: 6
Views: 4391

Re: Understanding Set/GetUserProperty

You are welcome! One ”lazy man’s approach” to store persistent number values is to include/generate hidden knobs or sliders, and just get/set their values. I have used this in my (still very much unfinished) modules, not sure if I’m breaking some conventions here, but it seems to work perfectly. :D
by Captain
Thu Feb 28, 2019 11:57 am
Forum: Module Designer
Topic: Understanding Set/GetUserProperty
Replies: 6
Views: 4391

Re: Understanding Set/GetUserProperty

Looks like the properties are not automatically saved with either full or module presets, so it's just for storing runtime data. Other than that, there's not much to it, it's just a simple way to store and retrieve any object "inside" any GUI object with a string key. A couple of things to...
by Captain
Tue Feb 26, 2019 7:26 pm
Forum: Module Designer
Topic: Oscillator phase & SetCycle()
Replies: 7
Views: 5120

Re: Oscillator phase & SetCycle()

Great! Good to know a fix is on the way 8-) Thanks!
by Captain
Sun Feb 17, 2019 1:08 pm
Forum: Module Designer
Topic: Creating classes that can reference GUI items
Replies: 2
Views: 2269

Re: Creating classes that can reference GUI items

Hmm, I have a feeling I might be able to help you, but I'm not quite 100% sure if I get what you are asking. :) To refer to any GUI object, just use its variable name (that you enter in the properties pane): jackVariableNameInGUI.GetValue(); Or if you want to create a new reference, it would be some...
by Captain
Sun Feb 17, 2019 9:15 am
Forum: Module Designer
Topic: Oscillator phase & SetCycle()
Replies: 7
Views: 5120

Re: Oscillator phase & SetCycle()

Good to know I'm not alone. :D Yeah, ResetCycle() is a good find. Looks like it actually resets the cycle to the beginning, but still, I also couldn't find a way to set the cycle/phase freely to any position. We really need better documentation, it's frustrating to try to guess how something works, ...
by Captain
Sun Feb 10, 2019 8:51 pm
Forum: Module Designer
Topic: Oscillator phase & SetCycle()
Replies: 7
Views: 5120

Oscillator phase & SetCycle()

I'm using the AnalogOscillator & DigitalOscillator classes as LFOs. But I can't figure out how to set their phase, or the point where the waveform starts. When I create a new oscillator, set the frequency, and start reading the values, the DigitalOscillator always starts from the beginning of th...
by Captain
Fri Jan 25, 2019 3:00 pm
Forum: Module Designer
Topic: Simulate a clock signal / printing values
Replies: 7
Views: 4701

Re: Simulate a clock signal / printing values

1) the debugger lets you look at variables, etc. (Sorry, bit obvious.) 2) If you put a text box onto the canvas somewhere you can write text into the text box. Delete the text box when you're done. Also, you can use Log("something") to write to the Output console. Just have to run in the ...
by Captain
Fri Jan 25, 2019 2:52 pm
Forum: Voltage Modular
Topic: User manual link from VM app doesn't work
Replies: 2
Views: 2215

Re: User manual link from VM app doesn't work

Just noticed the same thing myself. :) For now, you can just remove the last part of the URL and go to https://docs.cherryaudio.com
by Captain
Mon Dec 24, 2018 10:56 am
Forum: Voltage Modular
Topic: Ladder Filter, Euclidean Duel, & Voltage Modular 1.1.4 Released!
Replies: 9
Views: 5732

Re: Ladder Filter, Euclidean Duel, & Voltage Modular 1.1.4 Released!

All good now, AU updated to 1.1.4 successfully with the new installer! :mrgreen: As always, thanks for reacting so quickly, and Merry Christmas!

Go to advanced search