Bez popisu

Ihar Biaspalau 55b8294977 Nested tunings and UI improvements před 10 měsíci
img b48e18cef8 Update README.md před 3 roky
.gitignore 55b8294977 Nested tunings and UI improvements před 10 měsíci
LICENSE 9b4115937e Initial commit před 3 roky
README.md d464d430ab chore: update readme před 10 měsíci
application.fam 42bc3098b5 chore: update application.fam před 10 měsíci
constants.h 55b8294977 Nested tunings and UI improvements před 10 měsíci
instruments.h 55b8294977 Nested tunings and UI improvements před 10 měsíci
notes.h 9f0ba6d2c4 refactor: codebase improvements před 10 měsíci
tuning_fork.c 55b8294977 Nested tunings and UI improvements před 10 měsíci
tuning_fork_icon.png 10e3ee0751 Init před 3 roky
tunings.h 55b8294977 Nested tunings and UI improvements před 10 měsíci
types.h 55b8294977 Nested tunings and UI improvements před 10 měsíci

README.md

Tuning Fork

A tuning fork for the Flipper Zero device. Allows to play different notes in different pitches.

screenshot

Features

  • Tuning forks (440Hz, 432Hz, etc.)
  • Scientific pitch (..., 256Hz, 512Hz, 1024Hz, ...)
  • Guitar Standard (6 strings)
  • Guitar Drop D (6 strings)
  • Guitar D (6 strings)
  • Guitar Drop C (6 strings)
  • Guitar Standard (7 strings)
  • Bass Standard (4 strings)
  • Bass Standard Tenor (4 strings)
  • Bass Standard (5 strings)
  • Bass Standard Tenor (5 strings)
  • Bass Drop D (4 strings)
  • Bass D (4 strings)
  • Bass Drop A (5 strings)

Development

Install ufbt

Linux & macOS: python3 -m pip install --upgrade ufbt Windows: py -m pip install --upgrade ufbt

Clone repo

git clone https://github.com/besya/flipperzero-tuning-fork.git

Navigate to project folder

cd flipperzero-tuning-fork

Prepare VSCode environment

ufbt vscode_dist

Build app

ufbt

This command creates dist/tuning_fork.fap

Launch app

ufbt launch

This command deploys app to Flipper Zero and launches an application

Contibuting

  1. Fork repo
  2. Clone
  3. Create branch
  4. Make changes
  5. Commit changes and push to branch
  6. Open fork page and click Contribute
  7. Create a pull-request from your branch to this repo's main branch

Acknowledgements

Special thanks to:

License

This project is licensed under the GNU GPL v3 - see the LICENSE file for details.