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 361 matches
- Sun May 26, 2024 10:29 am
- Forum: General
- Topic: log10 lookup?
- Replies: 20
- Views: 549337
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 ?
Maybe it's the output that are in this range ?
- Mon May 20, 2024 5:48 pm
- Forum: General
- Topic: How to implement a subprogram in FlowStone?
- Replies: 4
- Views: 36685
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.
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.
- Mon May 20, 2024 5:28 pm
- Forum: General
- Topic: How to implement a subprogram in FlowStone?
- Replies: 4
- Views: 36685
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 ...
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 ...
- Sat May 18, 2024 4:44 pm
- Forum: User Examples
- Topic: Math Stereo Reverb and Filter (Ruby)
- Replies: 11
- Views: 171421
Re: Math Stereo Reverb and Filter (Ruby)
Here it is.
I tried other number and also "@insnd.size" but is what not better
I tried other number and also "@insnd.size" but is what not better
- Sat May 18, 2024 11:45 am
- Forum: User Examples
- Topic: Math Stereo Reverb and Filter (Ruby)
- Replies: 11
- Views: 171421
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 ...
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 ...
- Fri May 17, 2024 12:19 pm
- Forum: User Examples
- Topic: Math Stereo Reverb and Filter (Ruby)
- Replies: 11
- Views: 171421
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 ...
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 ...
- Sat May 11, 2024 1:01 pm
- Forum: General
- Topic: How to implement a subprogram in FlowStone?
- Replies: 4
- Views: 36685
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 ...
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 ...
- Mon Apr 22, 2024 1:59 pm
- Forum: General
- Topic: ODD's and EVEN's in ASM
- Replies: 77
- Views: 1441474
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 ?
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 ?
- Sat Apr 20, 2024 8:27 pm
- Forum: DSP
- Topic: Dual Allpass filters (Reducing IIR computation article)
- Replies: 5
- Views: 170042
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 ...
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 ...
- Fri Apr 05, 2024 8:54 pm
- Forum: DSP
- Topic: Analog DB and digital DBfs
- Replies: 2
- Views: 80203
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 ...
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 ...