Improve descriptions in README files, displayed in the main README.md. (#308)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# orx-expression-evaluator
|
||||
|
||||
Tools to evaluate expression strings
|
||||
Tools to evaluate strings containing mathematical expressions.
|
||||
|
||||
# Expression evaluator
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# orx-midi
|
||||
|
||||
Basic MIDI support for keyboards and controllers. Send and receive note and control change events.
|
||||
MIDI support for keyboards and controllers. Send and receive note and control change events.
|
||||
Bind inputs to variables.
|
||||
|
||||
Orx-midi is a wrapper around javax.midi.
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# orx-minim
|
||||
|
||||
A minimal Minim support library
|
||||
Simplifies working with the Minim sound library.
|
||||
Provides sound synthesis and analysis.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# orx-video-profiles
|
||||
|
||||
A collection of `VideoWriterProfile` implementations that can be used with `ScreenRecorder` and `VideoWriter`
|
||||
GIF, H265, PNG, Prores, TIFF and Webp `VideoWriterProfile`s for `ScreenRecorder` and `VideoWriter`.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -24,7 +24,7 @@ fun main() = application {
|
||||
}
|
||||
```
|
||||
|
||||
Later use `gifsicle` or similar to further reduce file size. For example:
|
||||
Then use `gifsicle` or a similar tool to reduce the gif file size. For example:
|
||||
|
||||
```
|
||||
$ gifsicle --loop --delay=4 --colors 16 --optimize=2 heavy.gif >lessheavy.gif
|
||||
|
||||
Reference in New Issue
Block a user