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 250 matches
- Thu Sep 25, 2025 2:36 pm
- Forum: User Examples
- Topic: Req: Opto-Compressor
- Replies: 1
- Views: 48628
Req: Opto-Compressor
Hi FS Users,
i was a long time not present here...
So just to place a request here is a little Embarrassing; as a technician i know how to build this with real parts or in a cad simulation, but in FS i'm overwhelmed how to emulate the OPTO-Compressor behaviour.
And on top: i would like to use it ...
i was a long time not present here...
So just to place a request here is a little Embarrassing; as a technician i know how to build this with real parts or in a cad simulation, but in FS i'm overwhelmed how to emulate the OPTO-Compressor behaviour.
And on top: i would like to use it ...
- Thu May 04, 2023 10:06 pm
- Forum: General
- Topic: Flowstone 4 alpha (FS4)
- Replies: 110
- Views: 3127804
Re: Flowstone 4 alpha (FS4)
Hi Spogg,
i also need this invite...
Thanks in advance
Walter
i also need this invite...
Thanks in advance
Walter
- Tue May 17, 2022 2:18 pm
- Forum: General
- Topic: new updated driver FlexASIO v1.9
- Replies: 1
- Views: 9684
new updated driver FlexASIO v1.9
Hi dudes,
dunno if the Flex ASIO driver with optional GUI is known here...
https://github.com/dechamps/FlexASIO
Have a look - maybe usefull if u don't have a multi client driver...
FlexASIO differentiates itself by using an intermediate library called PortAudio that itself supports a ...
dunno if the Flex ASIO driver with optional GUI is known here...
https://github.com/dechamps/FlexASIO
Have a look - maybe usefull if u don't have a multi client driver...
FlexASIO differentiates itself by using an intermediate library called PortAudio that itself supports a ...
- Tue May 17, 2022 10:38 am
- Forum: DSP
- Topic: Lookahead limiter
- Replies: 15
- Views: 69532
Re: Lookahead limiter
Awesome Martin,
thanks again for this quick solution
Have a nice week!
Walter
thanks again for this quick solution
Have a nice week!
Walter
- Mon May 16, 2022 8:02 pm
- Forum: DSP
- Topic: Lookahead limiter
- Replies: 15
- Views: 69532
Re: Lookahead limiter
Hi Martin,
i didn't realize that he is ghosting like me for a long time...
Yup - I just need a sliding min instead.
Cheers
Walter
i didn't realize that he is ghosting like me for a long time...
Yup - I just need a sliding min instead.
Cheers
Walter
- Mon May 16, 2022 1:09 pm
- Forum: DSP
- Topic: Lookahead limiter
- Replies: 15
- Views: 69532
Re: Lookahead limiter
could the algorithm above be modified to calculate the average of the buffer as well?
Yes, it can be modified to calculate min, max and sum (average=sum/bufferSize).
There still seems to be a minor issue. Sometimes when you change the window size on the fly when audio is put through, it loses ...
Yes, it can be modified to calculate min, max and sum (average=sum/bufferSize).
There still seems to be a minor issue. Sometimes when you change the window size on the fly when audio is put through, it loses ...
- Sun May 15, 2022 12:46 pm
- Forum: General
- Topic: Switch FLowstone versions with BAT file ?
- Replies: 2
- Views: 9419
Re: Switch FLowstone versions with BAT file ?
Hi,
sorry i'm seldom here active...
Yesterday i missed searching inside archives for u... but now i found something...
But i think these are my own from 2007
Maybe u can modify these...
Even better include the "C:\Users\USERNAME\AppData\Roaming\FlowStone\" folder?!
Keep on doing!
Walter
sorry i'm seldom here active...
Yesterday i missed searching inside archives for u... but now i found something...
But i think these are my own from 2007
Maybe u can modify these...
Even better include the "C:\Users\USERNAME\AppData\Roaming\FlowStone\" folder?!
Keep on doing!
Walter
- Sun Sep 06, 2020 3:27 pm
- Forum: General
- Topic: Problems with sysex messages (not solved)
- Replies: 22
- Views: 58157
Re: Problems with sysex messages (not solved)
"you too!"
Hope i have the time to upload some of my Quick 'n dirty example(s) later
Hope i have the time to upload some of my Quick 'n dirty example(s) later
- Sat Sep 05, 2020 8:56 pm
- Forum: General
- Topic: Problems with sysex messages (not solved)
- Replies: 22
- Views: 58157
Re: Problems with sysex messages (not solved)
@Ludditte: Yeah had a long absent phase... but had a look from time to time here...
btw: Hope u all are fine these days!
@MichaelBenjamin; YUP - but an old dude like me forgets more and more of the good old Midi specs
And i also had an old MSB/LSB to int module that was buggy...
If anyone is ...
btw: Hope u all are fine these days!
@MichaelBenjamin; YUP - but an old dude like me forgets more and more of the good old Midi specs
And i also had an old MSB/LSB to int module that was buggy...
If anyone is ...
- Thu Sep 03, 2020 11:31 am
- Forum: General
- Topic: Using Ruby for advanced saving tasks
- Replies: 11
- Views: 29025
Re: Using Ruby for advanced saving tasks
Hi,
maybe this could help:
If you mean to find all the immediate subdirectories (just one level below where you are), try this:
Dir.chdir("/some/path/you/want/to/check/below")
subdir_list=Dir["*"].reject{|o| not File.directory?(o)}
That is: change directory someplace, construct an array of ...
maybe this could help:
If you mean to find all the immediate subdirectories (just one level below where you are), try this:
Dir.chdir("/some/path/you/want/to/check/below")
subdir_list=Dir["*"].reject{|o| not File.directory?(o)}
That is: change directory someplace, construct an array of ...