Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anosatsuk124/mml-runner
https://github.com/anosatsuk124/mml-runner
mml music-composition
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anosatsuk124/mml-runner
- Owner: anosatsuk124
- License: apache-2.0
- Created: 2024-12-02T00:32:35.000Z (about 1 month ago)
- Default Branch: 0.1.x
- Last Pushed: 2024-12-18T15:56:44.000Z (24 days ago)
- Last Synced: 2024-12-18T16:22:32.695Z (24 days ago)
- Topics: mml, music-composition
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mml-runner
## Installation
```bash
go install github.com/anosatsuk124/mml-runner/packages/[email protected]
```## Usage
```bash
mml-runner -i -f -p -eUsage of mml-runner:
-e value
Executable files to execute and expand the output as MML (Optional)
-f value
MML files to process (Required)
-h Show help
-i value
Include files to process (Optional)
-p string
Midi Out port to use (Required)
```## License Information
```
Copyright 2024 Satsuki AkibaLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```