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 16 matches
- Sun Feb 04, 2024 11:16 am
- Forum: User Examples
- Topic: My experience with Preset Manager.
- Replies: 2
- Views: 14678
Re: My experience with Preset Manager.
Try this..http://www.dsprobotics.com/support/viewtopic.php?f=3&t=2294#p10662
Thank you very much for the link! And it was really very useful. But my message was about something else. I tried to explain how to use Preset Manager to find out whether presets created in the FS project will function ...
- Sat Feb 03, 2024 5:33 pm
- Forum: User Examples
- Topic: My experience with Preset Manager.
- Replies: 2
- Views: 14678
My experience with Preset Manager.
Hi Flowstoners! I want to share my experience with Preset Manager. The ultimate goal of my work in the FS environment was to create a plugin for a DAW, in my case Reaper. Everything was going great until I started creating presets for my plugin. In the FS environment everything was OK. But, as soon ...
- Thu Dec 28, 2023 1:11 pm
- Forum: User Examples
- Topic: VOX AC30 guitar combo amplifier emulation
- Replies: 2
- Views: 14486
Re: VOX AC30 guitar combo amplifier emulation
Thank you Martin!
I followed your recommendations and removed the extra lines in the filter coefficients. Now everything is in its place. But I won’t publish it yet, because I want to understand the Preset Manager module in detail and write several presets for ease plugin use. As for the ...
I followed your recommendations and removed the extra lines in the filter coefficients. Now everything is in its place. But I won’t publish it yet, because I want to understand the Preset Manager module in detail and write several presets for ease plugin use. As for the ...
- Wed Dec 27, 2023 6:02 pm
- Forum: User Examples
- Topic: VOX AC30 guitar combo amplifier emulation
- Replies: 2
- Views: 14486
VOX AC30 guitar combo amplifier emulation
Hi all! Finally I think I have finished my work. I bring to your attention an emulation of the VOX AC30 Tone Booster guitar combo amplifier, made in the FS v3.0.9b2 environment. The amplifier consists of 2 channels: Normal and Tone Booster. The difference from the original circuit is that I added ...
- Mon Oct 16, 2023 6:29 pm
- Forum: User Examples
- Topic: Knobs numeric values control
- Replies: 1
- Views: 11141
Knobs numeric values control
Hi to All! Three different knobs are presented here. In knobs 2 and 3, special attention should be paid to module "Preset for editable readout". It is slightly modified in comparison with the original one. In particular, the "value" output is directly connected to the same name input. In knob 3 in ...
- Sun Sep 03, 2023 10:07 pm
- Forum: User Examples
- Topic: Guitar Tone Stacks
- Replies: 2
- Views: 16725
Re: Guitar Tone Stacks
Thank you martinvicanek ! I realized the importance of TS (Tone Stack) influence on the sound in my youth, when I was designing tube guitar amplifiers. In my opinion, the TS circuitry is up to 30-40% of the character of the sound of a particular amp. That's why I bow my head to Fender and Marshall ...
- Sat Sep 02, 2023 8:07 am
- Forum: User Examples
- Topic: Guitar Tone Stacks
- Replies: 2
- Views: 16725
Guitar Tone Stacks
Hello everyone! Here are 4 tonestacks: Simple, Marshall, Vox TB (Tone Booster) and Vox as Marshall.
Simple is where I started to create tonestacks.
Marshall : let's face it, I don't know math delta transformations and I'm not a matlab user. That's why from the very beginning I decided to use ...
Simple is where I started to create tonestacks.
Marshall : let's face it, I don't know math delta transformations and I'm not a matlab user. That's why from the very beginning I decided to use ...
- Thu Aug 31, 2023 3:40 pm
- Forum: General
- Topic: Flowstone 4 alpha (FS4)
- Replies: 110
- Views: 3128565
Re: Flowstone 4 alpha (FS4)
Hi Spogg! martinvicanek wrote me: "Luckily, there is an active development for the next Flowstone release 4. It is a complete overhaul with many subtantial improvements and loads of new features. Experienced flowstoners can test the latest alphas and report bugs to the developer in an agile process ...
- Sat Aug 26, 2023 10:32 am
- Forum: User Examples
- Topic: Tube stage emulation.
- Replies: 17
- Views: 45503
Re: Tube stage emulation.
xb gets zero for x=0.25, xt gets zero for x=-0.25. In your code there are divisions by xb and xt. Even though your piecewise definition of the curve is not supposed to use those ill-conditioned values when x is near 0.25 or -0.25, they still get evaluated, added, subtracted, masked and whatnot. The ...
- Fri Aug 25, 2023 8:52 pm
- Forum: User Examples
- Topic: Tube stage emulation.
- Replies: 17
- Views: 45503
Re: Tube stage emulation.
Hello everyone!!! I've just made another "Soft clipper" but a softer one. For this I wrote DSP code and then optimized it according to martinvicanek 's recommendations. So I have two codes: one optimized and another not. Pay attention to the video from 19 to 23 sec. The scope clearly shows "peaks ...