Page 1 of 1

Posted: 09 Jul 2010, 11:08
by cmodica
I'm working on a patch witch record automaticaly all sound with a volume higher than -30db. I use an envellope follower to do that. It is very simple and everything is OK.
I have been testing it toonight at home and it work perfectely.

Now i am listening all sound play in time order. But i want to show with each sound the hours of the recording.

Is there a way to do that ?

Perhaps something to read the file info ? I don't know...

thanks

Posted: 09 Jul 2010, 12:56
by Floego
Maybe you could use the module "what time it is" that gives you the actual time in hh,mm,ss. Store its value just at the moment the recording begins, so you can retrieve it later.

Posted: 09 Jul 2010, 13:40
by nay-seven
yep was also thinking about using a concats string module but i suppose you use the random save function and sadly there's no way to add a prefix in this case ( i remember you ask this before )
so maybe a workaround could be to use an external batch rename tool (i found one here :
then you can use the shell module of usine to open it directly from Usine when you've finish your record session
just edit the path ( something like D:file_renamerRename.exe
i now it's just a workaround but could do the job..?

Posted: 09 Jul 2010, 16:03
by cmodica
You are right i asked about it a long time ago.

I will try to do something with shell command.
Thank you.