MusIT


Timing accuracy MIDI Sequencer and Audio Synthesizer run in separate system threads, not in the Unity thread, consequently playing music has no impact on your game or application timing. You can modify Unity Audio Parameters from the MPTK prefab. So, Read more…


This video is a comparison of three Midi files playing in V1 and V2. For the first one (Adagio) the difference is not so obvious, but for the two others, it’s clear!


MPTK is operational on Windows, Mac OS, IOs and Android. Warning: with Mac M1 and M2 architecture, in some case the DSP buffer length is not a multiple of 64: no sound will be produced or error will be displayed. Read more…


See below the change with the V2: New Midi Synthesizer based on the excellent fluidsynth project. Code has been converted from C to C# and, of course adapted to Unity. New class MidiLoad. Useful to load and process all the Read more…


MPTK Pro version comes without any SoundFont, wave or Midi files. The reasons are : Get a small package to speed up download of update. Don’t interfere with your project. Let you make your best choice! If you really want Read more…


Play multiple Midi files depending the distance with the Listener Generate music on fly, thank to the MidiStreamPlayer Change Sounfonts on fly (Pro version) Add and Optimize Soundfonts (Pro version)


Audio Source Template MidiFilePlayer and MidiStreamPlayer gameobject contains an AudioSource template. This audio source is used as a template to play each sounds in your Midi File Player. An AudioSource is instantiated when there is the need to play a Read more…