MFP always in 4/4 mode

Can you upload a small gig file and the used MIDI File, so I could check?
And please describe exact steps to reproduce.

Archive.zip (41.2 KB)
steps to reproduce : install " Aline.gpsong" in setlist, play, the counter bar is not synchronised with the midifile bars.
is it ok like that ?
thanks for your help.

What version of Gig Performer are you using?
Can you please post a screenshot how your MIDI File Player looks when playing?

Are you talking about the counter bar in the main window of Gig Performer?

Capture d’écran 2022-11-24 à 09.20.30
I’m talking about this created counter bar

Sorry, I do not get it, what is the issue?

When I press for example the widget labelled AFP then the red widget runs from 1:1 to 1:6
and then from 2:1 to 2:6

What is the issue?


in fact, for example instead of being at bar N°10, the red widget is at the measure N°5.
the problem is only on 6/8 - 12/8 midi’s. for 4/4 it’s ok.

Try following:
Load the song
Go to wiring view
Open MFP
and then press play in MFP

Now time should look like this

And then test again.

STOP!
If found the issue

Please map the red widget to BarBeatDisplay

I mapped the red widget to " BarBeatDisplay", but when I start to play ont the green AFP widget there is no count on the red widget…

Please upload the gig fiel, so I can check, Thx

Archive1.zip (41.1 KB)
thanks

Now I can reproduce.

1 Like

Hello, did you find where the problem is coming from ?

I am not sure, maybe you need a script to show bar:beat

What will be the next step for me ? I’m not able to write a script for instance.

I will make a script for you.
Maybe in some hours

Give the red widget a OSC/GPScript Name and clear the Mapping !

And use that rackspace script
Bildschirmfoto 2022-11-26 um 12.10.25

Paste code and press compile and then close the window

Here is the code

var Bars : Widget

// Called when beat changes
// Only beat number is valid for now
On BeatChanged(bar : integer, beat : integer)
 Bars.SetWidgetLabel(""+bar+":"+beat)
End

And very important: Set the Song property to the correct time Signature
Bildschirmfoto 2022-11-26 um 12.12.43

Thanks a lot.
I will try it and let you know.