Sync playback to the actual beat count rather than relying on BPM #5

Open
ratijas wants to merge 43 commits from ratijas/muzika-gromche:work/r/beats into master
Contributor

Reorder some statements to make them visually more grouped together

Postfix patch went from 5 if-blocks down to only 3 \o/

There is no need to stop the creatureVoice and start it delayed in two
separate condition blocks. Also, the code should only rely on state
transitions, and not on AudioSource.isPlaying property.

Reorder some statements to make them visually more grouped together Postfix patch went from 5 if-blocks down to only 3 \o/ There is no need to stop the creatureVoice and start it delayed in two separate condition blocks. Also, the code should only rely on state transitions, and not on AudioSource.isPlaying property.
ratijas added 2 commits 2025-07-12 22:04:53 +00:00
caa4b9ccbd Reorder some statements to make them visually more grouped together
Postfix patch went from 5 if-blocks down to only 3 \o/

There is no need to stop the creatureVoice and start it delayed in two
separate condition blocks. Also, the code should only rely on state
transitions, and not on AudioSource.isPlaying property.
ratijas force-pushed work/r/beats from a69e46c6a3 to c6118862d4 2025-07-12 23:34:08 +00:00 Compare
ratijas force-pushed work/r/beats from c6118862d4 to d6a2bf21b1 2025-07-20 22:17:06 +00:00 Compare
ratijas added 1 commit 2025-07-20 22:56:58 +00:00
ratijas added 1 commit 2025-07-20 23:06:24 +00:00
39a8255532 Fix LethalConfig dependency string
Apparently, this is different from BepInEx plugin GUID.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b ratijas-work/r/beats master
git pull work/r/beats

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff ratijas-work/r/beats
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nikita/muzika-gromche#5
No description provided.