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 16 matches
- Wed Jun 07, 2023 8:35 am
- Forum: General
- Topic: Flowstone 4 alpha (FS4)
- Replies: 110
- Views: 3128597
Re: Flowstone 4 alpha (FS4)
@spogg please can you add me to the discord server?
Thanks,
Ollie
Thanks,
Ollie
- Tue Jun 06, 2023 1:24 pm
- Forum: General
- Topic: Flowstone 4 Alpha testing ?
- Replies: 37
- Views: 362299
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 ...
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 ...
- Thu Mar 19, 2020 10:48 am
- Forum: General
- Topic: FlowStone 3.0.9 Beta2
- Replies: 145
- Views: 1278736
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
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
- Thu Mar 19, 2020 9:45 am
- Forum: General
- Topic: Bug: "improper argument" message when attempting to save?
- Replies: 5
- Views: 17128
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
All the best
Ollie
- Thu Nov 28, 2019 10:36 am
- Forum: DSP
- Topic: Stream audio out of DAW to UPnP stream
- Replies: 2
- Views: 15910
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 ...
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 ...
- Wed Feb 22, 2017 6:36 pm
- Forum: General
- Topic: Copy Text to Clipboard
- Replies: 0
- Views: 11408
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
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
- Tue Nov 15, 2016 9:46 am
- Forum: DSP
- Topic: Compressor Peak Detector Design
- Replies: 3
- Views: 19941
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
Thanks for the reply, I will start with what you have suggested then look at mapping them so they feel right.
Cheers!
Ollie
- Mon Nov 14, 2016 10:58 am
- Forum: DSP
- Topic: Compressor Peak Detector Design
- Replies: 3
- Views: 19941
- Tue Oct 18, 2016 10:26 am
- Forum: DSP
- Topic: Process an Array in Ruby
- Replies: 4
- Views: 21220
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
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
- Tue Oct 18, 2016 8:26 am
- Forum: DSP
- Topic: Process an Array in Ruby
- Replies: 4
- Views: 21220
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 ...
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 ...