Quantcast
Channel: KVR Audio
Browsing all 101 articles
Browse latest View live

Re: New "bungee" audio time stretcher - what do you think?

Yes, peaks are detected at integer bin indices but the algorithm extrapolates phase temporally so pitch should be spot on.This is true for simpler sounds.However, in the case where there's a lot going...

View Article



Re: Looking for a open source synth lib that I can use in a closed source app

Most of my stuff is very permissively licensed, but it does depend on JUCE. So if you have a JUCE license, then you can use my Wavetable synth: https://github.com/FigBug/WavetableMy 8 bit synths are...

View Article

Minimum CPU requirements on PC - AVX, SSE

The minimum requirement for Windows10 is a CPU with SSE2.The minimum requirement for Windows11 is now a CPU with SSE4.1 (this has changed recently).I am currently still compiling with SSE2 in Visual...

View Article

Re: Minimum CPU requirements on PC - AVX, SSE

I use runtime dispatching with code paths for SSE2, SSE4, AVX, AVX2 and AVX512. I get close to 4x and 8x speed ups on the 256 and 512 bit lanes using templated C++ intrinsic wrappers on critical...

View Article

Re: Programmable VST Instrument, Audio effect, MIDI effect, MIDI sequencer,...

Current version, 1.0.111 beta:Restructured UI code: more performance, less flickering, less bugs.Statistics: Posted by bjt2 — Wed Feb 21, 2024 10:33 am

View Article


Re: Free Wavetables?

The Adventure Kid waveform pack is in the public domain and therefore can be redistributed at will: https://www.adventurekid.se/akrt/wavefo ... waveforms/Statistics: Posted by SampleScience — Wed Feb...

View Article

Re: Programmable VST Instrument, Audio effect, MIDI effect, MIDI sequencer,...

Current version, 1.0.112 beta:UI bugfixes.Log window scroll when full.Change spacing and formatting to not cut labels, change default VST VAR number.Compiled with the last visual studio...

View Article

Frequency Modulation (FM) - How to use Modulation Index in my implementation

I'm working on a VST3 synthesizer. It has 8 Tone Generator Modules selectable from any of 10 engines, 8 Envelope Modules appliable to virtually all voice parameters, 8 Effect Module slots, 8 LFO...

View Article


Image may be NSFW.
Clik here to view.

Re: Open303 - open source 303 emulation project - collaborators wanted

Was messing around with 24 year old Fruity 2.72... The TS-404 very capable 303 as sequencer has slides-ties-accents for it plus filters aplenty... Every knob on the TS-404 can have events edited via...

View Article


Re: SA_Toolkit

Code: #include "plugin/sat_plugin.h"SAT_DEFAULT_PLUGIN_DESCRIPTOR(myDescriptor,"me/plugin","plugin","me",AUDIO_EFFECT);class myPlugin : public SAT_Plugin {public:...

View Article

Re: Wavetable file format?

Waldorf NW1 exports to .wrts can't find any info on that either. Anyone? And are there wavetable converters?Statistics: Posted by kevinkvr — Sat Feb 24, 2024 7:02 pm

View Article

Re: Brickworks released

Hey,We just got version 1.1.0 out now!Here's a short list of changes: Reworked all examples and added LV2 plugins, command line programs, and C++/WebAssembly targets. Added new cab simulator module...

View Article

Re: New "bungee" audio time stretcher - what do you think?

Thanks, had to tweak a couple of things for it to work with my 16-bit WAV and I dropped the results into a special build of my comparison that is here for now:...

View Article


Re: Programmable VST Instrument,Audio effect,MIDI effect/sequencer,SoundFont...

Current version, 1.0.113 beta:Added real time PITCH SHIFTER instruction.Remember VST parameter initial position and let it be restored with CTRL or SHIFT click on the knob.UI: tweak knobs...

View Article

Re: Frequency Modulation (FM) - How to use Modulation Index in my implementation

I don't think "modulation index" is something important that could be heard in the output. Choose a specific formula for your modulated oscillators and sort out how different linear and exponential...

View Article


Re: Programmable VST Instrument,Audio effect,MIDI effect/sequencer,SoundFont...

Current version, 1.0.114 beta:Added PSHIFT2 with configurable parameters.Modified parameters of the fast PSHIFT function.Performance enhancement of the pitch shifter.Bugfixes.Added drag&drop...

View Article

Re: Has MacOS Sonoma finally fixed real time threading issues on Apple Silicon?

We are currently trying to get audio workgroups running properly. When the Standalone or the Host (Logic Pro in that case) is in foreground performance is really a lot better. The proper workgroup is...

View Article


Cesaro summation of Fourier series to avoid Gibbs ripples

Last night, I stumbled upon an interesting video from Trefor Bazett (the interesting part starts at 9:28 and ends at 11:28):https://www.youtube.com/watch?v=AkPZcS8eqmA and learned a potentially useful...

View Article

Re: Programmable VST Instrument,Audio effect,MIDI effect/sequencer,SoundFont...

Current version, 1.0.115 beta:Bugfixes for WAV and AIFF files.AIFF-C files support for big endian floating point, PCM uncompressed big and little endian files.Tweaked PITCH SHIFTER...

View Article

Re: Cesaro summation of Fourier series to avoid Gibbs ripples

i would be interested to see how the harmonic spectrum compares. i.e. does this technique reduce the higher partials?Statistics: Posted by Jeff McClintock — Thu Feb 29, 2024 12:03 am

View Article
Browsing all 101 articles
Browse latest View live




Latest Images