Search found 24 matches

by FlowStoner
Wed Jan 31, 2018 10:06 pm
Forum: DSP
Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
Replies: 62
Views: 241524

Re: FINALLY - a way to to OVERSAMPLE your schematic for real

Thank you, time to digest the new changes, and let's start with the experiments and feedback.
P.S. in the commented module it still has some errors in the original clock connections.
by FlowStoner
Sun Jan 28, 2018 5:12 pm
Forum: DSP
Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
Replies: 62
Views: 241524

Re: FINALLY - a way to to OVERSAMPLE your schematic for real

right for correctness,
in the version commented in the second assembler code editor is missing this piece of code at the bottom

Code: Select all

mov eax, 1;
mov prev [0], eax;
by FlowStoner
Sun Jan 28, 2018 2:20 pm
Forum: DSP
Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
Replies: 62
Views: 241524

Re: FINALLY - a way to to OVERSAMPLE your schematic for real

excuse Tulamide if I have not correctly clarified your question,
thank you very much KG with the comments now everything is clearer to me too,
I wondered if this would also work in poly-section, because if it has to be,
filter optimization must guarantee all four process channels,
ok experiment day ...
by FlowStoner
Sun Jan 28, 2018 6:48 am
Forum: User Examples
Topic: Oscillators
Replies: 60
Views: 264416

Re: Oscillators

Martin, I say :shock:
by FlowStoner
Sun Jan 28, 2018 5:15 am
Forum: DSP
Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
Replies: 62
Views: 241524

Re: FINALLY - a way to to OVERSAMPLE your schematic for real

In the code editor there is no call opcode,
it can be used in the assembler editor, and does not refer to a function loop.
With the call opcode you can re-call a sequence of byte code and execute it,
so now KG has found a way to store a function directly from the assembler code editor in a specific ...
by FlowStoner
Sun Jan 28, 2018 12:45 am
Forum: DSP
Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
Replies: 62
Views: 241524

Re: FINALLY - a way to to OVERSAMPLE your schematic for real

3.0.8.1 crash test passed, all as notes expected.
by FlowStoner
Sun Jan 28, 2018 12:37 am
Forum: DSP
Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
Replies: 62
Views: 241524

Re: FINALLY - a way to to OVERSAMPLE your schematic for real

KG, if it does not bother you,
could you add more comments to your code explaining what it does and why?
In this way we could understand and contribute.
thx
by FlowStoner
Sat Jan 27, 2018 5:01 pm
Forum: DSP
Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
Replies: 62
Views: 241524

Re: FINALLY - a way to to OVERSAMPLE your schematic for real

voodoo.png
well, I'm trying to figure out what this system really use,
there is a bit of voodoo in it?
if you try to connect the input of the oscillator directly to the downsampler module (the 10 pole filter),
then not using the output of the your code module in the first section,
it works the ...
by FlowStoner
Sat Jan 27, 2018 1:16 am
Forum: User Examples
Topic: writing and calling functions in assembler
Replies: 1
Views: 10765

Re: writing and calling functions in assembler

ok, next step :geek: