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

Chords are being ignored during compilation #14

Closed
slurmulon opened this issue Dec 7, 2018 · 0 comments
Closed

Chords are being ignored during compilation #14

slurmulon opened this issue Dec 7, 2018 · 0 comments
Assignees
Labels

Comments

@slurmulon
Copy link
Owner

Problem

The Chord entity seems to be getting ignored during parsing and/or compilation.

Example

In this case, the resulting data field is entirely empty.

Bach

@Tempo = 68

:G = Chord('G3')
:D = Chord('D3')
:A = Chord('A3m')

!Play [
  1 -> :G
  1 -> :D
  2 -> :A
]

Bach.JSON

{
    "data": [],
    "headers": {
        "audio": "",
        "desc": "",
        "link": "",
        "lowest-beat": 1,
        "ms-per-beat": 2000.0,
        "tags": [],
        "tempo": 120,
        "time": [
            4,
            4
        ],
        "title": "Untitled",
        "total-beats": 0
    }
}
@slurmulon slurmulon added the bug label Dec 7, 2018
@slurmulon slurmulon self-assigned this Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant