Skip to content

Releases: bates64/mamar

Mamar 1.0.0

17 Oct 01:13
7b7837a
Compare
Choose a tag to compare
  • Completely rewritten GUI
  • Moved to a web app rather than a desktop app
  • Added a landing page: https://mamar.nanaian.town
  • Added support for opening BGM files from an original game ROM without needing to extract them yourself
  • Added a tracker for editing commands in tracks
  • Made mute/solo feature realtime rather than require restarting the song
  • Added realtime tempo display
  • Added a selector to preview ambient sound effects (such as the monkey sounds used in Jade Jungle) alongside the song
  • Removed support for .ron files. Use 0.10.0 to convert them to .bgm and then 1.0.0 can open them.

Mamar 0.10.0

15 Sep 15:52
fa81ff4
Compare
Choose a tag to compare
  • Added tabs to switch variation
  • Added loop controls
  • Added 'New file' and 'Add section' buttons
  • Added buttons to reorder sections ('v' and '^' buttons)
  • When importing, MIDI tracks named "percussion" will be assumed to be drum tracks

Consider supporting me and Mamar's development!

Mamar 0.9.0

15 Apr 00:37
7868aba
Compare
Choose a tag to compare
  • Greatly improved MIDI importing
  • Added a new file open/save type: .ron files
    • These are structured, human-readable text files that Mamar can open and save
    • This feature is intended for manually doing things that the Mamar interface doesn't (yet) support
    • The file format is not guaranteed to stay stable between releases of Mamar; if the format changes, you will always be able to open the file in an older version of Mamar, save it as a .bgm file, then open the .bgm file in the latest release. Note however that this will discard some data such as the names of tracks.
  • Added Discord Rich Presence support ('Playing Mamar' status)

Mamar 0.8.1

14 Apr 21:03
9a2cb48
Compare
Choose a tag to compare
  • Reduced CPU use when connected to an emulator

Mamar 0.8.0

14 Apr 19:55
5d64fab
Compare
Choose a tag to compare
  • Some instruments are named, press the Set Instrument... button in the voice editor to view
  • The lower nibble of voice banks is now called 'staccato' (higher values have a shorter release time) and appears in the voice editor
  • MIDI pitch shift events are now translated to PM64 ones. The tuning will probably be off

Mamar 0.7.0

14 Apr 15:15
2118801
Compare
Choose a tag to compare
  • Voice (instrument) editing. Click a track and press 'Edit voice'.
  • Much improved hot-reload server. It now tells you if an emulator is connected and lets you reconnect after a disconnection.
    • No changes to the Project64 script.
  • Segments are now called "Variations".
  • Subsegments are now called "Sections", and only those with tracks are shown in the UI.
  • Tracks, variations, and sections are now given names when importing from a MIDI or named by file offset when viewing a BGM.
  • Some track flags have been given names.

Mamar 0.6.0

13 Apr 02:27
b95db4e
Compare
Choose a tag to compare
  • Added solo (S) and mute (M) toggles to tracks.
    • Muted tracks have their note velocities set to zero.
    • If any tracks are solo'd, only those that are solo'd will play.
    • Solo/mute state becomes permanent when you save the file; muting a track, saving the file, then reloading it will cause all the notes in that track to become irrecovably silent.
  • Added a track flag editor window. Click the track name in the list to view.
  • Various grapical improvements.

Mamar 0.5.1

11 Apr 22:49
ce12bb0
Compare
Choose a tag to compare
v0.5.1

v0.5.1

Mamar 0.5.0

11 Apr 22:40
fc0029f
Compare
Choose a tag to compare
  • Added ability to view segment, subsegment, and track flags. You can also swap tracks between 'Voice' and 'Drum' mode.
  • Added Reload File action (for @eldexterr)
  • Fixed Save action

Mamar 0.4.0

11 Apr 17:51
4e55ee3
Compare
Choose a tag to compare
  • UI rewrite