Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Move code to workspace in scorefall-studio repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Feb 16, 2020
1 parent 6d7fe86 commit 4fa0112
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 3,194 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .rustfmt.toml

This file was deleted.

32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

41 changes: 0 additions & 41 deletions Cargo.toml

This file was deleted.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 1,4 @@
# Score File (*.scof)
Music score format developed for ScoreFall based on a zip file.

## Format
Format is in a zip file. An example contents are in `scof/`. A schema describing the format is in `schema/`.

## Language
Each file is based on [MuON (Micro Object Notation)](https://github.com/DougLau/muon/). Details can be found in `schema`.

## About
Bars of music in scof must always have the correct number of beats. Using functions provided in this crate you should not be able to get the wrong number of beats, or incorrect/hard-to-read notation.

### TODO
- Schema for synthesis (soundfont data, instruments)
- Schema for formatting (page breaks, line breaks, customized spacing, font choice)
# Scof
Code has moved to the
[ScoreFall Studio](https://github.com/scorefall/scorefall-studio)
repository as part of a Cargo workspace.
Binary file removed a.scof
Binary file not shown.
3 changes: 0 additions & 3 deletions compress.sh

This file was deleted.

103 changes: 0 additions & 103 deletions schema/Meta.muon

This file was deleted.

108 changes: 0 additions & 108 deletions schema/Movement.muon

This file was deleted.

13 changes: 0 additions & 13 deletions schema/Style.muon

This file was deleted.

2 changes: 0 additions & 2 deletions scof/About.md

This file was deleted.

6 changes: 0 additions & 6 deletions scof/Meta.muon

This file was deleted.

Empty file removed scof/Movement/Finale.muon
Empty file.
Empty file removed scof/Movement/Part II.muon
Empty file.
19 changes: 0 additions & 19 deletions scof/Movement/The Beginning.muon

This file was deleted.

6 changes: 0 additions & 6 deletions scof/Style.muon

This file was deleted.

9 changes: 0 additions & 9 deletions scof/Synth.muon

This file was deleted.

Loading

0 comments on commit 4fa0112

Please sign in to comment.