You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.8 KiB

2019-07-15 Version 1.3
Add "Invert Row" to pattern context menu, if clicked on a step.
Add "Clear Row" to pattern context menu, if clicked on a step.
Add powerful "Fill row with sub-pattern until this clicked-on step" to quickly repeat short snippets. (Pattern context menu, if clicked on a step)
Add Alt+MouseWheel to change the velocity of an entire row in the pattern.
Changing the scale (e.g. with the mousewheel in a note pitch selector) during playback now has an immediate audible effect.
Update documentation.
Remove strict Non Session Manager enforcement. Instead present a session directory chooser on startup, similar to --save.
Remove videos from git repository for easier download and distribution. Videos are now only hosted on laborejo.org, but could be downloaded by users.
Compilation without executable stack, a security risk.
Various build system improvements.
5 years ago
2019-04-15 Version 1.2
5 years ago
Optional mode without NSM: Commandline parameter --save or -s. See --help
In --save mode SIGUSR1 can be send to trigger a save.
Git repository is now public as https://laborejo.org/patroneo.git . Reflect that in the documentation/readme.
5 years ago
DejaVu Sans Sarif is now the default font and therefore a depency.
More reliable Qt settings.
The --mute switch now works when running without installation and without a global calfbox module.
Nuitka is now only necessary for installing system-wide. You can run 'make calfbox' and start locally afterwards.
5 years ago
5 years ago
2019-01-15 Version 1.1
5 years ago
Added tool to convert the grouping and step count without losing data or changing the music.
Added selector for note names (different languages and GM-drums)
Fixed "hanging notes" bug
Entire program is now based on a common Laborejo-Software-Suite shared program template.
Added "Save" to menu
5 years ago
Many fixes and optimisations in the C engine.
5 years ago
5 years ago
2018-09-15 Version 1.0
5 years ago
Initial Release