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
33 posts
• Page 1 of 4 • 1, 2, 3, 4
vowel filter and modulation problems
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
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
- 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.
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
oh man how do you always find that strange things?
it works with this "get mono" module, i think it from one of trogs toolboxes? but not shure from where..
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 912 times
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: vowel filter and modulation problems
I work in beta tests from time to time.
Now you know why
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.
Now you know why
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.
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
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.
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
just the one from the example i posted above, isnt it working on your machine? it is working here..
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: vowel filter and modulation problems
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.
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
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;
-
TrojakEW - Posts: 111
- Joined: Sat Dec 25, 2010 10:12 am
- Location: Slovakia
Re: vowel filter and modulation problems
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!?
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: vowel filter and modulation problems
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.
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
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.
-
TrojakEW - Posts: 111
- Joined: Sat Dec 25, 2010 10:12 am
- Location: Slovakia
33 posts
• Page 1 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 56 guests