Search found 361 matches

by Tepeix
Sun May 26, 2024 10:29 am
Forum: General
Topic: log10 lookup?
Replies: 20
Views: 548903

Re: log10 lookup?

I don't understand the range. From -0.15 to 0 the log10 is supposed to have a value of 0 ?
Maybe it's the output that are in this range ?
by Tepeix
Mon May 20, 2024 5:48 pm
Forum: General
Topic: How to implement a subprogram in FlowStone?
Replies: 4
Views: 36629

Re: How to implement a subprogram in FlowStone?

Finally i upgrade the file.
I find a very stupid error, it was working but not when we regroup the window in one module.
Which we might do if we want to create a plugin...
Only because a wireless link was missing.
by Tepeix
Mon May 20, 2024 5:28 pm
Forum: General
Topic: How to implement a subprogram in FlowStone?
Replies: 4
Views: 36629

Re: How to implement a subprogram in FlowStone?

I now remember and find again an example i have done in a other topic :

http://www.dsprobotics.com/support/viewtopic.php?f=2&t=89923

In the control visibility file, we could deactivate visibility for a window that contain knobs or controls,
and there's also a knob with the procedure when it's only ...
by Tepeix
Sat May 18, 2024 4:44 pm
Forum: User Examples
Topic: Math Stereo Reverb and Filter (Ruby)
Replies: 11
Views: 171300

Re: Math Stereo Reverb and Filter (Ruby)

Here it is.
I tried other number and also "@insnd.size" but is what not better
by Tepeix
Sat May 18, 2024 11:45 am
Forum: User Examples
Topic: Math Stereo Reverb and Filter (Ruby)
Replies: 11
Views: 171300

Re: Math Stereo Reverb and Filter (Ruby)

Hum, it could not be the synth i use. That's the vsti prim a very simple one,
it worked with ton of stuff and never fail.
I made another test creating a vst with it and trying it with Lmms getting the same noise.

I don't know much about the mono to ruby voice thing, but maybe there's something in ...
by Tepeix
Fri May 17, 2024 12:19 pm
Forum: User Examples
Topic: Math Stereo Reverb and Filter (Ruby)
Replies: 11
Views: 171300

Re: Math Stereo Reverb and Filter (Ruby)

That's very impressive to do this with Ruby !
But one drawback specially with this type of effect is that Ruby is slow,
i don't understand what really do your code but i suspect that it take more cpu than a code in assembler or dsp.
On flowstone 3.6 i get 20% cpu, on flowstone alpha 4%.

I get a ...
by Tepeix
Sat May 11, 2024 1:01 pm
Forum: General
Topic: How to implement a subprogram in FlowStone?
Replies: 4
Views: 36629

Re: How to implement a subprogram in FlowStone?

Not really sure of what you mean by subroutine program.

If it's to make a custom control panel that could be open or close, yes, we could make this.
Here's a way it works, after the selector the graphics or controls will be visible only when the input boolean is true.
But maybe you have something ...
by Tepeix
Mon Apr 22, 2024 1:59 pm
Forum: General
Topic: ODD's and EVEN's in ASM
Replies: 77
Views: 1440774

Re: ODD's and EVEN's in ASM

I spot also a strange thing in your code, don't know if it's normal, maybe some ending line are missing ?

With those 2 last :
movaps xmm7,[ebp+4224];
movaps xmm6,[ebp+4208];
you move a memory to an xmm location, but those xmm seams to do nothing with it, are they really necessary ?
by Tepeix
Sat Apr 20, 2024 8:27 pm
Forum: DSP
Topic: Dual Allpass filters (Reducing IIR computation article)
Replies: 5
Views: 169888

Re: Dual Allpass filters (Reducing IIR computation article)

Just find this about those type of allpass based filter.

When you combine the original signal or an allpass with another allpass, you could easily get complementary signals, for example a bandpass with subtraction and a notch with addition or an lp, hp....

But if you do this twice or more in ...
by Tepeix
Fri Apr 05, 2024 8:54 pm
Forum: DSP
Topic: Analog DB and digital DBfs
Replies: 2
Views: 80094

Re: Analog DB and digital DBfs

Thanks, it confirm the -24db.
But i continue to doubt a little, i find another one at -18db, or some people talking about how they record sometime at different level..
But the true problem is this phantom compressor with no control.
I think about some automatic behavior, where the average level ...