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 233 matches
- Mon Jul 13, 2020 5:00 pm
- Forum: General
- Topic: Dynamic Wave-Table OSC
- Replies: 10
- Views: 29654
Re: Dynamic Wave-Table OSC
Awsome - Thanks!
Seems that this is quite near to this what i was thinking about.
Did you already try shorten the distance between 2 wave points and using a wave that ist "shaped" over time?
is it sounding useable?
Kind Regards!
Seems that this is quite near to this what i was thinking about.
Did you already try shorten the distance between 2 wave points and using a wave that ist "shaped" over time?
is it sounding useable?
Kind Regards!
- Mon Jul 13, 2020 10:25 am
- Forum: General
- Topic: Dynamic Wave-Table OSC
- Replies: 10
- Views: 29654
Re: Dynamic Wave-Table OSC
Hello!
Thank you for the massive input - yes it seems that i realy failed explaining at some point
dynamic is not suposed to be "dynamic wave size" - the wave-table size is fixed
Why not just read both wavetables and crossfade then
Yes this is what i asked for.
As i experimented with FFTs ...
Thank you for the massive input - yes it seems that i realy failed explaining at some point
dynamic is not suposed to be "dynamic wave size" - the wave-table size is fixed
Why not just read both wavetables and crossfade then
Yes this is what i asked for.
As i experimented with FFTs ...
- Mon Jun 29, 2020 11:56 am
- Forum: General
- Topic: Dynamic Wave-Table OSC
- Replies: 10
- Views: 29654
Dynamic Wave-Table OSC
Hello!
Just wanted to know if anyone did experiments with a wave-table-osc that is changing the wave-form by time by interpolating between 2 waves?
Thank you!
C.Hackl
Just wanted to know if anyone did experiments with a wave-table-osc that is changing the wave-form by time by interpolating between 2 waves?
Thank you!
C.Hackl
- Thu Jan 23, 2020 2:41 pm
- Forum: General
- Topic: Module Name
- Replies: 11
- Views: 22194
Re: Module Name
Hi!
There is something (I hope i got you correct)
It is a quite old post so i needed some time to find it:
http://www.dsprobotics.com/support/viewtopic.php?f=3&t=602
Ruby Code:
self.parent.caption
Example attached in this post.
But: I found no way to get the parent's parent module name ...
There is something (I hope i got you correct)
It is a quite old post so i needed some time to find it:
http://www.dsprobotics.com/support/viewtopic.php?f=3&t=602
Ruby Code:
self.parent.caption
Example attached in this post.
But: I found no way to get the parent's parent module name ...
- Wed Jan 22, 2020 12:05 am
- Forum: DSP
- Topic: Question FFT spectrum rebuild and result interpretation
- Replies: 3
- Views: 17122
Re: Question FFT spectrum rebuild and result interpretation
Thank you!
Got it now and marked many example-schematics as "wrong" (as it just was the nyquist wrong)
Got it now and marked many example-schematics as "wrong" (as it just was the nyquist wrong)
Re: GUI's
Good idea - i am missing some gui with advanced properties in FS.
There were a lot in SynthMaker - but since there is ruby they got missing in ruby.
It should also be a little standardized in basic things like preset, midi cc, min max and maybe the gui in ruby.
i'd like the idea and help i i can ...
There were a lot in SynthMaker - but since there is ruby they got missing in ruby.
It should also be a little standardized in basic things like preset, midi cc, min max and maybe the gui in ruby.
i'd like the idea and help i i can ...
- Mon Jan 20, 2020 1:20 pm
- Forum: DSP
- Topic: Question FFT spectrum rebuild and result interpretation
- Replies: 3
- Views: 17122
Question FFT spectrum rebuild and result interpretation
Hello!
I did a research again on some FFT things i did in the past and grabbed some older examples. But i always had an little error at iFFT that gave me a wron signal back (Not that wrong that you just notice it fast)
So i just to ask if someone can confirm this:
If you do a FFT with let's say ...
I did a research again on some FFT things i did in the past and grabbed some older examples. But i always had an little error at iFFT that gave me a wron signal back (Not that wrong that you just notice it fast)
So i just to ask if someone can confirm this:
If you do a FFT with let's say ...
- Fri Jan 17, 2020 7:49 pm
- Forum: DSP
- Topic: Ruby Complex FFT CPU speed
- Replies: 3
- Views: 16103
Re: Ruby Complex FFT CPU speed
Hi!
Thanks.
In the link there is now this code:
https://blog.mro.name/2011/04/simple-ru ... transform/
I just implimented it at it realy runs much faster than the rosetta-code FFT.
The problem is that i realy do not understand asm in any case if i have no debugger that is able to do step by step.
This code fits my needs for the moment.
Thanks.
In the link there is now this code:
https://blog.mro.name/2011/04/simple-ru ... transform/
I just implimented it at it realy runs much faster than the rosetta-code FFT.
The problem is that i realy do not understand asm in any case if i have no debugger that is able to do step by step.
This code fits my needs for the moment.
- Fri Jan 17, 2020 1:13 pm
- Forum: DSP
- Topic: Ruby Complex FFT CPU speed
- Replies: 3
- Views: 16103
Ruby Complex FFT CPU speed
Hi!
The last days i made some tests about doing FFTs and iFFTs in ruby.
I've tested those FFT codes in ruby:
m
m
m
All seem pretty to be the same - the fist is a little faster because it creates a storage-map
Both are also reversible - so calculating an iFFT brings up most the original signal ...
The last days i made some tests about doing FFTs and iFFTs in ruby.
I've tested those FFT codes in ruby:
m
m
m
All seem pretty to be the same - the fist is a little faster because it creates a storage-map
Both are also reversible - so calculating an iFFT brings up most the original signal ...
- Mon Jan 13, 2020 2:27 pm
- Forum: User Examples
- Topic: HFSoundRestore: restore high frequenzies in your audio files
- Replies: 4
- Views: 16353
Re: HFSoundRestore: restore high frequenzies in your audio f
Hi Thank you for your review!
At the moment i am traveling to several places with good sound-systems and trying to compare.
I did notice some points and i am researching now by splitzting the full track into FFT optimice it and do an iFFT operation. It realy sound more interesting cause the ...
At the moment i am traveling to several places with good sound-systems and trying to compare.
I did notice some points and i am researching now by splitzting the full track into FFT optimice it and do an iFFT operation. It realy sound more interesting cause the ...