Search found 250 matches

by Walter Sommerfeld
Thu Sep 25, 2025 2:36 pm
Forum: User Examples
Topic: Req: Opto-Compressor
Replies: 1
Views: 48641

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 ...
by Walter Sommerfeld
Thu May 04, 2023 10:06 pm
Forum: General
Topic: Flowstone 4 alpha (FS4)
Replies: 110
Views: 3127879

Re: Flowstone 4 alpha (FS4)

Hi Spogg,

i also need this invite...

Thanks in advance
Walter
by Walter Sommerfeld
Tue May 17, 2022 2:18 pm
Forum: General
Topic: new updated driver FlexASIO v1.9
Replies: 1
Views: 9686

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 ...
by Walter Sommerfeld
Tue May 17, 2022 10:38 am
Forum: DSP
Topic: Lookahead limiter
Replies: 15
Views: 69535

Re: Lookahead limiter

Awesome Martin,

thanks again for this quick solution :)

Have a nice week!
Walter
by Walter Sommerfeld
Mon May 16, 2022 8:02 pm
Forum: DSP
Topic: Lookahead limiter
Replies: 15
Views: 69535

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
by Walter Sommerfeld
Mon May 16, 2022 1:09 pm
Forum: DSP
Topic: Lookahead limiter
Replies: 15
Views: 69535

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 ...
by Walter Sommerfeld
Sun May 15, 2022 12:46 pm
Forum: General
Topic: Switch FLowstone versions with BAT file ?
Replies: 2
Views: 9422

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
by Walter Sommerfeld
Sun Sep 06, 2020 3:27 pm
Forum: General
Topic: Problems with sysex messages (not solved)
Replies: 22
Views: 58182

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
by Walter Sommerfeld
Sat Sep 05, 2020 8:56 pm
Forum: General
Topic: Problems with sysex messages (not solved)
Replies: 22
Views: 58182

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 ...
by Walter Sommerfeld
Thu Sep 03, 2020 11:31 am
Forum: General
Topic: Using Ruby for advanced saving tasks
Replies: 11
Views: 29049

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 ...