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 27 matches
- Mon Jul 01, 2019 5:24 pm
- Forum: User Examples
- Topic: Not So Digital HUM
- Replies: 0
- Views: 13564
Not So Digital HUM
Salut à tous (Hello)
I try to do a little add (Not So Digital HUM) to give analog type to digital generators.
Add it at the end of yours.
Look help, small values are good...
especially for Mr Spogg, Mr K Brown and Mr Trogluddite.
Thanks for all the posts on this forum.
Regards
PAYADSP
I try to do a little add (Not So Digital HUM) to give analog type to digital generators.
Add it at the end of yours.
Look help, small values are good...
Thanks for all the posts on this forum.
Regards
PAYADSP
- Sat Jun 29, 2019 7:52 pm
- Forum: User Examples
- Topic: Slider MIN MAX dynamic value 1.2
- Replies: 1
- Views: 10492
Slider MIN MAX dynamic value 1.2
Salut à tous (Hello)
For one project i need MIN...MAX GUI
Found 2 good RUBY style prog in the forum, but they look too much modern. So try to make my own.
Look more "analog".
If someone found it usable...
!!! i cannot manage to make DEFAUT MAX correct, if some clever one can fix this, should be ...
For one project i need MIN...MAX GUI
Found 2 good RUBY style prog in the forum, but they look too much modern. So try to make my own.
Look more "analog".
If someone found it usable...
!!! i cannot manage to make DEFAUT MAX correct, if some clever one can fix this, should be ...
- Tue Jun 11, 2019 6:26 pm
- Forum: General
- Topic: optimisation - tools (2019)
- Replies: 12
- Views: 25819
Re: optimisation - tools (2019)
Hi
little new test :
i keep simplex stock inversor (VCA x -1)
i made 6 nested modules, and 12 nested modules
and again 12 x linear modules.
testing with 100 test/sec, only this module active, no other app running (W7 pro)
I think there is a problem in measuring:
at start (nested in A, linear in B ...
little new test :
i keep simplex stock inversor (VCA x -1)
i made 6 nested modules, and 12 nested modules
and again 12 x linear modules.
testing with 100 test/sec, only this module active, no other app running (W7 pro)
I think there is a problem in measuring:
at start (nested in A, linear in B ...
- Mon Jun 10, 2019 6:45 pm
- Forum: General
- Topic: optimisation - tools (2019)
- Replies: 12
- Views: 25819
Re: optimisation - tools (2019)
AH ZX spectrum, and CPC 464...
and a little earlier apple II, i was very proud of my first PGM ( blinking a LED)
and a little earlier apple II, i was very proud of my first PGM ( blinking a LED)
- Mon Jun 10, 2019 5:19 pm
- Forum: General
- Topic: optimisation - tools (2019)
- Replies: 12
- Views: 25819
Re: optimisation - tools (2019)
my knowledge of ASM is not so accurate (last PGM i wrote was on early 8bit proc about 45 years ago !), but i understand what you say.
I just remark that FS is well coded for such results. At least i should exist a difference between DSp and ASM versions since there is no "translation" in second one ...
I just remark that FS is well coded for such results. At least i should exist a difference between DSp and ASM versions since there is no "translation" in second one ...
- Mon Jun 10, 2019 4:38 pm
- Forum: General
- Topic: optimisation - tools (2019)
- Replies: 12
- Views: 25819
Re: optimisation - tools (2019)
Thanks,
Here a simple test:
start with simplex module : INVERSOR that is STREAM * -1 (INV modules)
Translate in DSP out=in*-1 (INV DSP modules)
Translate in ASM (direct) (INV ASM modules) :
streamin in;streamout out;float FM1=-1;
movaps xmm0,in;
mulps xmm0,FM1;
//Assignment> sLeft=xmm0
movaps out ...
Here a simple test:
start with simplex module : INVERSOR that is STREAM * -1 (INV modules)
Translate in DSP out=in*-1 (INV DSP modules)
Translate in ASM (direct) (INV ASM modules) :
streamin in;streamout out;float FM1=-1;
movaps xmm0,in;
mulps xmm0,FM1;
//Assignment> sLeft=xmm0
movaps out ...
- Mon Jun 10, 2019 3:27 pm
- Forum: General
- Topic: optimisation - tools (2019)
- Replies: 12
- Views: 25819
Re: optimisation - tools (2019)
Results are curious.
I put here the 3 analysors i use.
is there best one now ?
which one is the most efficient ?
I put here the 3 analysors i use.
is there best one now ?
which one is the most efficient ?
- Mon Jun 10, 2019 11:20 am
- Forum: General
- Topic: optimisation - tools (2019)
- Replies: 12
- Views: 25819
optimisation - tools (2019)
Hello
i try to optimise some of my modules.
what is the ultimate tool to mesure differences between 2 modules ?
my tools are quite old (osm times), i suspect to be non acurate.
lets begin by get the right tools, so is there an analyser/speed tester usable in 2019, from wich we can expect reliable ...
i try to optimise some of my modules.
what is the ultimate tool to mesure differences between 2 modules ?
my tools are quite old (osm times), i suspect to be non acurate.
lets begin by get the right tools, so is there an analyser/speed tester usable in 2019, from wich we can expect reliable ...
- Sun May 12, 2019 1:46 pm
- Forum: General
- Topic: what is the MANUAL way to trigger ADSR (without MIDI)?
- Replies: 6
- Views: 12616
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
i think this will be also long time to understand this christmas gift
thank you for your two examples
i will look deep inside to progress on my project
thank for your help
regards
thank you for your two examples
i will look deep inside to progress on my project
thank for your help
regards
- Sun May 12, 2019 10:42 am
- Forum: General
- Topic: what is the MANUAL way to trigger ADSR (without MIDI)?
- Replies: 6
- Views: 12616
Re: what is the MANUAL way to trigger ADSR (without MIDI)?
it is exactly what i am looking for: trigger notes WITHOUT any human action (like domotic timer)
(indeed i have most skill with domotic than music,midi,dsp...)
this could make autonome random noise box like wind , waves or chimes...
i have look your own ADSR, i must admit there shadow zones for me ...
(indeed i have most skill with domotic than music,midi,dsp...)
this could make autonome random noise box like wind , waves or chimes...
i have look your own ADSR, i must admit there shadow zones for me ...