Skip to content

Tags: geoffreybennett/alsa-scarlett-gui

Tags

0.4.1-test1

Toggle 0.4.1-test1's commit message
Add peak value display to the level meters

0.4.0

Toggle 0.4.0's commit message
Update documentation for Scarlett 4th Gen and Vocaster

0.4.0-test3

Toggle 0.4.0-test3's commit message
Update documentation for Scarlett 4th Gen and Vocaster

0.4.0-test2

Toggle 0.4.0-test2's commit message
Update documentation for Scarlett 4th Gen and Vocaster

0.4.0-test1

Toggle 0.4.0-test1's commit message
Update documentation for Scarlett 4th Gen and Vocaster

0.3.3

Toggle 0.3.3's commit message
src/Makefile: Respect CFLAGS from environment

0.3.2

Toggle 0.3.2's commit message
Check Firmware Version before enabling Levels menu item

The level meters don't work correctly on earlier kernel versions, so
they shouldn't be displayed in that case. The "Firmware Version" ALSA
control was added to the kernel at the same time as the level meters
were fixed, so use the presence of that to determine whether or not to
enable the menu item.

0.3.1

Toggle 0.3.1's commit message
Update Makefile to get version from $APP_VERSION

If git describe fails, check $APP_VERSION, otherwise set the version
to "Unknown".

0.3

Toggle 0.3's commit message
Github action to build debian package on release

0.2

Toggle 0.2's commit message
Add top-level Makefile and RPM spec file for packaging

Top-level Makefile can create tar and RPM files to release.
Also add *.tar.gz to .gitignore.