Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmatze authored Feb 12, 2021
1 parent 9e6dccd commit d727614
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ FmSynth ...
- API FMSYNTH midi support
- API FMSYNTH sound patches

- **bonus:**
- collection of instrument and bank files I've found over the internet
see directory instruments or unzip instruments.zip
- documentation see directory doc

**extended features - MIDI:**
- mkMidi.c / mkMidi.h in directory mkmidi
- library to create and play midifile (type 0, 1) on **windows** midi devices,
Expand All @@ -68,19 +63,25 @@ FmSynth ...

**extended features - TCL/TK:**
- mk.c
- wrapper library to use mkMidi.c to create and play midifile (type 0, 1)
on **windows** midi devices, specially: fmsynth (adlibemu)
- wrapper library to use mkMidi.c to create and play midifile (type 0, 1) on **windows** midi devices
- specially: fmsynth (adlibemu)

- fmsynth.tcl
- GUI for FMSYNTH

- commands:
- mk::help view this help
- mk::list get device list
- mk::open open device -> get new cmd for midi device or fmsynth
- mk::track create and processing midi tracks -> get new command
- mk::play play / render midi file

- every command can show help informations: cmd ?

- **bonus:**
- collection of instrument and bank files I've found over the internet
see directory instruments or unzip instruments.zip
- documentation see directory doc
- sample midi files in directory smf

**todo:**

Expand Down

0 comments on commit d727614

Please sign in to comment.