Support

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

Mono MVSClipper Assembler Code

Post any examples or modules that you want to share here

Mono MVSClipper Assembler Code

Postby pwesynthmaker » Sun May 17, 2020 2:49 am

I liked Marty's much 'kneedme/feedme' replacement for the 'Stereo Clipper' (flatout 'hard clip' @ 1) so muchly that I took it upon myself to attempt a 'mono mod' bend of his code ... worked beautifully the first time and is sooo useitmuchful in connecting blue audio vca prims to keep the stream from 'railing' from excess amplification. Tested it with maxed out gain connected to both an led vu clipper and led vu stacks and it actually stopped the signal from going out of the yellow into the red with hardly any shatter or sputtage.
Use the ''Green Assembler' Code Mod for this ... not blue DSP or the Ruby ...

'NONO' VERSION OF MVSCLIPPER
x86 COMPATIBLE ASSEMBLER CODE
==========

streamin in;
streamout out;

float FP99=.99;
float MP99=-.99;

movaps xmm0,in;
movaps xmm1,in;
shufps xmm0,xmm1,68;
minps xmm0,FP99;
maxps xmm0,MP99;
movaps out,xmm0;
shufps xmm0,xmm0,78;

==========
https://www.invntefx.com/ssl/_invntefxf ... fstone.htm
Inventor eFX Technology FlowStone WebPage

https://www.invntefx.com/
Inventor eFX Technology
LOGIN
Username: viewer
Password: A#1viewer
User avatar
pwesynthmaker
 
Posts: 71
Joined: Fri Feb 12, 2016 7:18 pm

Return to User Examples

Who is online

Users browsing this forum: No registered users and 23 guests