If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
In the mood 4 sharing. My 4 VST as OSM's 4 U :)
50 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
Interesting thing about these oversampling methods. Tor - do you know how to implement these shaping methods to not oversampled signals? And do you know other noise shaping methods and how to implement them?
- Attachments
-
- test-005-tests-002.fsm
- (32.59 KiB) Downloaded 1348 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
Oversample x4 inside. I must say that there are audible differences between OS4 and others, I hear them also on polyphase resampling.
Also found an interesting talk on dithering and some noise shaping:
http://synthmaker.co.uk/forum/viewtopic.php?f=4&t=6568
Also found an interesting talk on dithering and some noise shaping:
http://synthmaker.co.uk/forum/viewtopic.php?f=4&t=6568
- Attachments
-
- test-filters-pack.fsm
- (38.67 KiB) Downloaded 1311 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
And one more thing. In peak filter, it seems that Q should be equal Q/4. Whatever comparisons I do with external filters - all SM/FS implementations of biquads have that difference in Q factor. Have no idea why.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
I wonder how will sound 8x oversampled monster.
I asume that the same type of cascading US/DS should follow?
I asume that the same type of cascading US/DS should follow?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
I never noticed the Q factor you mention but I will check it out. One more thing your 'e' limiter can be optimized a little.
- Code: Select all
e = ((b-d)>=0)&(b-d)+((b-d)<0)&1e-10;
- Code: Select all
bd=b-d;
e = ((bd)>=0)&(bd)+((bd)<0)&1e-10;
- tor
- Posts: 114
- Joined: Fri Sep 24, 2010 5:54 pm
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
Unoptimized version of 8x oversampled filters. Can someone tell if this is correct setup?
As for optimization - the up/downsamplers can be pushed through mono4 in a different way. Right now - the 2nd pass of filtering just goes through all, but the up/down sampling can be processed separately, thus - I guess - saving some CPU I guess. Need to check that.
Meanwhile I think I add 16x oversampled version, to allow full tests.
As for optimization - the up/downsamplers can be pushed through mono4 in a different way. Right now - the 2nd pass of filtering just goes through all, but the up/down sampling can be processed separately, thus - I guess - saving some CPU I guess. Need to check that.
Meanwhile I think I add 16x oversampled version, to allow full tests.
- Attachments
-
- test-filters-pack-1-unoptimized.fsm
- (51.25 KiB) Downloaded 1314 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
looks all good to me. have not tested though.
- tor
- Posts: 114
- Joined: Fri Sep 24, 2010 5:54 pm
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
Dozius made this one. Maybe used to save CPU
- Attachments
-
- Stereo Upsample-Dozius.fsm
- (7.91 KiB) Downloaded 1311 times
- tor
- Posts: 114
- Joined: Fri Sep 24, 2010 5:54 pm
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
...and how to use it correctly in OS higher than 2?
I mean - how to get these all A,B,C... nodes for filter?
And more important - what comes out of these nodes? (in terms of spectral range? some sort of splits of spectra?)
I mean - how to get these all A,B,C... nodes for filter?
And more important - what comes out of these nodes? (in terms of spectral range? some sort of splits of spectra?)
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)
There you have it
- Attachments
-
- biquad-filters-pack-Optimized.fsm
- (57.93 KiB) Downloaded 1332 times
- tor
- Posts: 114
- Joined: Fri Sep 24, 2010 5:54 pm
50 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Who is online
Users browsing this forum: No registered users and 50 guests