Add tuner app (#534)

This commit is contained in:
Bill Farmer 2020-04-16 23:35:02 +01:00 committed by GitHub
parent 9f7a3c6ec3
commit 45b8944f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7735,5 +7735,23 @@
"python"
]
}
{
"short_description": "Musical Instrument Tuner",
"categories": [
"audio"
],
"repo_url": "https://github.com/billthefarmer/ctuner",
"title": "Tuner",
"icon_url": "https://github.com/billthefarmer/ctuner/raw/master/swift/Tuner.png",
"screenshots": [
"https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-swift.png",
"https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-preferences.png",
"https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Note-filter.png"
],
"official_site": "https://billthefarmer.github.io/ctuner",
"languages": [
"swift"
]
}
]
}