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 37 matches
- Sun Jun 02, 2024 2:40 pm
- Forum: User Examples
- Topic: Powerfull Wave manipulation Ruby library
- Replies: 4
- Views: 51426
Re: Powerfull Wave manipulation Ruby library
Here you are, finally: http://www.dsprobotics.com/support/view ... 22#p338922tektoog wrote:Cool, thanks a lot!![]()
![]()
Although I have no clue on how to implement that in a prototype schema...
A basic example, like just to play a wav file, would be really cool...and handy!
- Sun Jun 02, 2024 2:37 pm
- Forum: User Examples
- Topic: Stereo WAV file recorder (Ruby)
- Replies: 2
- Views: 79197
Re: Stereo WAV file recorder (Ruby)
Here's an updated version. Old version used a lot of CPU > 70% in FL Studio when used as a plugin. I've changed for other audio library - WaveFile, first described here: http://www.dsprobotics.com/support/viewtopic.php?f=3&t=1393
I have ported to its newest version 0.8 compatible with FS Ruby ...
I have ported to its newest version 0.8 compatible with FS Ruby ...
- Tue May 21, 2024 8:20 am
- Forum: General
- Topic: FlowStone plugins compatibility
- Replies: 3
- Views: 89971
Re: FlowStone plugins compatibility
But why that host reads other plugins just fine? I use Korg plugins as a reference plugins. That means something is missing in FS plugins, making them impossible to load. And as to "standart vst" - as far as I understand when FS exports VST, it actually exports FS runtime which then autoloads fsm ...
- Tue May 21, 2024 5:34 am
- Forum: General
- Topic: FlowStone plugins compatibility
- Replies: 3
- Views: 89971
FlowStone plugins compatibility
There's a great piece of software called VstBoard:
https://www.kvraudio.com/product/vstboard-by-ctrlbrk
It even supports scripting.
But unfortunately, any plugin I create with FS does not work in it, saying "error while loading plugin". Why is this and how can it be fixed? May be I place input ...
https://www.kvraudio.com/product/vstboard-by-ctrlbrk
It even supports scripting.
But unfortunately, any plugin I create with FS does not work in it, saying "error while loading plugin". Why is this and how can it be fixed? May be I place input ...
- Sun May 19, 2024 9:15 pm
- Forum: User Examples
- Topic: Math Stereo Reverb and Filter (Ruby)
- Replies: 11
- Views: 171421
Re: Math Stereo Reverb and Filter (Ruby)
And here's my previous experiments with this reverb, where bugs created some interesting vocoder effect.. I forgot the line responsible for this, but think somewhere in feedback processing.
- Sun May 19, 2024 9:10 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 could not catch that unprocessed step, but found that filter is very noisy due to some incorrect logic. And the correct one still to come later when I have some free time.. So I commented out one line which disabled ...
I tried other number and also "@insnd.size" but is what not better
I could not catch that unprocessed step, but found that filter is very noisy due to some incorrect logic. And the correct one still to come later when I have some free time.. So I commented out one line which disabled ...
- Sun May 19, 2024 8:58 am
- Forum: User Examples
- Topic: GUI elements (Ruby)
- Replies: 4
- Views: 107628
Re: GUI elements (Ruby)
Done.RJHollins wrote:nice !
Would also be useful to have a 'Reset to Default' function.
- Sun May 19, 2024 12:53 am
- Forum: User Examples
- Topic: GUI elements (Ruby)
- Replies: 4
- Views: 107628
Re: GUI elements (Ruby)
Debugged code, new features and new design of knobs
- Sat May 18, 2024 9:53 pm
- Forum: User Examples
- Topic: GUI elements (Ruby)
- Replies: 4
- Views: 107628
Re: GUI elements (Ruby)
Added customizable rounding of float numbers.
- Sat May 18, 2024 9:03 pm
- Forum: User Examples
- Topic: GUI elements (Ruby)
- Replies: 4
- Views: 107628
GUI elements (Ruby)
Here's a modified knob with customizable text display.