Search found 37 matches

by User108
Sun Jun 02, 2024 2:40 pm
Forum: User Examples
Topic: Powerfull Wave manipulation Ruby library
Replies: 4
Views: 51364

Re: Powerfull Wave manipulation Ruby library

tektoog wrote:Cool, thanks a lot! 8-) :D
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!
Here you are, finally: http://www.dsprobotics.com/support/view ... 22#p338922 :D
by User108
Sun Jun 02, 2024 2:37 pm
Forum: User Examples
Topic: Stereo WAV file recorder (Ruby)
Replies: 2
Views: 79125

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 ...
by User108
Tue May 21, 2024 8:20 am
Forum: General
Topic: FlowStone plugins compatibility
Replies: 3
Views: 89964

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 ...
by User108
Tue May 21, 2024 5:34 am
Forum: General
Topic: FlowStone plugins compatibility
Replies: 3
Views: 89964

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 ...
by User108
Sun May 19, 2024 9:15 pm
Forum: User Examples
Topic: Math Stereo Reverb and Filter (Ruby)
Replies: 11
Views: 171366

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.
by User108
Sun May 19, 2024 9:10 pm
Forum: User Examples
Topic: Math Stereo Reverb and Filter (Ruby)
Replies: 11
Views: 171366

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 ...
by User108
Sun May 19, 2024 8:58 am
Forum: User Examples
Topic: GUI elements (Ruby)
Replies: 4
Views: 107599

Re: GUI elements (Ruby)

RJHollins wrote:nice !
Would also be useful to have a 'Reset to Default' function.
Done.
by User108
Sun May 19, 2024 12:53 am
Forum: User Examples
Topic: GUI elements (Ruby)
Replies: 4
Views: 107599

Re: GUI elements (Ruby)

Debugged code, new features and new design of knobs
by User108
Sat May 18, 2024 9:53 pm
Forum: User Examples
Topic: GUI elements (Ruby)
Replies: 4
Views: 107599

Re: GUI elements (Ruby)

Added customizable rounding of float numbers.
by User108
Sat May 18, 2024 9:03 pm
Forum: User Examples
Topic: GUI elements (Ruby)
Replies: 4
Views: 107599

GUI elements (Ruby)

Here's a modified knob with customizable text display.