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

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

vowel filter and modulation problems

For general discussion related FlowStone

vowel filter and modulation problems

Postby tester » Wed Sep 18, 2013 9:52 pm

I borrowed vowel filter from SM forum and trying to adjust it for slow modulation purposes.

But for some reason - this thing is dying when I connect modulator pushed through mono4, while normal oscillator does the job.... Values are kept in ranges. Mono's and mono4's are adjusted to fit I/O. Readouts show one thing, headphones other thing.

I'm lucky with dying modules recently :mrgreen:
Attachments
vowel-error.fsm
(53.14 KiB) Downloaded 952 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: vowel filter and modulation problems

Postby Nubeat7 » Wed Sep 18, 2013 10:24 pm

oh man how do you always find that strange things? :lol:

it works with this "get mono" module, i think it from one of trogs toolboxes? but not shure from where..
Attachments
vowel-error_getmono.fsm
(53.64 KiB) Downloaded 911 times
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: vowel filter and modulation problems

Postby tester » Wed Sep 18, 2013 10:35 pm

I work in beta tests from time to time.
Now you know why :mrgreen:

Did some digging and it looks, that it dies only when oscillator is pushed through mono4 unpacking. After redesigning the original osc to standard mono - it worked. So - sending the bug to devs... :-)

Thanks for reminding me Troggies works. They bring some light on the problem I guess.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: vowel filter and modulation problems

Postby tester » Thu Sep 19, 2013 12:30 am

Nubeat7 - do you have mono4 unpacker that would work correctly? I can't find that version of Trogz tools with "get mono fixed" (have in older version 3.5a, which isn't working too).
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: vowel filter and modulation problems

Postby Nubeat7 » Thu Sep 19, 2013 7:46 am

just the one from the example i posted above, isnt it working on your machine? it is working here..
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: vowel filter and modulation problems

Postby tester » Thu Sep 19, 2013 10:34 am

The "get mono" above works, and I think i found where it's placed on SM; I was rather thinking about replacement for "mono4 -> 4x mono" extractor. Otherwise - 4 copies per 1 extraction needed.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: vowel filter and modulation problems

Postby TrojakEW » Thu Sep 19, 2013 3:07 pm

Something like this?

Code: Select all
streamin in;
monoout one;
monoout two;
monoout three;
monoout four;

push eax;
fld in[0]; fstp one[0];
fld in[1]; fstp two[0];
fld in[2]; fstp three[0];
fld in[3]; fstp four[0];
pop eax;
User avatar
TrojakEW
 
Posts: 111
Joined: Sat Dec 25, 2010 10:12 am
Location: Slovakia

Re: vowel filter and modulation problems

Postby Nubeat7 » Thu Sep 19, 2013 7:03 pm

TrojakEW wrote:Something like this?

Code: Select all
streamin in;
monoout one;
monoout two;
monoout three;
monoout four;

push eax;
fld in[0]; fstp one[0];
fld in[1]; fstp two[0];
fld in[2]; fstp three[0];
fld in[3]; fstp four[0];
pop eax;


also dont works in this example!?
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: vowel filter and modulation problems

Postby tester » Thu Sep 19, 2013 7:16 pm

TrojakEW wrote:Something like this?

Code: Select all
streamin in;
monoout one;
monoout two;
monoout three;
monoout four;

push eax;
fld in[0]; fstp one[0];
fld in[1]; fstp two[0];
fld in[2]; fstp three[0];
fld in[3]; fstp four[0];
pop eax;


This one dies. From what I can see - it may have to do with some additional instructions in ASM code (shufps and some difference in numbers). So either is the formant filter from SM somewhat buggy, or the pack/unpack is missing some security. To my limited understanding it would look as if somethig was sharing the same memory, thus readouts show one thing, and schematics do the other thing.
Attachments
get.fsm
(797 Bytes) Downloaded 959 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: vowel filter and modulation problems

Postby TrojakEW » Thu Sep 19, 2013 8:18 pm

Doesn't shufps only change channel routing? Mask 94 in original code output channel in order 3,4,2,2 while 78 sets 3,4,1,2.
User avatar
TrojakEW
 
Posts: 111
Joined: Sat Dec 25, 2010 10:12 am
Location: Slovakia

Next

Return to General

Who is online

Users browsing this forum: No registered users and 75 guests