PG Music Home
Posted By: berntd Delay start? Possible? - 07/12/20 12:56 AM
My new computer is too fast...

When I start generate and play, I do not have enough time to then pick up the trombone, start the recording and be ready for the intro.
Is there a delay start possible at all?

Regards
Bernt
Posted By: AudioTrack Re: Delay start? Possible? - 07/12/20 03:54 AM
Originally Posted By: berntd
My new computer is too fast...

When I start generate and play, I do not have enough time to then pick up the trombone, start the recording and be ready for the intro.
Is there a delay start possible at all?

Regards
Bernt

You could possibly introduce a few extra bars at the start of the song with the instruments muted <F5>, perhaps allowing a drum fill as a 'pickup bar' to provide the tempo/timing?

You can also set the start of the song to be triggered by a MIDI event, but this might be less practical.

(I had also thought of suggesting to put the laptop on the floor and pressing the space bar with your big toe, but decided that this might be a little too avant-garde grin )
Posted By: tonnie Re: Delay start? Possible? - 07/12/20 06:04 AM
Berntd,

I have an USB foot pedal connected to my laptop.
So you could have your trombone ready and just press the pedal (with your foot), when you are ready to go.

It can also halt (a tune) any time, which is ok when playing gigs and something would require you to stop in the middle of playing a tune.

Tonnie
Posted By: berntd Re: Delay start? Possible? - 07/12/20 06:43 AM
Originally Posted By: tonnie
Berntd,

I have an USB foot pedal connected to my laptop.
So you could have your trombone ready and just press the pedal (with your foot), when you are ready to go.

It can also halt (a tune) any time, which is ok when playing gigs and something would require you to stop in the middle of playing a tune.

Tonnie


Interesting! Could you please elaborate as to what pedal that is? I have not heard of such.
Posted By: MartinB Re: Delay start? Possible? - 07/12/20 07:58 AM
These nifty tools might come in handy -> www.bome.com. It's likely most straight forward to insert some start bar with some low tempo, though.
Posted By: AudioTrack Re: Delay start? Possible? - 07/12/20 09:24 AM
Possibly something like this.
Posted By: berntd Re: Delay start? Possible? - 07/12/20 06:40 PM
The problem is then shifting in that the new PC only has 2 USB ports (old one had 4).
One is already used for the audio interface and I was hoping to use the second for a harddrive.

That means I will now also have to get a USB hub. It is becoming somewhat messy...


Regards
Bernt
Posted By: berntd Re: Delay start? Possible? - 07/12/20 06:47 PM
Just wondering if there is a mobile or tablet app that would be able to do this via Bluetooth?
Posted By: Pipeline Re: Delay start? Possible? - 07/12/20 07:06 PM
https://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=131225

you could also use AutoHotKey to delay send play command to Biab.
Posted By: Pipeline Re: Delay start? Possible? - 07/12/20 07:29 PM
This will give you 10sec then will send F4 to Biab to generate and play.
alt+Q is the hot key, you can change it to whatever you like, you can change {F4} to {space} to send spacebar to play only.

Code:
; Only one instance running at a time
#SingleInstance force

~!Q::
winactivate,ahk_class TBandWindow
Sleep, 10000
Send  {F4}
return

save it as Biab Delay Play.ahk and run it with AutoHotKey installed.
https://www.autohotkey.com/docs/commands/Send.htm
Posted By: berntd Re: Delay start? Possible? - 07/12/20 11:29 PM
Originally Posted By: Pipeline
This will give you 10sec then will send F4 to Biab to generate and play.
alt+Q is the hot key, you can change it to whatever you like, you can change {F4} to {space} to send spacebar to play only.

Code:
; Only one instance running at a time
#SingleInstance force

~!Q::
winactivate,ahk_class TBandWindow
Sleep, 10000
Send  {F4}
return

save it as Biab Delay Play.ahk and run it with AutoHotKey installed.
https://www.autohotkey.com/docs/commands/Send.htm


Sweet, I will investigate and try both of these.
If that fails, I will have to try a python script perhaps.


Regards
Bernt
Posted By: Pipeline Re: Delay start? Possible? - 07/13/20 12:47 AM
Also if you have Biab set to Run As Admin you need to do the same with AutoHotKey.exe
same with these compiled 32 64 exe
remove .mp4 and unzip

Attached File
Posted By: tonnie Re: Delay start? Possible? - 07/13/20 05:03 AM
berntd,

I bought my USB pedal years ago, so there might be newer and better ones available. Mine is a a 3 pedal Foot Switch (although I only use two) of the type FS3-P. It is very light, made of black plastic. Sorry, there is no brand name.

Tonnie
Posted By: Dave Re: Delay start? Possible? - 07/13/20 05:22 PM
Buy a USB Hub. Mine has 7 ports from one on-board port. About $5
© PG Music Forums