Musical Instrument Minecraft Interface (MIMI)

Musical Instrument Minecraft Interface - Play music with multiple instruments, multiple players, and MIDI files!

File Details

1.19.4-4.1.0-RELEASE-FORGE

  • R
  • May 25, 2024
  • 5.59 MB
  • 305
  • 1.19.4
  • Forge

File Name

mimimod-1.19.4-4.1.0.jar

Supported Versions

  • 1.19.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mimi-mod-499803:5371208")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 4.1.0 - RELEASE

This is a minor release of MIMI which includes several new features, lots of bug fixes, and a lot of technical changes to support NeoForge and 1.20.6.

Added

  • Added the Relay block which is used to rebroadcast a Transmitter's notes a greater distance and can also be used to re-map notes from the Transmitter to other channels.
  • Added the ability to broadcast notes from a connected MIDI device through the Transmitter item
  • Added back the ability to modify the folder that the Transmitter loads MIDI files from
  • Added the ability to modify the velocity (basically volume) of notes played by a connected MIDI input device
  • NeoForge support for 1.20.4 and beyond
  • Support for 1.20.6

Changed

  • Major refactoring of the broadcast message --> note --> sound system to substantially improve performance and flexibility
  • Fixed (hopefully) an issue where the server would sometimes hang while parsing MIDI files - thanks to kawaiicakes on GitHub for reporting this issue
  • Fixed an issue where breaking a Transmitter block while it was playing would cause notes to hang
  • Fixed various display and scaling issues with block instruments - thanks to caveNJ on GitHub for reporting this issue

Removed

  • Removed the ability to invert the instrument filter on a listener because of performance issues