delphiasiovst-synthedit Mailing List for Delphi ASIO & VST Packages
Brought to you by:
cwbudde
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(9) |
Aug
(6) |
Sep
(1) |
Oct
(2) |
Nov
(2) |
Dec
|
---|
From: Christian-W. B. <Chr...@Sa...> - 2009-11-16 01:04:53
|
Hi there, I just ported my "Lookahead Limiter" to SE. I haven't tested it in detail yet, but it should work like the VST plugin. You can get it here: http://www.savioursofsoul.de/Christian/SEM/DAV_LookaheadLimiter.7z Also I want to say that after developing SE modules without much success (just judging from the credits of the DC'09, where none of my stuff appeared), I will cut my efforts back. I mean, I'm not really developing primary for this platform, but even the conversion takes about 30 minutes and I could rather spend this time elsewhere. Leaving appart that it is not financially lucrative, I do not even use the stuff myself (and there are only a few users out there who bothered my releases: you!). However, I'd like to thank you for your support and even if I only write a few messages here I will probably write less in the future. Probably every 6 month you can expect a mail with some updates. However, all modules I did so far will still be available and also all optimized versions can still be purchased (as well as hiring me for custom coding jobs). OK, enough of these words, enjoy the SE module I just released, Christian |
From: Christian B. <Chr...@ai...> - 2009-11-01 14:06:59
|
Hi List, just a short note: I just released my "Noise Reduction" plugin (which has been described here: http://www.kvraudio.com/forum/viewtopic.php?t=267831) as SE module as well. It can be found here: http://www.savioursofsoul.de/Christian/?page_id=442#NoiseReduction Though - in contrast to the VST plugin - it does not use the optimizations or extended window functions. A module including these enhancements can be licensed individually. Kind regards, Christian <http://www.kvraudio.com/forum/viewtopic.php?t=267831> PS: The optimized module is about 5 times faster. |
From: Christian B. <Chr...@ai...> - 2009-10-26 22:52:03
|
Hi once again, I accidentally posted the wrong screenshot in my last mail. Attached you can find the latest one (an analysis of a sawtooth with vibrato). Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-10-26 22:48:19
|
Hi mailing list, for a research project I needed to implement a simple sonogram, which I also made available for SE. It might still contain some bugs regarding parameter switches (especially FFT order and overlap factor), but if you do not change much, it should work fine. The current version can be found here: http://www.savioursofsoul.de/Christian/SEM/DAV_Sonogram.7z It is not as fast as possible, but similar to the convolution module a fast version (using the IPP library as well with speed improvements up to 10x) can be purchased. This will also include customizable colour schemes and far more window functions (currently 6 types, but about 20 customizable types are available already). Also the current version does not scroll automatically, but the full version does scroll of course. Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-09-02 20:30:42
|
Hi there, based on this (http://dafx09.como.polimi.it/proceedings/papers/paper_24.pdf) interesting paper from this years DAFX conference, I just implemented the proposed transistor based ring modulators and compiled them as SE module. They are located in the existing ring modulator module. Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-08-18 06:41:26
|
Hi there, I've separated the MP3 module to have a simple Mp3 Player and a more advanced one. The advanced will feature some ID3 Tags and a pitch pin, where you can choose the relative pitch in semitones. (e.g. +12 = one octave up). 4 different types of interpolation are available (none, linear, hermite & bspline). Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-08-17 15:08:59
|
Hi there, just want to let you know that I just fixed the bug in the MP3 module that was responsible for the crash on stop. Other than that I haven't fixed much more. Additionally I only exposed the buffer pin. Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-08-13 15:17:43
|
Hi, just added a very simple and straight forward streaming MP3 Player to my list of SE modules. http://www.savioursofsoul.de/Christian/?page_id=442#MP3Player It's yet in a beta state, since I have only played around with the code for a couple of hours. I'll add an embedding tool later, when I am going to improve the existing tool. Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-08-08 03:53:31
|
Hi, tonight I built a module based on the mdaTransient plugin. However, I significantly modified it to work with any sample rate now. Also it is available as mono implementation here. A stereo version could be added as well (like the original plugin). For more information see: http://www.savioursofsoul.de/Christian/?page_id=442#Transient Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-08-06 22:44:04
|
Hi, just a short notice: I just added a Leslie module to my list. More information here: http://www.savioursofsoul.de/Christian/?page_id=442#Leslie Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-08-02 23:07:46
|
Hi, I just want to inform you, that I added a Dither & Noiseshaper implementation to my module list. It features a fast gaussian dither and some unique noise shaping filters. The module is designed to run at 44100 Hz. The reason for this is, that the filters have to be recalculated for each sampling rate and I currently only did this for the 44.1 kHz case. If you consider using this module and you need other sampling rates as well, feel free to contact me. Find more information here: http://www.savioursofsoul.de/Christian/?page_id=442#DitherNoiseshaper Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-07-31 12:03:37
|
Hi, inspired by this blog (http://valhalladsp.wordpress.com/). I implemented a ring modulator and a bode frequency shifter (as mentioned in some early articles in the blog). The SE modules can be found here: http://www.savioursofsoul.de/Christian/?page_id=442#FreqShift http://www.savioursofsoul.de/Christian/?page_id=442#RingMod Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-07-30 17:39:13
|
Hi once again, just want to post here, that I added the "ModDelay" module. It's a clone of the RTAS "Mod Delay II" plugin. You can find it here: http://www.savioursofsoul.de/Christian/?page_id=442#ModDelay Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-07-30 15:15:56
|
Hi, I recently finished my filter plot GUI module. Unfortunately it was delayed due to some problems/bugs in SE (once again I bended the specifications a little). However it is now working as it should, which means all the basic filters will have a pin "Filter Reference", which can be connected to this new module to visualize the frequency response. I will add the same thing to the other filter modules I made (Chebyshev, Butterworth and so on), but not right now. Enjoy, Christian |
From: RunBeerRun <run...@gm...> - 2009-07-30 13:56:43
|
Hi, the new noise osc's downloads don't go anywhere. Sounds like a cool thing though. On 7/30/09, del...@li... <del...@li...> wrote: > Send DelphiAsioVst-SynthEdit mailing list submissions to > del...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/delphiasiovst-synthedit > or, via email, send a message with subject or body 'help' to > del...@li... > > You can reach the person managing the list at > del...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of DelphiAsioVst-SynthEdit digest..." > > > Today's Topics: > > 1. Fast White-/Pink-Noise Generators added (Christian Budde) > 2. Re: Fast White-/Pink-Noise Generators added (Christian Budde) > 3. Wrapping WAV files as SE modules (Christian Budde) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 29 Jul 2009 14:12:32 +0200 > From: Christian Budde <Chr...@ai...> > Subject: [DelphiAsioVst-SynthEdit] Fast White-/Pink-Noise Generators > added > To: del...@li... > Message-ID: <4A7...@ai...> > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > Hi, > > just a small note: I recently added some fast pink/white noise > generators. The advantage of this module compared to the general > oscillator module is probably the speed and its simplicity. > > Enjoy, > > Christian > > > > > > ------------------------------ > > Message: 2 > Date: Wed, 29 Jul 2009 15:43:52 +0200 > From: Christian Budde <Chr...@ai...> > Subject: Re: [DelphiAsioVst-SynthEdit] Fast White-/Pink-Noise > Generators added > To: del...@li... > Message-ID: <4A7...@ai...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > > another update: I added an audio file oscillator. It loads WAV/AIFF/AU > and uses the first channel as oscillator. Nothing fancy, except that the > speed can be adjusted continuously. I believe this might be nice for > some effects. On the other hand the module doesn't use any technique to > avoid alias. > > I just needed this module for the next step... > > Stay tuned, > > Christian > > > > ------------------------------ > > Message: 3 > Date: Wed, 29 Jul 2009 23:45:23 +0200 > From: Christian Budde <Chr...@ai...> > Subject: [DelphiAsioVst-SynthEdit] Wrapping WAV files as SE modules > To: del...@li... > Message-ID: <4A7...@ai...> > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > Hi, > > motivated by a KVR thread about using samples in SE, I finally found the > time to finish my small wrapper for WAV/AIFF/AU files. > > The program itself is straight-forward. Select any WAV/AIFF/AU file and > choose any SE module name. The created SE module contains the WAV file > and a small piece of code to play the data. > > I initially made this tool for my convolution module to embed IRs > directly into the convolution module. > > For more information check my website. The tool can be found here: > > http://www.savioursofsoul.de/Christian/?page_id=802#SemAudioFileEmbedder > > Enjoy, > > Christian > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > ------------------------------ > > _______________________________________________ > DelphiAsioVst-SynthEdit mailing list > Del...@li... > https://lists.sourceforge.net/lists/listinfo/delphiasiovst-synthedit > > > End of DelphiAsioVst-SynthEdit Digest, Vol 2, Issue 3 > ***************************************************** > |
From: Christian B. <Chr...@ai...> - 2009-07-29 21:46:27
|
Hi, motivated by a KVR thread about using samples in SE, I finally found the time to finish my small wrapper for WAV/AIFF/AU files. The program itself is straight-forward. Select any WAV/AIFF/AU file and choose any SE module name. The created SE module contains the WAV file and a small piece of code to play the data. I initially made this tool for my convolution module to embed IRs directly into the convolution module. For more information check my website. The tool can be found here: http://www.savioursofsoul.de/Christian/?page_id=802#SemAudioFileEmbedder Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-07-29 13:44:09
|
Hi, another update: I added an audio file oscillator. It loads WAV/AIFF/AU and uses the first channel as oscillator. Nothing fancy, except that the speed can be adjusted continuously. I believe this might be nice for some effects. On the other hand the module doesn't use any technique to avoid alias. I just needed this module for the next step... Stay tuned, Christian |
From: Christian B. <Chr...@ai...> - 2009-07-29 12:46:59
|
Hi, just a small note: I recently added some fast pink/white noise generators. The advantage of this module compared to the general oscillator module is probably the speed and its simplicity. Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-07-07 07:01:06
|
Hi, yesterday I needed a very specific type of exciter for one of my (yet unreleased) plugins, so I wrote an exciter class. However, it's neither sophisticated nor tested very much, but since it didn't cost me much, I wrapped an SE module around it. You can find this module here: http://www.savioursofsoul.de/Christian/?page_id=442#Exciter Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-07-04 20:13:41
|
Hi everyone on this list, I just want to let you know, that I updated the SEM merger to fix a bug, when more then one wrapped modules were created. Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-06-13 08:11:32
|
Dear Subscribers, today I added 8 filters to the DAV Filter module. These are the different lowshelf/highshelf types. They are available as normal filters (modulatable at samplerate) and a lightweight series with several improvements (updated less often). Enjoy, Christian |
From: Christian B. <Chr...@ai...> - 2009-06-12 00:55:51
|
Dear subscribers, I updated the chebyshev filters now including all optimizations and types (lowpass, highpass). Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-06-11 22:00:12
|
Dear Subscribers, I just want to inform you, that I added the chebyshev type II aka. inverse chebyshev filter (see http://en.wikipedia.org/wiki/Chebyshev_filter#Type_II_Chebyshev_filters) as lowpass. I'll add the highpass as soon as I have some more spare time. Furthermore I also need to spend some more time for the assembler optimizations. Kind regards, Christian |
From: Christian B. <Chr...@ai...> - 2009-06-10 20:09:38
|
Dear subscriber (and the other guy who I shamelessly BCCed because I thought this might be interesting), I'm proud to announce the first change in my modules here. I updated the chebyshev filter module to calculate its coefficients much faster now. In fact I rewrote the whole calculation in assembler, which guarantees true 80bit processing using only one "fsincos" opcode per calculation (usually there are plenty of these necessary costing around 100 cycles [while an add/mul only costs 1 cycle]). As a result it should be possible to modulate the frequency more easily now. Furthermore it is now possible to select odd filter orders. These sound slightly different since the filters are designed to match at the cutoff point (odd orders have a DC gain of the selected ripple). Also, the module contains an "Automatable+" version, which is optimized to have an even lower CPU usage (but less accurate, I mean still within the tolerances of the human ear, which probably no-one will hear the differences, but...). The link is: http://www.savioursofsoul.de/Christian/SEM/DAV_ChebyshevFilter.7z Kind regards, Christian |