Search found 125 matches
- Fri May 23, 2025 8:50 am
- Forum: R_Ware
- Topic: Micro Voice Alunia - Synthetic_Future X R_Ware
- Replies: 10
- Views: 7548
Re: Micro Voice Alunia - Synthetic_Future X R_Ware
Well, that will teach me to ask how an oscillator can become "bold"... :)
I've downloaded the demo (apologies, took me a while) and I shall be applying my sophisticated internal sensor array and perception analysis tools, and checking it out later. Thanks for the response, it did prompt me to ...
- Thu May 22, 2025 8:44 pm
- Forum: R_Ware
- Topic: Micro Voice Alunia - Synthetic_Future X R_Ware
- Replies: 10
- Views: 7548
Re: Micro Voice Alunia - Synthetic_Future X R_Ware
Damn this thread derailed hard.. well anyways, i'll try to address your questions:
Is the polyBLEP your algorithm, or something that's out there in some form? I'm familiar with the normal BLEP algorithms, but hadn't heard of this version. Or is it a standard algorithm that you've come up with a ...
Is the polyBLEP your algorithm, or something that's out there in some form? I'm familiar with the normal BLEP algorithms, but hadn't heard of this version. Or is it a standard algorithm that you've come up with a ...
- Tue May 20, 2025 4:11 pm
- Forum: R_Ware
- Topic: Micro Voice Alunia - Synthetic_Future X R_Ware
- Replies: 10
- Views: 7548
Re: Micro Voice Alunia - Synthetic_Future X R_Ware
I feel that I must ask, how does an oscillator become "bold"...? Have you done something different in particular with the oscillator design...?
That's an excellent question. Good on you for questioning our marketing blurb! ;)
tbh. "bold" is a rather elusive quality for an oscillator to have ...
- Mon May 19, 2025 8:17 pm
- Forum: R_Ware
- Topic: Micro Voice Alunia - Synthetic_Future X R_Ware
- Replies: 10
- Views: 7548
Micro Voice Alunia - Synthetic_Future X R_Ware
Hey everyone!
We are launching our first Micro Voice: Alunia.
Micro Voice Alunia is a modern take on a classic voice architecture designed for powerful, immediate sound creation within Voltage Modular.
Alunia has two bold oscillators, a sub oscillator, an expressive filter and a smooth and ...
We are launching our first Micro Voice: Alunia.
Micro Voice Alunia is a modern take on a classic voice architecture designed for powerful, immediate sound creation within Voltage Modular.
Alunia has two bold oscillators, a sub oscillator, an expressive filter and a smooth and ...
- Sun Feb 02, 2025 5:18 pm
- Forum: Module Designer
- Topic: how to get the biquad filter as eq?
- Replies: 10
- Views: 58796
Re: how to get the biquad filter as eq?
Just to chip-in here...
Biquad filters have known side-effects - if you modulate the cutoff frequency they can "blow-up" (edit: basically a divide by zero).
For set frequencies, they work fine but tweaking the cutoff in realtime with a knob on the UI is asking for trouble ;)
Cheers, -Rob @ WI ...
- Fri Jan 31, 2025 8:50 am
- Forum: Voltage Modular
- Topic: Stereo Filters
- Replies: 4
- Views: 17756
Re: Stereo Filters
you are totally correct. there's far too few stereo modules and especially filters. that's why i try to add stereo as best as i can.
for now here's an array of Micro Module filters:
StereoFilters_MicroModuels.png
and of course some ported Airwindows Filters and EQs that are also stereo ...
for now here's an array of Micro Module filters:
StereoFilters_MicroModuels.png
and of course some ported Airwindows Filters and EQs that are also stereo ...
- Fri Jan 03, 2025 10:59 am
- Forum: Voltage Modular
- Topic: These buggers arent exporting too midi
- Replies: 7
- Views: 12668
Re: These buggers arent exporting too midi
it's hard to tell what's actually going on in your patch, but i'm guessing that your CV is not quantized and synced to the "gate". midi is a message based system whereas cv is continuous, therefore it's oftentimes difficult to express one system in the other and vice versa. e.g. pitch cv can vary ...
- Sun Dec 29, 2024 11:28 pm
- Forum: Module Designer
- Topic: Setting up VisualVM
- Replies: 2
- Views: 6989
Re: Setting up VisualVM
There's no magic to it really. You just start VisualVM and then you run your VMD project with external profiler support. A new "Local Application" will pop up in VisualVM that you can then inspect/profile.
VMD:
VMD_RunWIthExternalProfilerSupport.png
VisualVM:
VisualVM_ProfileVMDApp.png
if ...
VMD:
VMD_RunWIthExternalProfilerSupport.png
VisualVM:
VisualVM_ProfileVMDApp.png
if ...
- Wed Dec 25, 2024 3:49 am
- Forum: Module Designer
- Topic: AnalogFilter and GetBandpassValue()
- Replies: 4
- Views: 7999
Re: AnalogFilter and GetBandpassValue()
Assume I have three filers: hpf, lpf, and bandFilter. I pass hpf filtered value to lpf, then get lpf's lowpass signal. Then send that signal to the final filter that has adjustable cutoff.
what are you trying to achieve? you have a hpf and a lpf in series. that's basically a bandpass already ...
- Fri Nov 22, 2024 10:46 am
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 15519
Re: Ability to add compiler flags
Okay, here's the relevant code, trimmed down to essentials:
public void Initialize()
{
//[user-Initialize] Add your own initialization code here
bIsInitializing = true; // still initializing
bPresetIsLoaded = false; // preset isn't done loading
inputMeterValueL = 0.0;
inputMeterValueR = 0.0 ...