Chronometer

For general discussion related FlowStone
rustyou
Posts: 93
Joined: Sat Jan 04, 2014 10:55 am
Location: France

Chronometer

Post by rustyou »

Hello,

I'ld like create a stopwatch.

With 2 btn for go and stop chrono.

there is an example ?
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: Chronometer

Post by CoreStylerz »

Only for chronometer?
Just use ruby ticker to 1 sec and you will get 1 tick every second.
Make a counter and set max 60 to get minutes and so on...
Display counter values.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
rustyou
Posts: 93
Joined: Sat Jan 04, 2014 10:55 am
Location: France

Re: Chronometer

Post by rustyou »

hi CoreStylerz,

Yes.

1 btn for start. and 1 other btn for stop time
rustyou
Posts: 93
Joined: Sat Jan 04, 2014 10:55 am
Location: France

Re: Chronometer

Post by rustyou »

i am bad with ruby :(
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Chronometer

Post by tester »

Check in the toolbox for the ruby module that was described. Using it - does not requires knowing how ruby works.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Chronometer

Post by KG_is_back »

This one uses code counter. start and stop toggle a boolean and that controls a counter within an assembly code. After that the counter is divided by samplerate and you get very precise time in seconds
Attachments
Chronometer.fsm
(1.96 KiB) Downloaded 883 times
rustyou
Posts: 93
Joined: Sat Jan 04, 2014 10:55 am
Location: France

Re: Chronometer

Post by rustyou »

Just prefect !!

Thank you KG :) !!!!!!
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Chronometer

Post by RJHollins »

Thanks KG !!

One for the toolbox ... cause ya just never know ;)
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: Chronometer

Post by CoreStylerz »

I've build a green+ruby ticker chronomater.. 4-5 minutes.
Here is:
Chronometer.fsm
(5.05 KiB) Downloaded 902 times

Ability to start, stop and reset timers.
Also decimals for seconds.

Kg module is ok, but requires audio load.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Chronometer

Post by KG_is_back »

CoreStylerz wrote:I've build a green+ruby ticker chronomater.. 4-5 minutes.Here is:

Chronometer.fsm

(5.05 KiB) Downloaded 3 times

Ability to start, stop and reset timers.Also decimals for seconds.Kg module is ok, but requires audio load.

Very cool...

Yes you're right about the audio load, but the advantage of my chronometer is, that it is controlled by streamboolean (or defacto by any stream) so it can be sample-precise when triggered by streams.
Post Reply