Robert Bendun
2452b95a90
Par now accepts arrays
2022-08-21 14:49:39 +02:00
Robert Bendun
e3164395de
Range function for Musique language
2022-08-21 13:45:34 +02:00
Robert Bendun
eb36ad2c93
Implemented Number::{ceil, floor, round, pow, inverse}
...
Except that pow only accepts integer exponents, since nth root is not
that quick to implement and simple blind implementation may have
performance issues.
2022-08-21 00:43:04 +02:00
Robert Bendun
ab6ed8f45c
Report nice error when without MIDI connection
2022-08-19 16:06:33 +02:00
Robert Bendun
7fb6df219c
Successfully separated small portion of include/musique.hh
2022-08-18 22:48:11 +02:00
Robert Bendun
0b3dc2bb57
Move src/musique.hh to include/musique.hh
...
This is preparation for separation of public musique interface and
implementation details shared across files.
2022-08-18 22:44:04 +02:00