Replies: 2 comments 3 replies
-
Sure, it's just not in the default properties file. If the smooth transition is not broken in current libprojectM (which is a possibility given the current work we're doing on the core), you can add and change any of these values, defaults are noted: # Preset display time in seconds
projectM.displayDuration = 30
# Slow cut duration in seconds
projectM.transitionDuration = 3
# True to enable beat-driven immediate cuts
projectM.hardCutsEnabled = false
# Number of seconds after which a hard cut can happen
projectM.hardCutDuration = 20
# Beat "power" sensitivity for hard cuts (not to be confused with beat sensitivity)
projectM.hardCutSensitivity = 1.0
# Beat detection sensitivity for preset effects
projectM.beatSensitivity = 1.0
# True to shuffle the playlost, false to play presets in order
projectM.shuffleEnabled = true |
Beta Was this translation helpful? Give feedback.
3 replies
-
Just a heads-up here: The latest development sources now have new transition code, which properly blends presets using (ShaderToy-compatible) shaders. We're close to releasing version 4.1 of the library, and the new frontend UI is also making progress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am having a good experience with the SDL2 frontend on Linux.
Is there an option to have it do slow cuts of a specifiable duration between presets?
I had previously seen this option with a much older version of the qt frontend, but I'm not sure if I'm overlooking it now.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions