Commit Graph

355 Commits

Author SHA1 Message Date
Robert Bendun
a7ed7a0d65 Proper usage message 2023-02-20 18:33:32 +01:00
Robert Bendun
83ede4ef81 Support complex syntax for command line arguments
Support parameters prefixed by '-' or '--'.
Support parameters in form 'key=value'
2023-02-20 18:16:20 +01:00
Robert Bendun
aaf6e6ec0c New parameter passing convention
With suggestions on wrong parameter names
2023-02-20 17:38:17 +01:00
Robert Bendun
deabd1865a Introduced integrated documentation for builtin functions 2023-01-30 14:59:14 +01:00
Robert Bendun
25b446a5cc v0.4.0 2023-01-15 02:28:39 +01:00
Robert Bendun
253e9f9700 fix compilation warnings 2023-01-15 01:39:42 +01:00
Robert Bendun
ddad9eafba Fix nested arithmetic expressions with undefined operator 2023-01-15 01:23:42 +01:00
Robert Bendun
a03d22ce8d Documentation for new builtins: peers, ports and start 2023-01-15 01:14:27 +01:00
Robert Bendun
a2149aa4ce Dockerfile forwards version parameter 2023-01-15 01:11:10 +01:00
Robert Bendun
9f57bbaecd Dockerfile builds Windows and Linux releases 2023-01-15 00:37:11 +01:00
Robert Bendun
243c49234f changed readme from pl to en 2023-01-14 23:11:45 +01:00
Robert Bendun
588e15a8b6 Merge branch 'port-in-context' 2023-01-14 23:05:42 +01:00
Robert Bendun
88f8fa7d75 remove unnesesary commandline params; :ports command 2023-01-14 23:01:51 +01:00
Robert Bendun
2b10ef61d0 credit ableton/link authors 2023-01-14 22:53:22 +01:00
Robert Bendun
860a302219 Move from std::stop_token to std::atomic<bool>
clang on macOS doesn't support <stop_token> now
2023-01-14 22:52:50 +01:00
Robert Bendun
23fe33abce peers builtin; fixed stop request issuing in starter 2023-01-14 22:52:50 +01:00
8d86dde405 Implemented start synchronization 2023-01-14 22:52:50 +01:00
Robert Bendun
99f89c2e8b Integrated Ableton/link library 2023-01-14 22:52:45 +01:00
Robert Bendun
4178308e96 make version info available 2023-01-14 22:48:15 +01:00
Robert Bendun
e008a45cf7 overalocate strings to ensure correctness; diagnostic for assigment to undefined variable 2023-01-12 20:51:15 +01:00
Robert Bendun
8c4aecf6e0 Error message for using assigment as comparison operator (#38) 2023-01-12 20:25:45 +01:00
Robert Bendun
87cea02b45 negative numbers; fixed duration builtin 2023-01-10 06:41:08 +01:00
Robert Bendun
8fbeaea80d introduced multiple port connections 2023-01-09 21:29:33 +01:00
Robert Bendun
0b8fd86680 more documentation for builtin call 2023-01-09 19:30:02 +01:00
f33627d05a minor fixes in documentation 2023-01-09 10:29:32 +01:00
dcf160f017 minor fixes in documentation 2023-01-09 10:29:01 +01:00
Robert Bendun
ef80bd0c5f builtin rotate: fix no arguments other then shift (#39) 2023-01-09 10:05:50 +01:00
aec2f3f496 add example 2023-01-09 10:03:39 +01:00
Robert Bendun
b39e1c4a0f builtin try: should be switched to macro with if or for 2023-01-09 09:58:31 +01:00
d85c29427d apply changes from commit 986545b2ec and 0b14f0c563 2023-01-08 14:20:52 +01:00
c8b8adca5d function documentation part 2 2023-01-08 14:14:47 +01:00
Robert Bendun
986545b2ec builtins note_{on,off}: error was reported even when function completed successfully (#37) 2023-01-08 09:56:44 +01:00
Robert Bendun
ad95299a7e fixed builtins ceil, floor, round (#37) 2023-01-08 09:41:30 +01:00
Robert Bendun
93a15a3cf8 test runner: support adding and updating specific test cases 2023-01-08 08:50:53 +01:00
Robert Bendun
c61b5c7e93 cleanup things that should never got here 2023-01-08 08:11:02 +01:00
Robert Bendun
0b14f0c563 builtin duration: fill note length from context (#37) 2023-01-08 08:09:42 +01:00
fc95405a06 functions documentation part 1 2023-01-07 19:37:41 +01:00
Robert Bendun
d7c26e5858 digits builtin 2022-12-30 15:31:39 +01:00
Robert Bendun
bda1e503c7 Builtin function documentation generates from implementation 2022-12-01 00:52:53 +01:00
Robert Bendun
b51088a9f0 Fixed for elise 2022-11-28 12:58:14 +01:00
Robert Bendun
2630dff5ac Sending proper Program Change MIDI message 2022-11-28 02:13:40 +01:00
Robert Bendun
7f73f3dcad Made context stack a tree; fixed function name in error printing 2022-11-21 17:03:14 +01:00
Robert Bendun
a32bfa24d3 Try to enable ANSI escape codes in Windows terminal 2022-11-21 01:52:26 +01:00
Robert Bendun
a6b54d231d Renamed targets in release archive 2022-11-20 16:16:36 +01:00
Robert Bendun
4fc3ef5208 Added Catch2 library 2022-11-20 16:14:12 +01:00
a92cffd150 Poprawki literówek i nomenklatury muzycznej 2022-11-16 21:17:30 +01:00
b94c7465c6 literówki 2022-11-14 19:58:24 +01:00
21431af191 Translation to polish 2022-11-14 19:55:09 +01:00
Robert Bendun
de210b571d By default connect to existing MIDI port in repl 2022-11-13 23:26:06 +01:00
Robert Bendun
e101d362b9 Basic polish tutorial 2022-11-12 01:25:16 +01:00