Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Squashed 'tuning_fork/' changes from bd8ef40..86de894
Browse files Browse the repository at this point in the history
86de894 upd tuning fork
5903058 fixing some big bugs
eccdb6a categories part 1
ed4e1d7 Screenshots
bd0bc7b more manifestos, xbox controller and videopoker ufbt fixes
01dd8a6 ufbt fixes part 2
63e0ba0 API 31 / unzip sources
REVERT: bd8ef40 Merge pull request #2 from portalsoup/ukulele
REVERT: c7cc6b4 first pass at new tuning
REVERT: b48e18c Update README.md
REVERT: 10e3ee0 Init
REVERT: 9b41159 Initial commit

git-subtree-dir: tuning_fork
git-subtree-split: 86de894
  • Loading branch information
Willy-JL committed Nov 12, 2023
1 parent bd8ef40 commit 62300d4
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 451 deletions.
8 changes: 6 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
App(
appid="tuning_fork",
name="Tuning Fork",
apptype=FlipperAppType.PLUGIN,
apptype=FlipperAppType.EXTERNAL,
entry_point="tuning_fork_app",
cdefines=["APP_TUNING_FORM"],
requires=[
"gui",
],
fap_icon="tuning_fork_icon.png",
fap_category="Music",
fap_category="Media",
stack_size=2 * 1024,
order=20,
fap_author="@besya & (Fixes by @Willy-JL)",
fap_weburl="https://github.com/besya/flipperzero-tuning-fork",
fap_version="1.1",
fap_description="Tuning fork for tuning musical instruments",
)
Binary file added img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions notes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef NOTES
#define NOTES


#define C0 16.35f
#define Cs0 17.32f
#define Db0 17.32f
Expand Down Expand Up @@ -157,4 +156,3 @@
#define B8 7902.13f

#endif //NOTES

Loading

0 comments on commit 62300d4

Please sign in to comment.