credit ableton/link authors
This commit is contained in:
parent
7324855c6d
commit
6150740c23
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Printing version number on non-quiet launch, or when provided `--version` or `:version`
|
||||
- Builtin function documentation generation from C++ Musique implementation source code
|
||||
- New builtins: digits
|
||||
- Introduced start synchronization with builtins: `peers` and `start`
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -71,5 +71,6 @@ Skopiuj katalog [editor/vscode-musique](editor/vscode-musique) do folderu `<user
|
||||
- Creator of [tl::expected](https://github.com/TartanLlama/expected) - [Sy Brand](https://sybrand.ink/)
|
||||
- Creator of [bestline](https://github.com/jart/bestline) - [Justine Tunney](https://justinetunney.com/)
|
||||
- Creator of [rtmidi](https://github.com/thestk/rtmidi/) - [Gary P. Scavone](http://www.music.mcgill.ca/~gary/)
|
||||
- Creators of [link](https://github.com/Ableton/link)
|
||||
|
||||
and all contributors that created libraries above.
|
||||
|
@ -88,6 +88,7 @@ static T pop(std::span<char const*> &span)
|
||||
" Sy Brand, https://sybrand.ink/, creator of tl::expected https://github.com/TartanLlama/expected\n"
|
||||
" Justine Tunney, https://justinetunney.com, creator of bestline readline library https://github.com/jart/bestline\n"
|
||||
" Gary P. Scavone, http://www.music.mcgill.ca/~gary/, creator of rtmidi https://github.com/thestk/rtmidi\n"
|
||||
" Creators of ableton/link, https://github.com/Ableton/link\n"
|
||||
;
|
||||
std::exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user