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
Search found 53 matches
- Tue Sep 17, 2013 12:59 am
- Forum: General
- Topic: how to get a fraction in blue
- Replies: 19
- Views: 33440
- Tue Sep 17, 2013 12:26 am
- Forum: General
- Topic: how to get a fraction in blue
- Replies: 19
- Views: 33440
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);- Sun Sep 15, 2013 11:35 pm
- Forum: General
- Topic: how to get a fraction in blue
- Replies: 19
- Views: 33440
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];- Sat Sep 14, 2013 4:40 am
- Forum: General
- Topic: Multi-Window & Window-Resize
- Replies: 5
- Views: 13237
Re: Multi-Window & Window-Resize
+1
Also, it would also be nice if you could make floating windows, a topmost window without borders.
Also, it would also be nice if you could make floating windows, a topmost window without borders.
- Sun May 26, 2013 4:53 pm
- Forum: General
- Topic: Audio click/pop using selector & filters
- Replies: 8
- Views: 21428
Re: Audio click/pop using selector & filters
Drnkhobo wrote:Anyone know what the "|" is for???
"Or".
- Sun May 26, 2013 2:53 pm
- Forum: General
- Topic: Audio click/pop using selector & filters
- Replies: 8
- Views: 21428
Re: Audio click/pop using selector & filters
Hi
The selector recompile the schematic on change, so use multiply instead should work.
If it still pop, use de-zip between green and stream.
The selector recompile the schematic on change, so use multiply instead should work.
If it still pop, use de-zip between green and stream.
- Thu Mar 28, 2013 2:55 am
- Forum: General
- Topic: Exported Plugins Flash FS Window On Load
- Replies: 11
- Views: 29470
Re: Exported Plugins Flash FS Window On Load
You can save FL plugins in FLFS in the FL 10.10 beta. It looks like it makes a big load screen before doing the right size. What's worse is that the GUI window gets higher every time you reopen the GUI window.
Have you tried other Hosts? Are you getting the same results?
You can only use the FL ...
Have you tried other Hosts? Are you getting the same results?
You can only use the FL ...
- Mon Feb 25, 2013 11:02 am
- Forum: General
- Topic: FlowStone 3.0.2 Released
- Replies: 21
- Views: 52950
Re: FlowStone 3.0.2 Released
No FS 3.0.2 Free Edition? The download is still 3.0.1.
- Fri Feb 08, 2013 12:51 pm
- Forum: General
- Topic: ShellExecute Module - xcopy
- Replies: 13
- Views: 33861
- Fri Feb 08, 2013 11:30 am
- Forum: General
- Topic: ShellExecute Module - xcopy
- Replies: 13
- Views: 33861
Re: ShellExecute Module - xcopy
Use robocopy. Works fine on win7/8.