Search found 103 matches

by Captain
Wed Sep 18, 2019 8:05 pm
Forum: Voltage Modular
Topic: Swing Rhythm control
Replies: 11
Views: 6473

Re: Swing Rhythm control

You may have a look at the Drift Pack. There should be something there to allow you to play with trigger timing. Not sure if the Drift Pack modules help in this case, since they are intended to introduce random changes in the sound (unless someone came up with a way to use them that even I didn't t...
by Captain
Tue Sep 17, 2019 5:06 am
Forum: Voltage Modular
Topic: modules you would like to have
Replies: 28
Views: 12158

Re: modules you would like to have

I'd like a bigger/better waveform display à la VCV Scope. VCV has nice oscilloscopes. The current one is tiny. :) I’m working on something like that! I have already used it myself for analyzing & debugging other modules I have in the works, and I think it’s pretty useful. The basic functionalit...
by Captain
Tue Sep 17, 2019 4:52 am
Forum: Voltage Modular
Topic: Output of overdriven modules isn't remaining clipped
Replies: 8
Views: 4610

Re: Output of overdriven modules isn't remaining clipped

OK yeah, I got what you mean. In the case of the virtual Doepfer modules in Softube Modular, since they are official emulations of specific real hardware pieces, it definitely makes sense for them to emulate all aspects of their HW counterparts, including the overdrive characteristics. In analog har...
by Captain
Fri Sep 13, 2019 9:37 pm
Forum: Voltage Modular
Topic: Output of overdriven modules isn't remaining clipped
Replies: 8
Views: 4610

Re: Output of overdriven modules isn't remaining clipped

The sound is actually not clipping at any point in your example patch, the waveform just goes beyond the boundaries of the oscilloscope view, so the "clipping" is purely visual (it might be a little confusing that the clipping starts before the waveform hits the edge of the screen, but it'...
by Captain
Sun Sep 01, 2019 12:04 pm
Forum: Module Designer
Topic: How to store digital counter values in VM setup
Replies: 4
Views: 3367

Re: How to store digital counter values in VM setup

I have not used the Get/SetStateInformation system myself (yet), so can't help with that (yet). But the invisible knob method is easy, you don't have to put anything in Initialize() (other than hiding the knob) or ProcessSample(). Just add this inside the Notify() method: case Knob_Changed: { if ( c...
by Captain
Fri Aug 30, 2019 8:49 am
Forum: Module Designer
Topic: How to store digital counter values in VM setup
Replies: 4
Views: 3367

Re: How to store digital counter values in VM setup

This is explained in the Programmer’s Manual, check the chapter about SetStateInformation and GetStateInformation. Another way, which might be a little kludge-y, but I have tried it a few times and it seems to work OK: use an invisible knob or slider to store the value.
by Captain
Mon Aug 05, 2019 7:48 pm
Forum: Voltage Modular
Topic: value handling in methode with faults
Replies: 4
Views: 3136

Re: value handling in methode with faults

(This should probably be in the Module Designer forum, but I guess the mods will move it...) The problem here is that when you call a method, primitives (int, byte, etc) are passed by value, not by reference (like objects). When you call voltageToToneAndOctave, the variable values are copied to tone...
by Captain
Sun Aug 04, 2019 11:03 am
Forum: Voltage Modular
Topic: The Drift Pack now available! Smooth random movement & analog vibes... BLACK FRIDAY SALE: $10!
Replies: 22
Views: 13354

Re: The Drift Pack now available! Smooth random movement & analog vibes...

Thanks for the presets. For some unknown reason though, they're not showing up in the preset load drop-down menu. They are definitely stored in the correct location i.e "C:\Users\**\AppData\Roaming\Voltage\Presets" Seems like you need to put the folder under "User Presets", othe...
by Captain
Sat Aug 03, 2019 6:20 pm
Forum: Voltage Modular
Topic: The Drift Pack now available! Smooth random movement & analog vibes... BLACK FRIDAY SALE: $10!
Replies: 22
Views: 13354

Re: The Drift Pack now available! Smooth random movement & analog vibes...

You can now download all the presets I used in the demo video! https://drive.google.com/open?id=1w-pJZp7U-0t0RmmjcrcLIWgo0n0-R9zd Note that some of them generate sound by themselves, some are playable instruments. The video also has some basic external processing like reverb/delay, but other than th...
by Captain
Fri Aug 02, 2019 7:28 pm
Forum: Module Designer
Topic: A bug in the Beta functionality?
Replies: 5
Views: 3761

Re: A bug in the Beta functionality?

Thanks! I tried creating a new build of a bundle, and looks like the store correctly shows the description text from published build, not the latest one. However, when I preview a specific non-published build of a bundle (so that that the build number is included in the URL), the store _still_ shows...

Go to advanced search