mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add tuner app (#534)
This commit is contained in:
parent
9f7a3c6ec3
commit
45b8944f91
1 changed files with 18 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue