Search found 16 matches

by OllieMarshall92
Wed Jun 07, 2023 8:35 am
Forum: General
Topic: Flowstone 4 alpha (FS4)
Replies: 110
Views: 3127832

Re: Flowstone 4 alpha (FS4)

@spogg please can you add me to the discord server?

Thanks,

Ollie
by OllieMarshall92
Tue Jun 06, 2023 1:24 pm
Forum: General
Topic: Flowstone 4 Alpha testing ?
Replies: 37
Views: 361941

Re: Flowstone 4 Alpha testing ?

If you join our Facebook group there’s a link that tulamide posted for joining:

https://www.facebook.com/groups/998621100284460

It would be nice if you and others join in.

If you don’t do Facebook here’s the link to join the Slack forum:

https://join.slack.com/t/flowstone-support/shared_invite ...
by OllieMarshall92
Thu Mar 19, 2020 10:48 am
Forum: General
Topic: FlowStone 3.0.9 Beta2
Replies: 145
Views: 1278137

Re: FlowStone 3.0.9 Beta2

@Spogg

Any idea when it might get released, maybe in 2020? I'm having issues with the "encountered improper argument" bug when saving or save as and not sure what to do!

Ollie
by OllieMarshall92
Thu Mar 19, 2020 9:45 am
Forum: General
Topic: Bug: "improper argument" message when attempting to save?
Replies: 5
Views: 17098

Re: Bug: "improper argument" message when attempting to save

Was a proper fix ever issued for this? I'm getting it regularly, (running on windows 10, but have tried compatibility modes for windows 8 and 7. and get the same issue.) I'm not on latest version of FS but would upgrade if this solved the problem.

All the best

Ollie
by OllieMarshall92
Thu Nov 28, 2019 10:36 am
Forum: DSP
Topic: Stream audio out of DAW to UPnP stream
Replies: 2
Views: 15891

Stream audio out of DAW to UPnP stream

Hi All,

I was wondering if its possible to use the network client module to stream stereo audio data to an IP address that my music system could then pick up as a UPnP stream. So I can do comparisons from PC to HiFi system when mixing. I know there are probably other much easier ways (involving a ...
by OllieMarshall92
Wed Feb 22, 2017 6:36 pm
Forum: General
Topic: Copy Text to Clipboard
Replies: 0
Views: 11397

Copy Text to Clipboard

Hi All,

Is there a way to implement a copy to clipboard feature for a string or array of strings? SO i can press the button in my UI then paste into Excel or similar (I know you can already create and edit text files)

Thanks,

Ollie
by OllieMarshall92
Tue Nov 15, 2016 9:46 am
Forum: DSP
Topic: Compressor Peak Detector Design
Replies: 3
Views: 19930

Re: Compressor Peak Detector Design

Hi martinvicanek,

Thanks for the reply, I will start with what you have suggested then look at mapping them so they feel right.

Cheers!

Ollie
by OllieMarshall92
Mon Nov 14, 2016 10:58 am
Forum: DSP
Topic: Compressor Peak Detector Design
Replies: 3
Views: 19930

Compressor Peak Detector Design

.
by OllieMarshall92
Tue Oct 18, 2016 10:26 am
Forum: DSP
Topic: Process an Array in Ruby
Replies: 4
Views: 21206

Re: Process an Array in Ruby

Thanks, both of you.

My input is in degrees, how do I format it so if I put 180 in I get a 0 out? e.g. sin(180) = 0

Ollie
by OllieMarshall92
Tue Oct 18, 2016 8:26 am
Forum: DSP
Topic: Process an Array in Ruby
Replies: 4
Views: 21206

Process an Array in Ruby

Hi All,

Basically I want to find the sin([array]) (sine of each value in the array) and then export the array from ruby.

I can find the sine of a float but my code wont do the same to an array. Ruby comes up with an error something like "cant convert array to float".
I think I may need to iterate ...