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 24 matches
- Sun Feb 04, 2018 3:01 pm
- Forum: General
- Topic: FSSR - A Flowstone/SynthMaker Schematics Repository
- Replies: 1
- Views: 9526
Re: FSSR - A Flowstone/SynthMaker Schematics Repository
- Wed Jan 31, 2018 10:06 pm
- Forum: DSP
- Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
- Replies: 62
- Views: 241367
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.
P.S. in the commented module it still has some errors in the original clock connections.
- Sun Jan 28, 2018 5:12 pm
- Forum: DSP
- Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
- Replies: 62
- Views: 241367
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
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;- Sun Jan 28, 2018 2:20 pm
- Forum: DSP
- Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
- Replies: 62
- Views: 241367
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 ...
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 ...
- Sun Jan 28, 2018 6:48 am
- Forum: User Examples
- Topic: Oscillators
- Replies: 60
- Views: 264218
Re: Oscillators
Martin, I say 
- Sun Jan 28, 2018 5:15 am
- Forum: DSP
- Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
- Replies: 62
- Views: 241367
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 ...
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 ...
- Sun Jan 28, 2018 12:45 am
- Forum: DSP
- Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
- Replies: 62
- Views: 241367
Re: FINALLY - a way to to OVERSAMPLE your schematic for real
3.0.8.1 crash test passed, all as notes expected.
- Sun Jan 28, 2018 12:37 am
- Forum: DSP
- Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
- Replies: 62
- Views: 241367
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
could you add more comments to your code explaining what it does and why?
In this way we could understand and contribute.
thx
- Sat Jan 27, 2018 5:01 pm
- Forum: DSP
- Topic: FINALLY - a way to to OVERSAMPLE your schematic for real!!!
- Replies: 62
- Views: 241367
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 ...
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 ...
- Sat Jan 27, 2018 1:16 am
- Forum: User Examples
- Topic: writing and calling functions in assembler
- Replies: 1
- Views: 10749
Re: writing and calling functions in assembler
ok, next step 