Search found 29 matches

by unkargherth
Thu Dec 13, 2012 1:40 am
Forum: DSP
Topic: Show a single wave cycle in the Scope
Replies: 7
Views: 35089

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 ...
by unkargherth
Fri Dec 07, 2012 10:35 am
Forum: User Examples
Topic: Speech engine - Text to speech - Talking clock
Replies: 8
Views: 34529

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
by unkargherth
Fri Dec 07, 2012 2:23 am
Forum: User Examples
Topic: Ruby Knob fully customisable
Replies: 61
Views: 175886

Re: Ruby Knob fully customisable

@tester: check the properties page. You can make near everything Visible/hidden... even the knob
by unkargherth
Thu Dec 06, 2012 2:01 am
Forum: User Examples
Topic: Ruby Knob fully customisable
Replies: 61
Views: 175886

Re: Ruby Knob fully customisable

I understand about hide.. but can you explain in detail what is the "hide and hold" behaviour ?
by unkargherth
Tue Dec 04, 2012 2:10 pm
Forum: User Examples
Topic: Speech engine - Text to speech - Talking clock
Replies: 8
Views: 34529

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 ...
by unkargherth
Sun Dec 02, 2012 6:57 pm
Forum: General
Topic: Ruby cpu usage
Replies: 2
Views: 10651

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 ...
by unkargherth
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 ...
by unkargherth
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
PenAlignment.fsm
(442 Bytes) Downloaded 1130 times
by unkargherth
Sat Nov 24, 2012 2:52 am
Forum: DSP
Topic: Visualizing input stream
Replies: 3
Views: 20134

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