EliteMasterEric / EnigmaEngine

A fork of FNF's Kade Engine that combines its QoL features with true mod support and new gameplay enhancements
https://enigmaengine.github.io/
Other
12 stars 1 forks source link

Enhancement: Support Different Time Signatures #74

Open EliteMasterEric opened 2 years ago

EliteMasterEric commented 2 years ago

I don't know much about music composition, but from what I understand, the fact that every section in an FNF song chart is exactly four beats/16 steps long means that certain types of songs don't quite work properly in terms of camera panning.

The proposal in #65 may make this possible. It makes the note data not tied to sections at all; instead, the thing that controls the camera is a set of song events, which are customizable.

I believe part of implementing #65 while still making the chart usable involves allowing for the automation of a setting the camera every four beats. A change here would involve a visual indication of where and when "sections" of the music chart end and changing where these automated camera switches happen.

Please correct me if I'm wrong here.