Vst click metronome

I have to supply click to band , is there any stable vst one that integrates well into Gp that can do 6/8, triplet counts , etc., I find the denominator in Gp one stays 4/4 no matter what ,

To the right of “TEMPO” is “TIME”. Click on the first “4” and you can change from 4 to 3, or whatever (just enter a number). Then click on the number in the box and choose the number of beats per measure. I was confused at first also because it appeared the first number was permanent.

1 Like

Same here… Yet, like the OP, I have long searched for a good Metronome VST. With no success. Would still like one if it was around.

I think the denominator still clicks in 4/4, so even if u change it to 6/8, it accents on the 6th , there’s another way, by doubling or doing some math to get it to swing

1 Like

I went looking for a while back. I tried two or three and deleted them.

This one is probably the most interesting I found if you want to do unusual time signatures and click patterns. Download here.

Whatever you use as a VST, I believe they’re going to take the tempo and time signature from GP anyway.

If you’re looking for a swing metronome, this will do it, but it’s a little cumbersome because you have to define your patterns in text files.

It fails scan validation on Mac …

The denominator does not click in 4/4 - our metronome is using a quarter note (e.g. 1/4) for beat duration. It will always properly accent the start of a bar (measure) so if you have 6/4 it will sound an accent every 6 beats.

If you really need it to go in 1/8 you can double the tempo speed or if you want it in 1/2 notes you can set it to half the speed. Not a whole lat of math to do.

A mechanical, and many other metronomes will typically just sound the beat without any regard for the time signature.

Doubling or halving the tempo speed as a workaround is problematic when you have multiple Sync-based delays, for example, where you’d have to change the delays to accommodate the tempo doubling/halving. (Expecting a quarter note delay @120 BPM and getting a quarter note delay @240 BPM etc.)

This is not a problem limited to GP, certainly. The metronome could still use some work, however, in the definition of denominators so that we can get true time signature/tempo combinations used.

Vst one best option then, I have one on my iPhone …it’s good…, can do accents on 1 and 4 for 6/8, etc …, but would be nice to stay within Gp for overall sync

The VST I mentioned above has the most flexible setup I’ve seen, and I don’t think it would be that complicated to put into GP.

It’s set up so it has three different sounds (or a fourth if you consider silence one of them). In addition to the normal numerator & denominator of the time signature (e.g., 4/4) it takes a third variable, which is how many tick positions you want per measure. So if you want 4/4 counting off in 8th you’d say 4/4 8. Then you have 8 slots to fill with what kind of clicks you want. In that VST you use ! for accent and + and - for the other sounds (+ being louder than -). Any other character means silence.

So if you want swing feel you could do something like 4/4 12 and the click pattern is !.-+.-+.-+.-

Simpler than it sounds. I just couldn’t find a practical use for it, other than saying “hey, that’s kind of neat.”

Hmm, that thing was written with blue Cats script plugin. It probably wouldn’t be very hard to implement a metronome in a rackspace GP Script
(Not saying we shouldn’t improve the built in metronome but the nice thing about GP script is you can do stuff now!)

1 Like

Should be easy enough to use the On BeatChanged callback to trigger MIDI note events, and if I remember correctly MIDI can trigger the Audio File Player to play clips for different sounds on the beats.

Or maybe using Generators and the On TimePassing callback if we want the option of sub-beat ticks and independence from the playhead. I haven’t messed with that, but looks simple enough to use as a timer for whatever sub-beat intervals the user wants (e.g., three ticks per beat).

Seems like changing racks would kill the metronome, though, if it was done with scripting. Unless it was being run in a separate instance…

Yeah, right now you would have to run it as a separate instance but that approach should work very well

“ failed to load plugin”, detected corrupted plugin data

Tried to install it

Yes it is not validate in Gig Performer.
It works in Ableton Live, maybe this is 32bit?

I have ableton lite, and it’s pathetic for cpu, can’t handle 1 version of Omnisphere while Gp itself can handle many, is the full version of ableton any better ?

Don’t know, as I never used that.
I have Suite.

Still on the hunt for a good Metronome VST? I just found this one. Very stable, very customizable. Can even use your own samples.
https://tick.talaviram.com
image

1 Like

What is the advantage over the inbuilt metronome?

Example;
Ableton LIVE Streams all of the tracks (stems). Multiple scenes. Each scene is a separate song.
GP Handles all of the live VST hosting via song list. Each song has it’s Key, BPM and Time Signature set. Yet Override global tempo is NOT set. Metronome is ACTIVE.

  1. Ableton LIVE Scene #2 is 6/8, 88 BPM
  2. GP Song #2 key is set to C, Tempo 120.00 Time/Sig 6/8 (tempo does not matter)
  3. Start the scene in Ableton LIVE
  4. Ableton LIVE tracks are streaming and GP Song #2 is selected
  5. The Metronome in GP starts, but it’s 4/4 not 6/8

I have tried this with and without LINK activated. Please advise