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

emdee 0.1.0 #1057

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions index/em/emdee/emdee-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name = "emdee"
description = "Performance assistant for Musical Directors"
long-description = """
# Overview

`eMDee` is a live performance and rehearsal assistant for musical directors which removes the need to have folders of tracks and command-line windows open in order to play backing tracks for performance groups such as singers, choirs, and theatre-groups.

The MD can plan in advance the order of performance; later, `eMDee` will facilitate the playing of each track in the specfied order during the performance.

Additional controls may be added to specific tracks such as changing the volume level.
"""

version = "0.1.0"

authors = ["Stephen Merrony"]
maintainers = ["Stephen Merrony <[email protected]>"]
maintainers-logins = ["SMerrony"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/SMerrony/emdee"
tags = ["performance", "theatre", "midi", "mp3", "soundtrack", "player", "wav", "flac", "ogg", "music", "ffplay", "aplaymidi", "playsmf"]

executables = ["emdee"]

[available.'case(os)']
linux = true
macos = false
windows = true
'...' = false

[[depends-on]]
gtkada = "^24.0.0"

[[depends-on]]
ada_toml = "~0.4.0"

[build-switches]
"*".ada_version = "Ada2022"
development.style_checks = ["-gnaty-m"]
release.style_checks = "No"

[[depends-on]]
[depends-on.'case(os)'.windows]
win32ada = "^23.0.0"

[origin]
commit = "b28d91087fa2a192e43e9df7a225c044a8fc02e2"
url = "git+https://github.com/SMerrony/emdee.git"

Loading