Improve descriptions in README files, displayed in the main README.md. (#308)

This commit is contained in:
Abe Pazos
2023-04-27 15:53:44 +02:00
committed by GitHub
parent 8cf89d4039
commit f7fda5fab1
25 changed files with 52 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
# orx-expression-evaluator
Tools to evaluate expression strings
Tools to evaluate strings containing mathematical expressions.
# Expression evaluator

View File

@@ -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.

View File

@@ -1,6 +1,7 @@
# orx-minim
A minimal Minim support library
Simplifies working with the Minim sound library.
Provides sound synthesis and analysis.
## Usage

View File

@@ -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