Skip to content

Commit

Permalink
Change to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrk committed Oct 6, 2024
1 parent 52de4aa commit e07c4d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.22)

project(manatools
VERSION 0.1.0
VERSION 0.2.0
LANGUAGES C CXX
)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Its name comes from Manatee, the name of an audio driver (and that of a marine m

## Download

Downloads are not available yet, sorry. For now you will have to [make a build yourself](BUILDING.md).
Releases for Windows are published at https://github.com/dakrk/manatools/releases.

## Building

Expand All @@ -24,7 +24,7 @@ Please view [BUILDING.md](BUILDING.md).
| MIDI Program/Drum Bank | .mpb, .mdb | MPB/MDB files store instrument and sample data for music, although sometimes they are also used for SFX. | Extractable, modifiable. |
| MIDI Sequence Bank | .msb | MSB files store data for MIDI sequences. Despite its name, the data doesn't seem very MIDI compliant. | Extractable, cannot modify yet. |
| Multi-Unit | .mlt | MLT files are a collection of these file formats, to get mapped into the AICA sound processor's RAM. | Extractable, modifiable. |
| One Shot Bank | .osb | OSB files are used for SFX. They share similar parameters with MPB, minus the MIDI note/velocity stuff. | Extractable, cannot modify yet. |
| One Shot Bank | .osb | OSB files are used for SFX. They share similar parameters with MPB, minus the MIDI note/velocity stuff. | Extractable, modifiable. |
| FX Output Bank | .fob | FOB files are a bank of output/mixer data. Mixer data stores level and panning values for up to 16 channels. | Documented, no tools available yet. |
| FX Program Bank | .fpb | FPB files store DSP programs for FX. | Not enough information yet. |

Expand Down

0 comments on commit e07c4d2

Please sign in to comment.