Search found 306 matches

by honki-bobo
Wed Apr 27, 2022 7:52 am
Forum: Voltage Modular
Topic: DC Offset
Replies: 12
Views: 2931

Re: DC Offset

It's not a bug, it's a feature... seriously! Mathematically speaking, a LPF is basically performing a weighted moving average of a given number of samples. When you're feeding it a square wave with a pulse width of nearly 0% you're basically left with mostly samples of -5V, thus leaving you with mos...
by honki-bobo
Sun Apr 10, 2022 12:46 pm
Forum: Voltage Modular
Topic: Something missing?
Replies: 9
Views: 1845

Re: Something missing?

Same here!
by honki-bobo
Sat Mar 12, 2022 2:08 pm
Forum: Voltage Modular
Topic: Voltage Modular FX not properly delay compensated
Replies: 6
Views: 1763

Re: Voltage Modular FX not properly delay compensated

I have created a module to address exactly this problem: https://store.cherryaudio.com/modules/sample-delay When I was making larger patches using sequencers and gate signals I was getting timing issues from hell, so I needed a way to compensate for the different delays introduced by the modules, an...
by honki-bobo
Fri Mar 04, 2022 8:10 pm
Forum: Module Designer
Topic: Debugger shell starts without developed module
Replies: 6
Views: 3715

Re: Debugger shell starts without developed module

I occasionally have this problem, but usually only when I patch something that reveals some f***ed up code of mine. Then the test client hangs and I have to stop debugging through the menu, sometimes even kill VMD through the task manager. I suppose it's a bug in the debugger, because the test clien...
by honki-bobo
Fri Mar 04, 2022 8:02 pm
Forum: Module Designer
Topic: java warning to .format()
Replies: 2
Views: 976

Re: java warning to .format()

format() is a static method, not an object method.

Try

Code: Select all

newString = String.format(%6.2f", value);
by honki-bobo
Thu Mar 03, 2022 1:18 pm
Forum: Module Designer
Topic: Multi-state Button
Replies: 7
Views: 1354

Re: Multi-state Button

That's great to hear and thanks for your support!

You might want to take a look at this thread where you can download two patches and also find a link to a YouTube video.
by honki-bobo
Thu Mar 03, 2022 9:06 am
Forum: Module Designer
Topic: Multi-state Button
Replies: 7
Views: 1354

Re: Multi-state Button

For my SubSequence module I've implemented a MultiStateButton class that uses a single VoltageToggle button and 5 skins to create a 6-state button. I've added the skins with the "Extra Skins" option in VMD. This is basically extendable to any number of states and I'm also using it for a 3-...
by honki-bobo
Mon Feb 28, 2022 6:58 am
Forum: Module Designer
Topic: SetText() Failing
Replies: 13
Views: 2960

Re: SetText() Failing

No particular reason, it's just what I got used to do when programming modules. You can test for doubleValue == 1 and it will work just the same.
by honki-bobo
Fri Feb 25, 2022 12:21 pm
Forum: Tips and Tricks
Topic: Nucleus - Chiptune chord arpeggios
Replies: 2
Views: 3291

Re: Nucleus - Chiptune chord arpeggios

Part 3 - Adding pitch bend and an on/off switch for the arpeggiator

Watch the short video here: https://twitter.com/martinmonkeybu1/sta ... 3091121176

Adding arp switch and pitch bend.jpg
Adding arp switch and pitch bend.jpg (496.76 KiB) Viewed 3245 times
by honki-bobo
Wed Feb 23, 2022 4:53 pm
Forum: Tips and Tricks
Topic: Nucleus - Chiptune chord arpeggios
Replies: 2
Views: 3291

Re: Nucleus - Chiptune chord arpeggios

Part 2 - Adding a second chord and switch between them

Watch the short video here: https://twitter.com/martinmonkeybu1/sta ... 2525046797

Two amplifiers to switch between signals.jpg
Two amplifiers to switch between signals.jpg (473.68 KiB) Viewed 3268 times

Go to advanced search