Open303 - open source 303 emulation project - collaborators wanted
- KVRAF
- 2568 posts since 4 Sep, 2006 from 127.0.0.1
i think the latest version of the source is also the latest built version
unfortunately, sourceforge seems to be down these days (attacks or somethin)
unfortunately, sourceforge seems to be down these days (attacks or somethin)
It doesn't matter how it sounds..
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
-
Music Engineer Music Engineer https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=15959
- KVRAF
- Topic Starter
- 4378 posts since 8 Mar, 2004 from Berlin, Germany
yes, lots of stuff to do. EchoLab needs some update, Liberty must be pushed forward, currently i'm spending some time on research on one-sided polynomial interpolators and then there's some new contracting work in sight (which is what pays the bills).antto wrote: i don't remember what the latest built release was
it had a GUI for sure (the first release(s) didn't)
btw, Robin, how's it going? doing some other bigger stuff i guess ;]
Open303 as such does not (yet?) have a GUI and never had. i did my own derivative of Open303 (the AciDevil) which has a GUI and then there were some mGUI-wrapped versions posted in this thread (IIRC) but these are not part of the project over at sourceforge.
i'm actually already quite happy with the audio engine as is, so i could consider the project as more or less "finished". but i know that you are much more pedantic and painstaking in getting the 303-sound exact. so if you feel like it, grab the code and improve it. same goes to anybody else who wants to improve the audio-part and/or slap a GUI on it.
however, i've just added a binary build version to the project (as zipped dll).
-
Music Engineer Music Engineer https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=15959
- KVRAF
- Topic Starter
- 4378 posts since 8 Mar, 2004 from Berlin, Germany
it's a multimode implementation of the moog ladder, one of the available modes is a 18 dB/oct lowpass (it uses the 3rd tap output instead of the 4th). there's also a special TB-303 mode based on equations by kunn and mystran and coefficient fittings by antto, posted somewhere in the jungle of this thread.Kriminal wrote:what filter does it use?
edit: it's actually a variant of the moog ladder with an additional highpass inside the feedback path. ahh...and i see that the implementation of the kunn/mystran filter needs some obvious optimization
-
- Banned
- 18651 posts since 2 Oct, 2001 from England
-
- KVRian
- 687 posts since 27 Dec, 2003
Robin from www.rs-met.com wrote:however, i've just added a binary build version to the project (as zipped dll).
Thanks Robin! Hope you guys have time to continue the development of it ...
-
- KVRAF
- 2427 posts since 13 Sep, 2004
Robin any chance you can link to the AciDevil, Only one i can find and been using has no GUI but does have a bunch of unused params which show up in my host haha
AciDevil is really nice by the way, i love the filter drive and so on.
NAS
AciDevil is really nice by the way, i love the filter drive and so on.
NAS
Omerta
-
- KVRian
- 687 posts since 27 Dec, 2003
NAS wrote:Robin any chance you can link to the AciDevil, Only one i can find and been using has no GUI but does have a bunch of unused params which show up in my host haha
Same here. That's the one from post #1.
Any known limitations of the Open303 r5? All samplerates supported? Any hidden tricks to get certain sounds out of it?
-
Music Engineer Music Engineer https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=15959
- KVRAF
- Topic Starter
- 4378 posts since 8 Mar, 2004 from Berlin, Germany
logic? are you on mac? in that case, no surprise - the binary is built for windows pc. or is it the old version of logic (5.5 IIRC) that still runs on windows?ParadoxUn wrote:I thought'd I'd poke around with the filter. However I ran a binary, from a post earlier in the thread, (acidevil) and it did not run on Logic. (?)
anyway, i'll see if i can dig out a somewhat more recent build of AciDevil. however, it will be very unfinished (unlike Open303, which i consider more or less done (albeit still improvable, of course), as said)
-
- Banned
- 106 posts since 21 Nov, 2010
Remember, you don't need complex filters here. The original is just feedback paths, so simple cascaded onepoles will do.
buf1 = ((-buf1 + in1) * cut) + buf1;
buf2 = etc.
The hard part is the resonance, which on the 303, due to saturation, and possibly other factors, such as leakage, sounds quite particular.
Usually when you turn the rezo to max, you will have selfoscillation in the top frequencies only, while the lower end, is a saturated very melodic mess.
For a digital version, I guess one would want perfect keyfollow aswell, and maybe other things. Some like to reduce the reduction of bass, when turning up the rez aswell. The important thing is to get the saturation right, so the rez sounds smooth. IMHO.
buf1 = ((-buf1 + in1) * cut) + buf1;
buf2 = etc.
The hard part is the resonance, which on the 303, due to saturation, and possibly other factors, such as leakage, sounds quite particular.
Usually when you turn the rezo to max, you will have selfoscillation in the top frequencies only, while the lower end, is a saturated very melodic mess.
For a digital version, I guess one would want perfect keyfollow aswell, and maybe other things. Some like to reduce the reduction of bass, when turning up the rez aswell. The important thing is to get the saturation right, so the rez sounds smooth. IMHO.
Last edited by ParadoxUn on Sat Feb 05, 2011 5:54 pm, edited 1 time in total.
-
- Banned
- 106 posts since 21 Nov, 2010
It's an ancient version for PC.Robin from www.rs-met.com wrote:logic? are you on mac? in that case, no surprise - the binary is built for windows pc. or is it the old version of logic (5.5 IIRC) that still runs on windows?ParadoxUn wrote:I thought'd I'd poke around with the filter. However I ran a binary, from a post earlier in the thread, (acidevil) and it did not run on Logic. (?)
anyway, i'll see if i can dig out a somewhat more recent build of AciDevil. however, it will be very unfinished (unlike Open303, which i consider more or less done (albeit still improvable, of course), as said)
