Search found 103 matches

by Captain
Mon Jun 22, 2020 5:40 am
Forum: Voltage Modular
Topic: I would instantly buy such module for sure ...
Replies: 11
Views: 6008

Re: I would instantly buy such module for sure ...

Why not! The basic idea is not hard to implement, I guess it’s mostly about making the module intuitive to use. And like you said, delaying is always quite easy, but moving something earlier requires some kind of buffering, which makes it more complicated. I’ll see how it’s done in Live, maybe I’ll ...
by Captain
Mon Jun 08, 2020 12:03 pm
Forum: Voltage Modular
Topic: Tuner?
Replies: 10
Views: 4656

Re: Tuner?

Just to clarify - you mean a tuner that detects the fundamental frequency of an audio signal (lika a typical guitar tuner)?
by Captain
Sun Jun 07, 2020 8:46 am
Forum: Voltage Modular
Topic: Mod Delay - new multipurpose effect module with demo video & downloadable presets
Replies: 5
Views: 2791

Re: Mod Delay - new multipurpose effect module with demo video & downloadable presets

Excellent demo video, sold me instantly. I've been trying to wrap my head around the gigantic reverb but don't quite understand why you output audio to both the gain module and directly to the main outputs. Cheers! 8-) The preset is connected like this: The sound source (DCO-60) goes to two places:...
by Captain
Wed Jun 03, 2020 7:29 pm
Forum: Voltage Modular
Topic: Mod Delay - new multipurpose effect module with demo video & downloadable presets
Replies: 5
Views: 2791

Re: Mod Delay - new multipurpose effect module with demo video & downloadable presets

Glad you are digging it! :) I just added a tempo sync option which makes it easier to use Mod Delay for "traditional" rhythmic delays. Just start VM, let it do its thing, and the module should be updated. Click the little S(ync) button next to the delay time knob to enable tempo sync.
by Captain
Tue Jun 02, 2020 2:26 pm
Forum: Voltage Modular
Topic: Mod Delay - new multipurpose effect module with demo video & downloadable presets
Replies: 5
Views: 2791

Mod Delay - new multipurpose effect module with demo video & downloadable presets

Hey Voltage Modular users! I have just released Mod Delay, a compact delay line where the delay time can be modulated with an internal or external LFO. Use it as a building block and add things like feedback, distortion and filters etc, and you can create a variety of effects from classics (chorus, ...
by Captain
Sun May 31, 2020 7:26 pm
Forum: Module Designer
Topic: What does "Bypass" mean?
Replies: 2
Views: 1790

Re: What does "Bypass" mean?

In the guitar pedal sense, "bypassed" means it passes the signal through unaltered. Yep, this is exactly how it’s supposed to work in VM effect/processor modules too. :) Open Module Designer, check ”Can be bypassed” in the module properties, and then look for the ProcessBypassedSample() f...
by Captain
Sun May 31, 2020 8:43 am
Forum: Module Designer
Topic: Clock signal rising edge detection
Replies: 3
Views: 2329

Re: Clock signal rising edge detection

When starting with my modules, I also tried to look for some "official" info about how to detect gates and triggers. I didn't really find anything, so I just went with a threshold of 0.1 volts, which has seemed to work fine. As long as we stay 100% in the digital domain, all clock/trigger ...
by Captain
Thu May 28, 2020 9:43 am
Forum: Module Designer
Topic: Fonts for dynamic use
Replies: 6
Views: 3027

Re: Fonts for dynamic use

I'm on Windows 10 and I can select Arial Black as a font in VMD. I did not install any additional fonts, though I am not sure if it came with my LibreOffice installation or if it was there from the beginning. I actually didn’t try it in VMD, I just checked Fonts in Windows’ Control Panel and couldn...
by Captain
Thu May 28, 2020 9:05 am
Forum: Module Designer
Topic: Dynamic control creation
Replies: 4
Views: 3227

Re: Dynamic control creation

I have done this a lot, and as far as I can see, it works just as well in initialize() as it does in the constructor, as long as you just do it the same way (create the control, AddComponent(...), set control params, etc).
by Captain
Thu May 28, 2020 8:59 am
Forum: Module Designer
Topic: Fonts for dynamic use
Replies: 6
Views: 3027

Re: Fonts for dynamic use

Talking about fonts: I do my development on Mac, but before publishing my latest module, I also thought of testing it on Windows, just in case. What I noticed was that the Arial Black font I had used did not work on Windows, and it reverted to regular Arial (I think), which was not really a catastro...

Go to advanced search