Search found 53 matches

by Morph
Tue Sep 17, 2013 12:59 am
Forum: General
Topic: how to get a fraction in blue
Replies: 19
Views: 33369

Re: how to get a fraction in blue

by Morph
Tue Sep 17, 2013 12:26 am
Forum: General
Topic: how to get a fraction in blue
Replies: 19
Views: 33369

Re: how to get a fraction in blue

Missing FSTP st (0);

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);
by Morph
Sun Sep 15, 2013 11:35 pm
Forum: General
Topic: how to get a fraction in blue
Replies: 19
Views: 33369

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];
by Morph
Sat Sep 14, 2013 4:40 am
Forum: General
Topic: Multi-Window & Window-Resize
Replies: 5
Views: 13214

Re: Multi-Window & Window-Resize

+1

Also, it would also be nice if you could make floating windows, a topmost window without borders.
by Morph
Sun May 26, 2013 4:53 pm
Forum: General
Topic: Audio click/pop using selector & filters
Replies: 8
Views: 21395

Re: Audio click/pop using selector & filters

Drnkhobo wrote:Anyone know what the "|" is for???

"Or".
by Morph
Sun May 26, 2013 2:53 pm
Forum: General
Topic: Audio click/pop using selector & filters
Replies: 8
Views: 21395

Re: Audio click/pop using selector & filters

Hi

The selector recompile the schematic on change, so use multiply instead should work.

poleswitchmul.fsm
(11.48 KiB) Downloaded 1080 times


If it still pop, use de-zip between green and stream.
by Morph
Thu Mar 28, 2013 2:55 am
Forum: General
Topic: Exported Plugins Flash FS Window On Load
Replies: 11
Views: 29423

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 ...
by Morph
Mon Feb 25, 2013 11:02 am
Forum: General
Topic: FlowStone 3.0.2 Released
Replies: 21
Views: 52878

Re: FlowStone 3.0.2 Released

No FS 3.0.2 Free Edition? The download is still 3.0.1.
by Morph
Fri Feb 08, 2013 12:51 pm
Forum: General
Topic: ShellExecute Module - xcopy
Replies: 13
Views: 33810

Re: ShellExecute Module - xcopy

by Morph
Fri Feb 08, 2013 11:30 am
Forum: General
Topic: ShellExecute Module - xcopy
Replies: 13
Views: 33810

Re: ShellExecute Module - xcopy

Use robocopy. Works fine on win7/8.