Search found 275 matches

by Nowhk
Mon May 07, 2018 9:28 am
Forum: General
Topic: Any Whittaker–Shannon Interpolation module?
Replies: 3
Views: 9641

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!!!!
by Nowhk
Mon May 07, 2018 9:13 am
Forum: General
Topic: Any Whittaker–Shannon Interpolation module?
Replies: 3
Views: 9641

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 ...
by Nowhk
Sat May 05, 2018 9:50 am
Forum: General
Topic: Any Whittaker–Shannon Interpolation module?
Replies: 3
Views: 9641

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 ...
by Nowhk
Sun Feb 04, 2018 2:04 pm
Forum: General
Topic: FSSR - A Flowstone/SynthMaker Schematics Repository
Replies: 1
Views: 9525

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 ...
by Nowhk
Tue Mar 29, 2016 12:55 pm
Forum: General
Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
Replies: 43
Views: 90953

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 ...
by Nowhk
Mon Mar 28, 2016 5:37 pm
Forum: General
Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
Replies: 43
Views: 90953

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 ...
by Nowhk
Mon Mar 28, 2016 11:18 am
Forum: General
Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
Replies: 43
Views: 90953

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 ...
by Nowhk
Sat Mar 26, 2016 6:17 pm
Forum: General
Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
Replies: 43
Views: 90953

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 ...
by Nowhk
Sat Mar 26, 2016 1:58 pm
Forum: General
Topic: How "draw" method is executed from Stack in FlowStone/Ruby?
Replies: 43
Views: 90953

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 ...
by Nowhk
Sat Mar 26, 2016 9:31 am
Forum: General
Topic: how to send Midi Message
Replies: 32
Views: 71587

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