Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Releases: NodudeWasTaken/PythonDancer

Allow arrow key adjustments to sliders

20 Jan 20:07

Choose a tag to compare

AMPlitude

14 Jan 19:43

Choose a tag to compare

Allow changing amplitude
Corrected pitch offset to actually adjust pitch offset
Added centering slider
Switched to tkinter

FUN :)

New automode

01 Jul 13:56

Choose a tag to compare

The new automode will determine how many movements are above the set percentage, instead of taking the mean speed.
IE. If you select 60%, then the mean movement length/height should be above 60%.
Also made the mode selectable.

Cli from exe + fixes

02 May 12:32

Choose a tag to compare

release-5

Fix overwrite condition

Automap and speedups

26 Apr 16:19

Choose a tag to compare

It no longer downloads FFMpeg for Windows.
Download FFMpeg here: https://ffmpeg.org/download.html#build-windows
Place the exe along side PythonDancer.exe, or add it to %PATH% (see https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ )

Changelog:

  • Dont rerender audio on var change.
  • Automap implemented
  • Heatmap export
  • Status messages
  • Modularity

If you use console, its now ran like:

python -m dancer.ui
python -m dancer.cli -h

You can also now do funny stuff like:

parallel --jobs 4 python -m dancer.cli -c -a {} ::: ./videos/*.mp4

To automatically script a bunch of videos (but 4 at a time).
This works alright for most Cock Hero videos, so have at it 😉
Its somewhat hit and miss for JOI/Audio videos, but better than nothing.

Downgrade numpy to fix SystemError

22 Apr 22:46

Choose a tag to compare

release-3

Downgrade numpy to fix systemerror

Delayed renderer is back

19 Apr 17:29

Choose a tag to compare

It works by remembering that you changed the slider again, and running render again when ready.

PLP estimator is live, its also good enough for general usage now

18 Apr 11:04

Choose a tag to compare

PLP estimator is observed to eliminate drifting from the beat_track function and is useful for longer media.

Stop shipping ffmpeg

16 Apr 21:17

Choose a tag to compare

Stop shipping ffmpeg Pre-release
Pre-release
preview-7

Mistype lol

Qt build fix audio extraction

16 Apr 15:38

Choose a tag to compare

Pre-release
preview-6

Wrong filetype fix