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 275 matches
- Mon May 07, 2018 9:28 am
- Forum: General
- Topic: Any Whittaker–Shannon Interpolation module?
- Replies: 3
- Views: 9667
Re: Any Whittaker–Shannon Interpolation module?
I think I've got it! I just need to retrigger the [F] SyncInterpolation module, so it propagates the changes 
Thanks boss!!!!
Thanks boss!!!!
- Mon May 07, 2018 9:13 am
- Forum: General
- Topic: Any Whittaker–Shannon Interpolation module?
- Replies: 3
- Views: 9667
Re: Any Whittaker–Shannon Interpolation module?
Here is one for sample size power of two.
Thanks for the help and the fancy module Tried to edit the input signal with a sin. But it messes the graph, not sure why:
sine.png
Here's the DSP code:
streamin sr;
streamin freq;
streamout x;
float i=0;
x = sin1(i/sr);
i = i + sr/freq;
Schematic ...
Thanks for the help and the fancy module Tried to edit the input signal with a sin. But it messes the graph, not sure why:
sine.png
Here's the DSP code:
streamin sr;
streamin freq;
streamout x;
float i=0;
x = sin1(i/sr);
i = i + sr/freq;
Schematic ...
- Sat May 05, 2018 9:50 am
- Forum: General
- Topic: Any Whittaker–Shannon Interpolation module?
- Replies: 3
- Views: 9667
Any Whittaker–Shannon Interpolation module?
Hi there,
I've a collection of 100 samples that describe a discrete signal (from 1hz to 40hz), and I'd like to plot a graph that show the analog/continuos-bandlimited signal after an ideal DAC.
Is there any Whittaker–Shannon Interpolation module out of the box that will already draw it?
Or ...
I've a collection of 100 samples that describe a discrete signal (from 1hz to 40hz), and I'd like to plot a graph that show the analog/continuos-bandlimited signal after an ideal DAC.
Is there any Whittaker–Shannon Interpolation module out of the box that will already draw it?
Or ...
- Sun Feb 04, 2018 2:04 pm
- Forum: General
- Topic: FSSR - A Flowstone/SynthMaker Schematics Repository
- Replies: 1
- Views: 9540
FSSR - A Flowstone/SynthMaker Schematics Repository
Hi all,
as recently discussed on the Official Facebook FlowStone page, I'm about to start a "project" which will collect all the stuff made by users in the years for Flowstone and SynthMaker.
The main problem I've noticed in this years is that retrieve stuff from this Application is very hard ...
as recently discussed on the Official Facebook FlowStone page, I'm about to start a "project" which will collect all the stuff made by users in the years for Flowstone and SynthMaker.
The main problem I've noticed in this years is that retrieve stuff from this Application is very hard ...
- Tue Mar 29, 2016 12:55 pm
- Forum: General
- Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
- Replies: 43
- Views: 91056
Re: How "draw" method is executed from Stack in FlowStone/Ru
i don't have this issue using it only as midi plugin triggering an external synth
I have the same problem also triggering external VST. Maybe that's a isolated 3.0.7 bug? Here the same as before, schematic plus exported vst:
Internal MIDI Sync VST MIDI Out.fsm
Internal MIDI Sync VST MIDI Out ...
I have the same problem also triggering external VST. Maybe that's a isolated 3.0.7 bug? Here the same as before, schematic plus exported vst:
Internal MIDI Sync VST MIDI Out.fsm
Internal MIDI Sync VST MIDI Out ...
- Mon Mar 28, 2016 5:37 pm
- Forum: General
- Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
- Replies: 43
- Views: 91056
Re: How "draw" method is executed from Stack in FlowStone/Ru
one trig from the Frame Sync is equivalent to the size of the current audio buffer
and the value that it output is the audio buffer size
so...
for n in audio_buffer_size
# process x sample here
end
Yes, I know this (its also in the manual), but why it should help me for my task?
What I need to ...
and the value that it output is the audio buffer size
so...
for n in audio_buffer_size
# process x sample here
end
Yes, I know this (its also in the manual), but why it should help me for my task?
What I need to ...
- Mon Mar 28, 2016 11:18 am
- Forum: General
- Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
- Replies: 43
- Views: 91056
Re: How "draw" method is executed from Stack in FlowStone/Ru
Happy easter to everybody
input 99, nil, t+0.2
You have to use the primitive Frame Sync
Ive read about it, but that just send the buffer size when a buffer is processed by FlowStone. I dont see the point to use it here, where I need to trigger that Ruby event after n MS (or after x samples ...
input 99, nil, t+0.2
You have to use the primitive Frame Sync
Ive read about it, but that just send the buffer size when a buffer is processed by FlowStone. I dont see the point to use it here, where I need to trigger that Ruby event after n MS (or after x samples ...
- Sat Mar 26, 2016 6:17 pm
- Forum: General
- Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
- Replies: 43
- Views: 91056
Re: How "draw" method is executed from Stack in FlowStone/Ru
also works!
2 instances of the testmodule one sends to port 1 the other to port 2 and 2 receiving synths (on port 1 and 2) with the same settings..
are you using asio driver for testing?
Yes, of course. The native ASIO Driver of my soundcard. Try this:
Internal MIDI Sync VST.zip
it's the ...
2 instances of the testmodule one sends to port 1 the other to port 2 and 2 receiving synths (on port 1 and 2) with the same settings..
are you using asio driver for testing?
Yes, of course. The native ASIO Driver of my soundcard. Try this:
Internal MIDI Sync VST.zip
it's the ...
- Sat Mar 26, 2016 1:58 pm
- Forum: General
- Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
- Replies: 43
- Views: 91056
Re: How "draw" method is executed from Stack in FlowStone/Ru
As I said its cyclic for "Session" (instance of FlowStone).
Load the schematic on channel 1->route mixer insert 1. Than load the same schematic (new instance of Flowstone) on channel 2->route mixer insert 2. On this one invert polarity, and press play. (as in my flp example; If you don't have FL ...
Load the schematic on channel 1->route mixer insert 1. Than load the same schematic (new instance of Flowstone) on channel 2->route mixer insert 2. On this one invert polarity, and press play. (as in my flp example; If you don't have FL ...
- Sat Mar 26, 2016 9:31 am
- Forum: General
- Topic: how to send Midi Message
- Replies: 32
- Views: 71683
Re: how to send Midi Message
Nubeat7 wrote:btw. sorry walter, looks like your thread was hijacked
maybe nowhk wants to continue on his original thread now
Yeah sorry, I guessed it was a related problem, thus I wrote here. My problem follow here viewtopic.php?f=2&t=3959&p=23686#p23686