Page 1 of 1

Posted: 24 Feb 2010, 15:02
by kara
I need a bar counter to know where I am in my song (in grid or IB mode)

I've managed to build a bar counter :

Clockbeat module -> +1 module with out back to A -> /4 -> int to string -> text

which works

My problem is that when I stop and restart the audio engine (with SPACE) my counter should reinitialize to 1

Is there a solution for this ?

tia

k

Posted: 24 Feb 2010, 15:40
by nay-seven
don't have try but i suppose you can use the dashboard module and use the outlet "on" with a 0to1 module...to send a 1 of a pass module ..

Posted: 24 Feb 2010, 16:03
by kara
hmm the dashboard module hasn't a outlet 'on' ?

Posted: 24 Feb 2010, 16:13
by nay-seven
sure..?
of course it could be named " off" if you audio engine is off..

Image

Posted: 24 Feb 2010, 16:29
by gurulogic
If you don't find a satisfactory solution in Usine, perhaps try Big Clock by Pizmidi.
http://www.thepiz.org/dl/?p=vst

Posted: 24 Feb 2010, 16:54
by nay-seven
@guru:
if you need a clock

Image

Posted: 24 Feb 2010, 17:28
by kara
It looks as I don't find a solution, perhaps i'm not good enough at patching yet....

So I would be realy greatfull if someone finds a solution for my problem
"""
I want a counter that counts up every bar, but each time I stop or start the audio engine (with SPACE) it should restart from 1
"""

thank you

k

Posted: 24 Feb 2010, 17:46
by nay-seven
something like this..?
Image

Posted: 24 Feb 2010, 18:57
by gurulogic
nay-seven wrote:@guru:
if you need a clock
aha!
I am still stuck on my old skool VST solutions daze...
I must always remember that Usine can do ANYTHING! (well, almost ;) )

Posted: 24 Feb 2010, 19:06
by kara
Close but not exactly :)
As I see it, the counter is reset at each cycle start, it should reset only on the first cycle start

k

Posted: 24 Feb 2010, 20:45
by nay-seven
ok , with the help of senso , found a way :
put this in your master section :
Image
then add a bus sending the 1 to the reset of the counter..et hop

Posted: 25 Feb 2010, 09:15
by kara
This works perfect !
Big thanks to both of you.

k

Would be nice for the WIKI ?

Posted: 25 Feb 2010, 10:12
by nay-seven
cool!
yes , could be an example for this characteristic of the master insert .