Search found 305 matches

by honki-bobo
Thu Feb 23, 2023 7:32 am
Forum: Monkey Business Audio
Topic: Update: Volt Meter
Replies: 12
Views: 6572

Re: Update: Volt Meter

PoohBear wrote: Wed Feb 22, 2023 11:54 pm Nice to see however what would be really helpful is if you double clicked the Min or Max (or even avg) it would reset them..
That's a nice idea, although you can reset them by simply un- and re-plugging the cable.
Maybe I can incorporate this in the next update.

Best regards,
Martin
by honki-bobo
Wed Feb 22, 2023 1:33 pm
Forum: Voltage Modular
Topic: Any way to do this patch in VM?
Replies: 7
Views: 1484

Re: Any way to do this patch in VM?

There's also a module that creates pitch CV values up/down to the 32nd (sub-) harmonic: Pitch Harmonix
16 Harmonics with mixer.png
16 Harmonics with mixer.png (744.34 KiB) Viewed 1412 times
by honki-bobo
Tue Feb 21, 2023 2:34 pm
Forum: Monkey Business Audio
Topic: New module release: NP1
Replies: 0
Views: 20053

New module release: NP1

Master your note priorities For the first two weeks you can get the new NP-1 module at a 50% discount! NP-1 takes note events from its MIDI or poly inputs, makes them monophonic and lets you decide which note priority mode to use. You can also choose between legato or retriggered playing of overlapp...
by honki-bobo
Tue Feb 21, 2023 11:24 am
Forum: Monkey Business Audio
Topic: Update released: Trigger Gate Converter (TGC)
Replies: 0
Views: 19659

Update released: Trigger Gate Converter (TGC)

Dear fellow modular enthusiasts, I have updated the Trigger Gate Converter module. The module now features the ability to switch between legato or retrigger playback when converting a trigger to a gate signal. I have also fixed a bug so that both the time and percentage values of the gate time get p...
by honki-bobo
Tue Feb 21, 2023 11:04 am
Forum: Monkey Business Audio
Topic: Update: Volt Meter
Replies: 12
Views: 6572

Re: Update: Volt Meter

Dear fellow modular enthusiasts,

I have added new features to the free Volt Meter module.

It can now also display the max, min and avg value since a cable has been plugged into a jack.

Hope you enjoy the module.

Best regards,
Martin

icon.png
icon.png (180.59 KiB) Viewed 4056 times
by honki-bobo
Tue Feb 21, 2023 10:55 am
Forum: Monkey Business Audio
Topic: Updates released: Utility Bundle
Replies: 1
Views: 1060

Updates released: Utility Bundle

Dear fellow modular enthusiasts,

I have released updates for the modules in the Utility Bundle.

These updates include some minor optimizations and GUI updates.

Hope you enjoy the modules.

Best regards,
Martin
Utility bundle.png
Utility bundle.png (207.21 KiB) Viewed 1060 times
by honki-bobo
Mon Feb 13, 2023 2:24 pm
Forum: Module Designer
Topic: Crash Adding Extra Skins
Replies: 8
Views: 1965

Re: Crash Adding Extra Skins

I have added multiple button skins to my SubSequence module to create multi-state buttons without any problems. I'm on Windows 10 using VMD 2.7.0.

Which VMD version do you use?

Maybe you should contact Cherry Audio support.
by honki-bobo
Wed Feb 08, 2023 7:46 am
Forum: Module Designer
Topic: EditComponentValue()
Replies: 28
Views: 4081

Re: EditComponentValue()

@Reid: Doesn't seem like it. I did a quick test by adding a single knob to an otherwise empty module and changed the newText like so: public void EditComponentValue( VoltageComponent component, double newValue, String newText ) { // add your own code here newText = "" + (newValue + 0.1); s...
by honki-bobo
Tue Feb 07, 2023 4:16 pm
Forum: Module Designer
Topic: EditComponentValue()
Replies: 28
Views: 4081

Re: EditComponentValue()

That's a very interesting find! Correct me if I'm wrong here, but that would mean that the NumberFormatException must be occurring in the implementation of the VoltageKnob or VoltageComponent class and there is basically nothing a developer can do about it. What's also curious is that in the stack t...
by honki-bobo
Tue Feb 07, 2023 2:55 pm
Forum: Module Designer
Topic: EditComponentValue()
Replies: 28
Views: 4081

Re: EditComponentValue()

The behavior of a JAVA program in case of an exception depends on at least two things: 1) Is it a checked or an unchecked exception? An unchecked exception is a java.lang.RuntimeException or java.lang.Error and all of their respective subclasses, like NullPointerException, IndexOutOfBoundsException ...

Go to advanced search