Search found 27 matches

by payaDSP
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
by 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 ...
by payaDSP
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 ...
by payaDSP
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) :lol:
by payaDSP
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 ...
by payaDSP
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 ...
by payaDSP
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 ?
by payaDSP
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 ...
by payaDSP
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
by payaDSP
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 ...