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
Some more nubie questions.
2 posts
• Page 1 of 1
Some more nubie questions.
Ok, so I've been hitting the FS user manual pretty hard and have a few questions.
Ruby vs DSP code. So I see in this manual there's plenty of info about using ruby for GUI, MIDI data and even doing actual DSP related work with the mono to frame and fram to mono mods. This DSP component looks fairly powerful even though your working with limited expressions. So my question is:
Is ruby not ideally meant for DSP processing of audio? Would it be better to use the DSP component? Is Ruby better for handling the tasks of the user interface over wireing components togeather in FS? Are the expressions listed in the user manual for the dsp component the only expresions avialable? If not where could I get more info on these expresions? If I use Ruby for DSP work will there be higher CPU load?
Ruby vs DSP code. So I see in this manual there's plenty of info about using ruby for GUI, MIDI data and even doing actual DSP related work with the mono to frame and fram to mono mods. This DSP component looks fairly powerful even though your working with limited expressions. So my question is:
Is ruby not ideally meant for DSP processing of audio? Would it be better to use the DSP component? Is Ruby better for handling the tasks of the user interface over wireing components togeather in FS? Are the expressions listed in the user manual for the dsp component the only expresions avialable? If not where could I get more info on these expresions? If I use Ruby for DSP work will there be higher CPU load?
- joejoe
- Posts: 23
- Joined: Mon Oct 21, 2013 2:28 am
Re: Some more nubie questions.
You can't process at samplerate with Ruby essentially.
The mono to frames is the way to work with streams and Ruby,
but the general consensus is that Ruby isn't really for stream processing,
as the frames are not at a per sample level, they are blocks of samples.
However, Ruby is fast enough for MIDI, and quite flexible at MIDI tasks.
I can recommend it's use for MIDI,
but if you want to build guitar fx, the DSP window is where it's at,
and also the stream primitives.
Ruby can somewhat simplify GUI design,
and all drawing abilities that prims have,
are also possible with Ruby.
The expressions are basic with the DSP window,
but the speed is sooo nice.
I think prolly nearly all functions are listed in the manual.
The mono to frames is the way to work with streams and Ruby,
but the general consensus is that Ruby isn't really for stream processing,
as the frames are not at a per sample level, they are blocks of samples.
However, Ruby is fast enough for MIDI, and quite flexible at MIDI tasks.
I can recommend it's use for MIDI,
but if you want to build guitar fx, the DSP window is where it's at,
and also the stream primitives.
Ruby can somewhat simplify GUI design,
and all drawing abilities that prims have,
are also possible with Ruby.
The expressions are basic with the DSP window,
but the speed is sooo nice.
I think prolly nearly all functions are listed in the manual.
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 71 guests