Global properties
The following events can be used to access global properties of the current FL Studio project.
import general
import midi
# Set tempo to 80.5 BPM
general.processRECEvent(
# Target global tempo
midi.REC_Tempo,
# 80.5 BPM (* 1000)
80500,
# Set value and update the display in FL Studio
midi.REC_Control | midi.REC_UpdateControl,
)
REC_MainShuffle
module-attribute
FL Studio's main swing, found in the channel rack.