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 29 matches
- Thu Dec 13, 2012 1:40 am
- Forum: DSP
- Topic: Show a single wave cycle in the Scope
- Replies: 7
- Views: 35091
Re: Show a single wave cycle in the Scope
well i usually do that on a simple float division
In terms of precission, it's better to decide first on how many samples you want. Suppose your scope is using 256 points block. Then, simply using a Normalized freq of 1/256 gives you a nice steady scope photo ( at least on a simple, really periodic ...
In terms of precission, it's better to decide first on how many samples you want. Suppose your scope is using 256 points block. Then, simply using a Normalized freq of 1/256 gives you a nice steady scope photo ( at least on a simple, really periodic ...
- Fri Dec 07, 2012 10:35 am
- Forum: User Examples
- Topic: Speech engine - Text to speech - Talking clock
- Replies: 8
- Views: 34535
Re: Speech engine - Text to speech - Talking clock
@Tronic: Thanks for the info. I've been digging around there and there's a lot of useful info. Anyway, without beign able to use "gems" i will need a bunch of time to investigate inside the win32-api ( not WIn32API) structure and hierarchy before being able to use it inside FS3
- Fri Dec 07, 2012 2:23 am
- Forum: User Examples
- Topic: Ruby Knob fully customisable
- Replies: 61
- Views: 175889
Re: Ruby Knob fully customisable
@tester: check the properties page. You can make near everything Visible/hidden... even the knob
- Thu Dec 06, 2012 2:01 am
- Forum: User Examples
- Topic: Ruby Knob fully customisable
- Replies: 61
- Views: 175889
Re: Ruby Knob fully customisable
I understand about hide.. but can you explain in detail what is the "hide and hold" behaviour ?
- Tue Dec 04, 2012 2:10 pm
- Forum: User Examples
- Topic: Speech engine - Text to speech - Talking clock
- Replies: 8
- Views: 34535
Re: Speech engine - Text to speech - Talking clock
@ccpurno: .. i'm trying
Ok firts try..... DON'T WORKS
Scenario i'm trying to amll MS TTS via OLE Automation ( or so I think). Afeter some hour of digging the web i came up with the following. I'm stuck because i'm NOT a windows programer ( i came fom unix world), so i post here hoping some MS Guru ...
Ok firts try..... DON'T WORKS
Scenario i'm trying to amll MS TTS via OLE Automation ( or so I think). Afeter some hour of digging the web i came up with the following. I'm stuck because i'm NOT a windows programer ( i came fom unix world), so i post here hoping some MS Guru ...
- Sun Dec 02, 2012 6:57 pm
- Forum: General
- Topic: Ruby cpu usage
- Replies: 2
- Views: 10652
Ruby cpu usage
Hi fellows
As an SM user, I feel comfortable being able to calculate ( approximately) how much cpu a code module is using
There's anyway to do the same with ruby modules?
It seems not trivial, taking into account that ruby modules use the same "ruby instance" in the whole schematic, but event ...
As an SM user, I feel comfortable being able to calculate ( approximately) how much cpu a code module is using
There's anyway to do the same with ruby modules?
It seems not trivial, taking into account that ruby modules use the same "ruby instance" in the whole schematic, but event ...
- Sun Nov 25, 2012 12:57 am
- Forum: General
- Topic: (Ruby) Pen alignment fails ?
- Replies: 4
- Views: 14124
Re: (Ruby) Pen alignment fails ?
Probably my initial guest/understanding on what means "inside" was mistaken. I supposed that Inside meant "within the limits of the area/rectangle defined, not in relation to a closed "DRAWN" shape
I was expecting this "inside" feature free's me to do again and again the boring "Area resize" that ...
I was expecting this "inside" feature free's me to do again and again the boring "Area resize" that ...
- Sat Nov 24, 2012 9:03 pm
- Forum: General
- Topic: (Ruby) Pen alignment fails ?
- Replies: 4
- Views: 14124
(Ruby) Pen alignment fails ?
It seems that it works for the example in the manual ( page 170) but fails for other shapes, an arc in the example below
- Sat Nov 24, 2012 2:52 am
- Forum: DSP
- Topic: Visualizing input stream
- Replies: 3
- Views: 20138
Re: Visualizing input stream
Dont' know for sure, but i will put an ASIO out , making sure is active. Usually "Blue" flow only works when an audio output is active
- Fri Nov 23, 2012 5:36 pm
- Forum: General
- Topic: Isolating keypresses
- Replies: 3
- Views: 11732
Isolating keypresses
hi all
It's possible to "capture" the keyboard same way we capture the mouse?
Details:
Trying something with the isKeyPressed primitive I found that if the key matches any of the shortcuts of FS3 ( you know, "z" for trigger button, "f" for float"), the keypress is correctly detected but it also ...
It's possible to "capture" the keyboard same way we capture the mouse?
Details:
Trying something with the isKeyPressed primitive I found that if the key matches any of the shortcuts of FS3 ( you know, "z" for trigger button, "f" for float"), the keypress is correctly detected but it also ...