Ulysses Zhan

Results 163 issues of Ulysses Zhan

It is really limiting the existence of complicated lisp codes in alda repl codes.

feature
low-hanging fruit

`alda-code` accepts just a string to work, so Alda 2 should be able to support it even with a much simpler lisp than Clojure. This function is important because it...

up for grabs
feature
low-hanging fruit

What I refer to by saying *backward search* is to seek the position in the Alda codes corresponding to a certain point in the music. This is a natural demand....

feature

There are cases where there are like dozens of notes lying under a slur. Then, appending each note with a tilde is very inconvenient, like: ``` piano: c16~ d~ e~...

feature

``` piano: V1: [c16 e g e c e g e | c f a f c f a f | d f a f d f a f |...

feature
idea

``` piano: (pedal 1) c d (pedal 0) e (pedal 1) f g a (pedal 0) ``` It may sound like (where `-` stands for sustaining) ``` c: ---- d:...

feature
idea

When KeysPerSecond is launched, there is a Window for me to configure it and there is no main GUI. However, if at this interface I hit Ctrl + R or...

bug

Just as the title says. Other windows (configure keys, about, etc.) work just fine so far.

bug

Just as the title says. The Java I use is OpenJDK 18.

bug
help wanted

The key [ is shown as ( in the interface. ![image](https://user-images.githubusercontent.com/26196187/172993040-574a9882-c541-4734-9813-662e46f2ccd4.png)

bug