Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guitar tuner #976

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions data/config/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@ to save the current settings to XML.
<long>Regex for matching the MIDI devices to use. The default is to use all available devices.</long>
<stringvalue></stringvalue>
</entry>
<entry name="game/unstable_features" type="uint" value="0">
<limits>
<enum>Only stable features</enum>
<enum>Enable features in beta state</enum>
<enum>Enable features in alpha and beta state</enum>
</limits>
<short>Feature state selection</short>
<long>Choose if performous should offer unstable features. Those features are not tested enough and may crash.</long>
</entry>
<!--
<entry name="game/fallback_encoding" type="int" value="2">
<limits>
Expand Down
Binary file added data/themes/default/Guitar6Strings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions data/themes/default/bar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.