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
how to get a fraction in blue
20 posts
• Page 2 of 2 • 1, 2
Re: how to get a fraction in blue
Thanks, both of you.
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: how to get a fraction in blue
Optimized for mono:
- Code: Select all
monoin in;monoout out;
float F1=1;
fld F1[0];
fld in[0];fprem;
fstp out[0];
- Morph
- Posts: 53
- Joined: Tue Jul 13, 2010 1:59 pm
Re: how to get a fraction in blue
Question - what causes this error? Run audio, delete the asm box and you see what I mean. Bringing back the asm brings back the error.
- Attachments
-
- interesting-error.fsm
- (2.5 KiB) Downloaded 824 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: how to get a fraction in blue
Missing FSTP st (0);
So this will fix it:
So this will fix it:
- Code: Select all
monoin in;monoout out;
float F1=1;
fld F1[0];
fld in[0];fprem;
fstp out[0];
fstp st(0);
- Morph
- Posts: 53
- Joined: Tue Jul 13, 2010 1:59 pm
Re: how to get a fraction in blue
Thanks for fix.
BTW, nice to see new faces (at least according to amount of posts up to date) in asm/code area.
BTW, nice to see new faces (at least according to amount of posts up to date) in asm/code area.
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: how to get a fraction in blue
Well, well - Mo! What a nice surprise. I thought most folks were automatically migrated from there to here. I still remember my first sliders made with you. Now I'm doing these things with eyes closed, but the beginnings were tough.
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: how to get a fraction in blue
Yep, have two accounts I think.
Now I remain Mo.
Now I remain Mo.
-
Mo - Posts: 17
- Joined: Thu Jan 24, 2008 3:00 pm
- Location: Copenhagen
Re: how to get a fraction in blue
Recognizable choice Mo.
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: how to get a fraction in blue
We need MO !
Good to see you here !
Good to see you here !
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
20 posts
• Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 40 guests