Maestro Midi Player Tool Kit - Good news for your rhythm game!

*********************************************************
Please leave a kind review on the Asset Store. It’s very motivating!
*********************************************************

Assets: Free MPTK and Pro MPTK

Info Oct, 31 2024

Maestro MPTK V2.13.0 available!

Notes:

  • Full sources are provided with the MPTK package. The benefit to you is obvious, but the counterpart is that when upgrading, conflicts with the previous version of MPTK may occur. If an error occurs during the upgrade to 2.13, delete the MidiPlayer/Scripts/MPTKGameObject folder before re-importing.
  • Avoid directly modifying MPTK sources (all files in the MidiPlayer folder), as upgrading to a new MPTK version will be difficult. Create your project outside the MidiPlayer folder.

New Features

  • Based on Unity version 2022.3
    • Compliant with Unity 2021.3
    • Validated with Unity 6
  • MidiStream player: Extended to 256 channels. Perfect for your music generated by algo.
  • MPTKWriter: Create MIDI until 256 channels for internal playing in MPTK.
    • Obviously, still not possible to write MIDI file with more than 16 channels.
  • MPTK_DebugActiveVoice added for advanced use.
  • Added new information and statistics displayed in MIDI file setup.

Demo & MVP

  • TestMidiExternalPlayer:
    • Add measure calculation and innerloop capabilities,
    • UI redesign.
    • Add a button to display list of voice playing.
  • TestOboe:
    • UI redesign.
  • TestMidiStreamPlayer:
    • Able to play with 32 channels.
    • Add a button to display list of voice playing.

Fixes

  • Replace obsolete method in Unity 6.
  • Correct synth attenuation range, limit to 1440.
  • HelperDemo:
    • Replaced method LabelC4FromMidi with method LabelFromMidi.
    • Now label centred in C4 (60 return C4).
    • Removed LabelFromEcart method.
  • MPTKWriter: Correct TickLast.
  • Effect with Oboe: process in blocks of 64 to improve the quality.
  • Fix warning when running
    • In folder MPTKGameObject/Pro, rename files MPTKEffect____.cs to MPTKEffect____Pro.cs.
    • In folder MPTKGameObject, create partial class MPTKEffect____.cs.
    • This change could generate an error during the upgrade, delete the MidiPlayer/Scripts/MPTKGameObject folder before re-importing.

Info Sep, 30 2024

Great news from DarkSky42, active member of the Discord MPTK site.
From different MPTK documentation sources (this site, public Discord chat, forum, source code), DarkSky42 has created a custom LLM based on ChatGPT. You are now able to ask all the questions you want and get a good level of response, request code example, verify your source code…
This is definitively an exceptional helper for using Maestro MPTK.
Many thanks to him!

** As usual with LLMs, you have to be careful with the answers and keep a critical eye.

Info Sep, 03 2024

Info Jun, 23 2024

Maestro MPTK V2.12.1 available! the focus is on the MIDI player. More precise tempo and a few new functions. Feel the groove!

New Features

  • These features are available in the MidiFilePlayer inspector with “Show MIDI Parameters / Show Performance Parameters” (see bellow). They are also available with the MPTK API.
  • MPTK_ThreadMidiPriority: MIDI thread priority to improve reading stability.
  • MPTK_ThreadMidiWait: MIDI thread waiting in milliseconds.
  • Thread Audio: when enabled, MIDI reader is integrated in the audio thread for more stable reading (can only be set by the inspector).
    • When enabled, MidiPriority and MidiWait are disabled.
    • Can’t be modified at runtime.
    • Really needed for low perf devices.
  • MPTK_RawSeek has been moved in this inspector section.
  • MPTK_CalculateTiming: Now, refresh all timing in the MIDI file: Tempo Map, Signature Map, Realtime, Measure, Beat.
  • MPTK_EventLastNote: Get the last MIDI event which holds a note-on.
  • MPTK_FindLastNote: Find the last MIDI event note-on. Useful, if you have dynamically changed the MIDI.
  • MPTK_StopPlayOnLastNote: MIDI playing stop at the last note found in the MIDI.

Demo & MVP

  • TestMidiFilePlayerScript: new possibilities for “Modify MIDI And Play” feature and redesign.
  • EuclideanRhythm: light redesign.

Fixes

  • Correct MPTKTempo.FindSegment from a time (thanks cihadturhan_unity).
  • Correct MidiFilePlayer.Duration: now take into account the duration of the last note-on event (thanks Izanol).

Info 28 May 2024

Maestro MPTK V2.12.0 is available!

  • Explore the newest release and its exceptional sound quality, honoring the FluidSynth legacy.
  • Also don’t miss demos available as build.

New Features

  • Update of the core MIDI synth from fluidsynth 1.3 to fluidsynth 2.3. Incredible new sound!
  • Ability to read and write META text with UTF8 encoding (out of MIDI standard).
  • DSP and iir filters in 64 bits.
  • Added MPTK_RawSeek function for instant looping.
  • Added MPTK_WebRequestError attribute for MidiFileExternalPlayer.

Demo & MVP

  • Added MIDI Viewer. Some colored line effects that move in relation to the music.
  • Added MVP demo TheSimplestRandomPlayer.
  • Added inner loop in TestMidiFilePlayerScript demo.
  • New MVP demo load midi and play.

Fixes

  • Oboe integration - correct assembly + many bugs.
  • Apply UI scale to all IMGUI demos.

Deprecated

  • MidiFilePlayer.MPTK_PulseLength deprecated, replaced by MPTK_Pulse.

Info 07 April 2024

Version 2.11.3 becomes 2.12.0 as there is good enhancements! Of course Extended Text attribute will be added for 모든 친구들을 위해 anywhere 世界で and 世间 but also an update for the MIDI synth based on Fluidsynth.

Just a recall: the MPTK core synth is based on the wonderful Fluidsynth which has been translated from C to C# to propose a good integration to Unity. But MPTK was based on Fluidsynth 1.4, so a good refresh was needed as the Fluidsynth last version is 2.3.

Thanks to Jonah for pointing this out. Have a look at his site https://playfulsystems.com/ it is fascinating.

Migration from Fluidsynth is not an easy task but this is now done:

  • Now MPTK sounds very close to the Fluidsynth sound.
  • Will facilitate future integration of Fluidsynth enhancements.
  • MPTK stays compliant to IL2CPP, so the Fluidsynth performance is preserved!

An Oboe integration update will be also available with new APK demos. Look for details here: Oboe: Fight Android Audio Latency - Maestro MPTK

Info 09 Marsh 2024

Version 2.11.3 available:

  • ExtendedText attribut for lyrics and all META text
    If the value is true, Text for META (e.g. lyrics) will be write with UTF8 encoding. The default is false.
    The MIDI standard only allows ASCII characters for this META, but with this extension you will be able to read and display characters like Korean, Chinese, Japanese and even French accented letters
    To enable reading of UTF8 characters from an MPTK MIDI player, set the MidiFilePlayer#MPTK_ExtendedText attribut to true.
    This is an MPTK extension of the MIDI standard, so if you read your MIDI file with another application, you may not find your original text.

Example of text:

Example of text:
mfw.AddText(track: 1, tick: absoluteTime, typeMeta: MPTKMeta.Lyric, text: "only ASCII");
mfw.AddText(track: 1, tick: absoluteTime, typeMeta: MPTKMeta.Lyric, text: "リリックテキスト");
mfw.AddText(track: 1, tick: absoluteTime, typeMeta: MPTKMeta.Lyric, text: "抒情文字");
mfw.AddText(track: 1, tick: absoluteTime, typeMeta: MPTKMeta.Lyric, text: "가사 텍스트");
mfw.AddText(track: 1, tick: absoluteTime, typeMeta: MPTKMeta.Lyric, text: "français éôè");
mfw.AddText(track: 1, tick: absoluteTime, typeMeta: MPTKMeta.Lyric, text: "Norsk språk");

Info 12 February 2024
Version is soon available on the Unity store with technical improvement and a new feature:

  • Technical improvement:

  • All MPTK sources are provided, which is great for understanding how MPTK works. However, a drawback is that when a change is made, even in your own script, the entire MPTK is recompiled, leading to unnecessary delays. The upcoming version split the sources into three assemblies, resulting in better separation and improved efficiency for your creations.

  • If your app doesn’t define any assemblies, this change won’t affect anything (just better building perf!). However, if you do have assemblies, you’ll need to reference the MidiPlayer.Run assembly in your own assembly (in general, only MidiPlayer.Run).

  • New feature (Pro only):

  • The upcoming feature will allow you to create an MPTK runtime without including a SoundFont. With one line, an enhanced API will facilitate downloading, caching, and loading a SoundFont while your application is running. Another benefit is that you’ll be able to offer different sets of instruments to your users, which is perfect for implementing your in-app purchasing feature.

  • Look at this post for detailed information.

Info 12 December 2023

  • Version 2.11.1 available on the Unity store with two fix.
  • Remove weird using inserted by Unity.
  • A “using UnityEngine.Purchasing” has been added to the script fluid_voice.cs. It’s not the first time, does anyone have an explanation why Unity sometime adds unwanted using directive?
  • Align MIDI list events in demo TestMidiFileLoad.

Info 4 December 2023

  • Version 2.11.0 available on the Unity store!

  • Maestro MPTK attained the age of maturity. This new version is mainly focused on consistency and simplification. I hope you will appreciate it!

  • Unfortunately, API consistency affects existing projects. A helper is available to assist you with the migration. We tried to minimize your changes and provide a complete documentation.

  • See News! for more details.

  • helper here

Info September, 24 2023

Info August, 28 2023

  • 5 Years Old Anniversary!
    Discover all the gifts with the version 2.10.0 in the release notes here.

Info August, 21 2023

  • Version 2.10 is ready and will be soon published!

Info July, 28 2023

  • A new version will be soon available with cool new features! So the 2.9.2 will be a 2.10.0:

  • New attributes Measure and Beat associated to each MIDI events

  • Take care of Time signature change

  • OnBeatEvent

  • New class MPTKInnerLoop for accurate looping inside the MIDI player with

  • Start, Resume, End, Max

  • OnEventInnerLoop event.

  • New feature for the MIDI Editor

  • 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.

  • Try to change the ‘DSP Buffer Size’ in the Unity Editor menu ‘Edit / Project Settings / Audio’ with value 512 or 1024.

  • A dedicated Maestro error log message will be displayed with the next version.

  • Also, a strong update of the use case page: Conceptual Schemas & Use Cases - Maestro MPTK It’s a good start point to understand Maestro!

Info May, 17 2023

  • Warning: if you are publishing an app for Android and using IL2CPP and
    set managed code stripping, you will not get music in your app. That will be corrected in the next version. Nevertheless, if you have an urgent need, contact me, I will push you the change to be done (quite simple).

  • Version 2.9.2 is in progress:

  • Add Preserve attribute to disable Unity linker strips (see above).

  • Add MIDI real time message to MidiKeyboard plugins.

  • TestMidiKeyborad: better design + play a MIDI file with an external synth.

  • MIDI Editor: calculate and display real time related to the tempo change.

Info May, 12 2023

  • Version 2.9.1 available!

  • MIDI Editor: Add loop points with UI [Pro] + new keyboard shortcut

  • New looping attributes: MPTK_TickStart, MPTK_TickEnd, MPTK_ModeStopVoice, MPTK_TickPlayer.

  • Regression corrected, restore FLUID_ATTEN_POWER_FACTOR to -531.509f (some voices was not played at low velocity)

  • Apply Speed change also on notes duration.

  • Better musicality, thank to MPTK_CutOffVolume default value set to 0.0001f, was 0.05

  • MidiLoop demo update

  • version 2.9.2 on the rail …

Info April, 30 2023

  • Horrible regression with the last version. The change of the FLUID_ATTEN_POWER_FACTOR value was not a good idea.Thank Silverknight to inform me and for the help to correct. I will restore to the previous value ASAP.
  • In the meantime, you can change this value in fluid_conv.cs to -531.509f. I apologize for this issue.

Info April, 23 2023

  • After 6 months of hard works, Maestro version 2.9.0 is now available on the Unity store.

  • Two major upgrades

  • Add a MIDI Editor in Unity Editor. It’s a base version with the most valuable features.

  • Some details here

  • Full rewrite of MidiFileWriter2 class [Pro].

  • Now based on MPTKEvent.

  • New features: add MIDI File insert and join features with MPTK_ImportFromEventsList in realtime.

Have Fun!

Info April, 14 2023

  • Issue corrected!

  • Maestro MPTK not available on the Unity asset store, free and pro :frowning:

  • I opened an issue and keep you inform.

Info February, 20 2023

  • Version 2.9 will be soon published. The base class of the MIDI reader/writer has been rewritten. That was mandatory for the sequencer (and a lot of works!). But the first benefit was for the MidiFileWriter2 class.

  • MidiFileWriter2 has been largely rewritten. Now based only on MPTKEvent it’s easier to create a MIDI file by script.

  • For example, it’s now possible to join MIDI files when MIDI is playing! A new demo about this features will be also available.

  • BTW, the sequencer is behind the schedule. A first version will be available but with limited possibilities (no saving, no velocity edit, …). That will be an opportunity to talk with you about the future of the sequencer!

  • Have Fun!

Info December, 28 2022

  • Just an overview of the future of Maestro: a MIDI sequencer in edit mode. For now, it’s just a POC (far away of a beta) to check that it’s possible in editor mode. The result is ok, but there is still a lot of work to be done!!!

  • Done:

  • importing MIDI files

  • real time MIDI player in Unity edit mode

  • real time editor

  • start from scratch and build your music

Info October, 04 2022

Info September, 27 2022

  • V2.89.5 is available!

  • Now playing MIDI is also possible in editor mode. It will be more easy to check your MIDI without running an app. Perhaps the premise of a built-in MIDI Sequencer Editor? See a short video here.

  • Add some stat calculation from MIDI file in the editor. It’s also very useful to understand how to process a MIDI file without running an app.

  • New MVP demo: read a MIDI file, add some MIDI events, and write in a MIDI file with a few lines of script (see SimplestMidiWriter). Pro version.

  • Corrected: MidiFileWriter2.MPTK_LoadFromFile is now working.

  • Method MidiLoad.MPTK_LoadFile is now available only in PRO version.
    MidiKeyboard (connect an external synth) is now available for CPU Silicon (M1, M2, …) on Mac. Pro version.

Info September, 10 2022

  • Good news for the WebGL compatibility, a Unity issue is open. We need your up-vote to accelerate the process. Thanks.

  • V2.89.5 is quite ready to be deployed. I like the editor extension able to play a MIDI … without running any app, I hope you too!

Info August, 20 2022

  • V2.89.5 is in progress …

Info July, 15 2022

  • V2.89.4 is available!

  • New SoundFont Import: select sample format (experimental).

  • New MVP Free: TheSimplestMidiGenerator, a “Hello world” demo.

  • Replacing obsolete Unity API functions.

  • MPTK_Play is now available for MidiFilePlayer and MidiSpatializer prefab (Pro).

  • Improvement of the pause on distance when Spatialization is on.

Info May, 29 2022

  • V2.89.3 is available!

  • Update to integrate the last version of Oboe (Fight Android Audio Latency)

  • Change tempo by script with MPTK_Tempo very easily. Ex:MPTK_Tempo = 120 (before, only MPTK_Speed was able to change the speed)

  • New MVP example to show how integrate in a few lines of script a MIDI device (Maestro Pro).

Info April, 22 2022

  • Hello Maestros! Just to inform you for some possible disturbance to access Maestro MPTK site https://paxstellar.fr
    I’m migrating this web site to another web hosting company and registrar. I hope that you will not have too much issues! Take me inform.

Info Marsh, 21 2022

  • V2.89.2 is available!

  • Update MidiFilePlayer inspector: add filter on the popup MIDI list for selecting a MIDI.

  • Corrected MidiStreamPlayer which was not able to spatilize the sound (Unity Spatialization).

  • Update TestMidiStream: demo how to play MIDI events with the keyboard. 0-9: play notes, Arrow keys: change preset.

  • Apply Sample Rate setting when loading SoundFont to be able to play Vorbis samples (Thank to Paul).

  • Add exception detection on all callback (like OnEventNotesMidi) to help detecting error in your script.

  • New design for MIDI and SoundFont Setup Windows. Now works fine with MacOS :slight_smile:

Info December, 08 2021

  • V2.89.2 is in progress!

  • New page on the web site for sharing with us your creation. Contact us!

  • This page is for you

Info November, 30 2021

Info October, 11 2021

  • Version 2.89.1 is available!. It’s a patch version, some fixes and quick enhancements.

  • Add helper link for the MidiFileLoader inspector and a related page on the web site.

  • Add delayed start to MPTK_Play (Pro version)

  • Add delayed stop to MPTK_Stop (Pro version)

  • Add short script demo for MIDI looping

  • Correct instantiation for all MPTK OnEventxxxx to avoid crash in rare cases.

  • Corrected: Preset change for channel 9 was disabled

  • New kind of demos are also available: MVP (for Minimum Viable Product) has just enough core features to effectively deploy the product, and not more. Very efficient to understand how using Maestro.

  • MVP Free: MidiLoop and TheSimplestMidiLoader

  • MVP Pro: Spatializer3D for spatializing MIDI by tracks in a few lines of code

Info September, 6

  • Finally it’s a version 2.89.0 because there is a lot of new functions! See below:

  • OnMidiEvent can be used like a preprocessor of the MIDI events: it’s possible to change the value of the MIDI events in real time . [Pro]

  • MPTK_TransExcludedChannel method useful to exclude a channel for transposing (in general, channel 9 for drums).

  • MPTK_keepPlayingNonLooped properties: when set to true, NoteOff or Duration for non-looped samples are ignored and the samples play through to the end.

  • Synth rate can be set to any value from the inspector or with MPTK_SynthRate.

  • Output rate and buffer size can be modified when playing but only for test purpose.

  • Added changing output rate and buffer size for iOS, but stay experimental.

  • MPTK_ChannelPresetChange: apply bank and preset change even if not available but return false.

  • MPTK_ChannelForcedPresetSet: apply bank and preset change even if not available but return false, able now to force bank.

  • MPTK_RealTime properties: real time since the start of the MIDI.

  • MPTK_KeepEndTrack properties: when set to true, meta MIDI event End Track are keep. Default is false.

  • MPTK_TickLastNote properties: tick position for the last note-on found.

  • MPTK_PositionLastNote properties: real time position in millisecond for the last note-on found in the MIDI.

See Version release for a full description.
Have Fun!

Info August, 24

Info July, 23

Info July, 19

  • version V2.88.3 in progress …

Info June, 21

  • Oyez! Oyez! Version 2.88.2 is available!

  • Very important, please read if you have issue when updating: package manager is buggy with some Unity versions. Try to use the latest LTS Unity version possible. For today:

  • With Unity 2020**: LTS Release 2020.3.12f1**,

  • With Unity 2019: LTS Release 2019.4.28f1

Info June, 18

  • Finally, we choose Unity 2019.4.28 to ensure a good stability. Obviously, Maestro remains also compatible with higher Unity versions.

  • We hope the version 2.88.2 will be available beginning newt week.

  • Have Fun!

Info June, 17

  • Finalizing the spatialisation by tracks took longer than expected … but the version is now ready.

  • Helas, we got a minor setback when publishing version 2.88.2 with the 2017. Unity team say : “New assets should not be submitted through Unity versions earlier than 2018.4.0 LTS”

  • While we are at it, we decided to move Maestro to a recent Unity version: the LTS 2020.3.0 or 2019.4.28.

  • We hope that any developers need to use an earlier version !

Info May, 22

  • Version 2.88.2 on the road!

  • Get a look here on this discord server dedicated to Maestro app’s. It’s a funny place for talking about new version, explain your need, exchange between users. But I’m a newbie with discord, I need your help to animate this server and your advice. You are all welcome!!!

  • Some new methods added:

  • MidiFilePlayer.MPTK_ReadMidiEvents

  • MPTKEvent.MTPK_GetSynthParameterDefaultValue, MTPK_GetSynthParameterLabel, MTPK_GetSynthParameterListGenerator, MTPK_ClearSynthParameter [Pro].

  • MidiFileLoader.MPTK_SearchMidiToPlay

  • Demo SpatializerFly: new look and capacity to defined 3D sound by midi tracks on top of midi channels.

Info April, 19

  • Version 2.881 is available! Fast review!

  • A user report some difficulties to update with this new version. Contact me if you have difficulties or error after updating. Unity Package Manager seems not absolutely reliable.

  • Main new functions

  • Midi Meta Event KeySignature and TimeSignature are now processed!

  • Look at the new entry in the MPTK menu: version detail and quick access to documentation and a new windows give a quick access to the 15 demos available.

Info Marsh, 23

  • Version 2.88 is on the way !

  • Soon, a little change for the name “Midi Player Tool Kit” name … to be continued.

  • Always more accuracy for the midi player:

  • Better calculation of the real time of each midi events . Now, takes into account Tempo Change.

  • A new properties with each midi events give you the time of the event. See RealTime in MPTKEvent class.

  • A lot of improvements for MidiFileWriter2!!!

  • Get automatic creation and ending of tracks.

  • Create a list of midi events and play it with the internal MPTK midi sequencer (no temp file created).

  • Dedicated methods to create each kind of midi event

  • Thanks for your comments, talks, mails, that help me to make MPTK better!!!

Info December, 29

  • Version 2.87 Pro is available !

  • New features available :

  • New MPTK event triggered by the audio engine. Absolutely essential if you are writing something like a sequencer or a rhythm game. Generated Music becomes very accurate !

  • Read a full description here.

  • Update of the “Midi Euclidean Rhythms” demo. Mainly to check the added event but also with a lot of good function to play music.

Info December, 02

  • Oyez! Oyez! version 2.86 is available. Thank to a very quick validation in 3 hours by the Unity team this morning.

  • Main new features:

  • Android: Ready to fight latency with the integration of the Unity asset Oboe. No code to write, just bought Oboe! [Pro].

  • Synthesizer: Real time synth parameters modification. Now you can hange the default SoundFont generator value (ADSR, LFO, Effect, …) by script for each voices [Pro].

  • Midi Device: To reduce latency with Midi keyboard, add possibility for reading midi events from a device with a callback [Pro].

  • See “version change” for other features.

  • Look here for Oboe integration in MPTK Oboe: Fight Android Audio Latency - Maestro MPTK

Some screen shot …

Synth parameters available for real time change:

This demo (with MPTK Pro) is useful to test latency but also the MPTK synthesizer voices run time effects and running different players at the same time. So, there is two prefabs MidiStreamPlayer for the drums and one MidiFilePlayer for the midi running at the same time.

An APK is available for those who want to test on their Android. Ask me by email, i will send you a link to the APK Euclidean Rhythm. Of course, I would be very happy to have your return.

Info November, 16

    • New class MidiFileWriter2 but the previous (MidiFileWriter) is maintain until the next major version. MidiFileWriter2 proposes a more consistent behavior with the others classes of MPTK and new helpful functions.
  • Warm your keyboard! Class MidiKeyboard - Connect MIDI keyboard and device - Maestro MPTK Midi output device capabilities on top of Midi reading has been added [Pro]. As usual, a demo (simple) is available.

  • And as usual, some issues corrected, see Release Notes.

Have Fun!


Infos october, 02

  • We had a talk with a person wondered if a sequencer is available with MPTK. The answer is yes and no! Yes there is a Midi Sequencer able to play Midi file in background, and no, there is not an User Interface to create you own sequence. We considered that there is a lot of free sequencers able to do that better than with Unity which is limited with it’s Graphical User Interface (GUI). But the question is open! Please, give your opinion if you think that a GUI Sequencer in MPTK could be interesting. Thank by advance for your response.

Infos september,18 (a lot of news!):

  • Please, have a look to this Important update on the MPTK web site : Scripting with MPTK. I hope that will help persons who want to develop scripts with MPTK.

  • If you want to update MPTK to 2.841, please remove your previous version: delete folder MidiPlayer from the project tab. I apologize for that, but sync update don’t remove source file which are deleted in the new version, so conflict are detected.

  • Version 2.841 s available on the store :slight_smile:

  • Horrible! The design of the two editors windows, Midi File Setup and Sound Font Setup, was ugly with Unity 2019 and 2020. Thank Unity to modify the default style of GUI!!! Corrected with this version.

  • You often ask for this function: add all Midi from a folder. Done!

New design for Midi File Setup and Sound Font Setup

Version 2.84 is available on the store :slight_smile:

  • Now switching between Midi playing is immediate.
  • Add functions to facilitate integration with Bolt [Pro]
  • Start and Stop playing gradually (ramp-up) [Pro].
  • Now Midi play also with Time.timeScale = 0.
  • And globally, a lot of enhancements on the demos (7 for free, 6 more with the pro version).

Have Fun !

Version 2.83 is available on the store :slight_smile:

  • This version adds great enhancement for spatialization. MPTK is ready for Virtual Reality and Augmented Reality applications

  • The spatialization by channel/instrument [Pro] defined the position of each instruments in the 3D world.

  • Have a look the the video below: you can fly inside a whole orchestra and listen for each instrument individually. The demo is available with the Pro version.

Main 2.82 new functions:

  • Builder for music range and chord which is useful for algo music - [Pro]

  • Integration with PlayerMaker and Adventure Creator - [Pro]

  • Spatialization capabilities, ready for your Virtual Reality project. [All versions]

Main 2.81 new functions:

  • Add fluidsynth effects for standard SoundFont effects and integration with Unity effects [Pro]
  • Add integration with Cinematic Sequencer - Slate [Pro]
    Watch here a quick tuto:

and the dedicated page on the MPTK web site.

Version 2.7

  • Midi Sequencer totally rewrited from the awesome fluidsynth: better processing of midi pause, change position, change tempo, speed, …

  • Separate thread: better performance for complex Midi when a lot of samples are played simultaneously. Parameters are availables to adjust the level of performance need.

  • Load SoundFont from the web or desktop while running. It is no longer necessary to load the SoundFont in the DB before playing [PRO]

  • Start playing from the first note.

  • Pause when focus loss. Essential for smartphone !

  • Set default interpolation mode to Linear for a better sound (previous version was set to None).

Also, for advanced needs, three preprocessors directives are available to help understanding the performance:

  • DEBUG_PERF_AUDIO
  • DEBUG_PERF_MIDI
  • DEBUG_STATUS_STAT

The demo TestMidiFilePlayerScripting has been adapted to display the performance KPI.

Version 2.65 available:

:star: Add Midi input functions (Windows and MacOS only) [PRO]. Thank to the new Prefab MidiInReader and the API to read a Midi keyboard. Integrate your Midi keyboard in a few clicks!
:star: Change Unity Audio buffer size and synth rate for again better tempo accuracy, better sound, low latency.
:star:Full rewrite of the MidiListPlayer Inspector [PRO]. Now you can play part of a Midi, choose time to start and stop, choose overlap before the next Midi in the list.
:star:See also the new demo based on Euclidean Rhythm Algo. It’s a rhythm box that could become a complete application.
:star: Preview of the new Midi file setup : new function to analyze the midi file, new design of the page, …
:star:Correct an issue with the Sustain control which can generate CPU overload
:star:Add Pitch change midi event

See below demonstrations …

Build a Rhythm Box:

Build a Midi Game:

Midi Player Tool Kit is a package able to play music from Midi files in your application or from your own algo. There is no need of external component or device.

Thank to SoundFont for adding hundred sounds of instruments for playing Midi files

  • No scripting C# or JS is mandatory: specific inspector defined all your needs directly in Unity editor. See an overview here (V2).
  • Add Midi Audio Source Prefab in your scene as much as you want.
  • Add Midi files (from the web or from your composition) as much as you want.
  • Play / Paused automatically based on distance.
  • API available (V2) to integrate MPTK in your application.

Version 2.7 beta on the road, could be available beginning February

:star:Add capabilities to load soundfont on the fly from local device or from the web [PRO]. It’s now possible to use MPTK without loading a soundfont in the resource folder.
:star:Add new attributes to evaluate accuracy and performance for Midi Playing and SoundFont Synthesizer.
:star:Midi Sequencer and SoundFont Synthesizer are now autonomous (played in separate thread): more accuracy, better performance.
:star:Replaced deprecated WWW method with UnityWebRequest for MidiExternalPlay prefab [PRO].
:star:Corrected timing accuracy with MacOS.
:star:Corrected bad sound when changing tempo or position when playing

Have Fun !

6 Likes

Hi
Version 2 available. Check API here.
Have Fun !

Hello Bachmann! Thank you for the interesting asset. You write: “…Midi Player Tool Kit converts SoundFont to a simpler format with not all the functionalities of SoudFont…” Would you please tell, which exactly functional of SoundFont is modified in Unity, or will be not available?

Hi Denis2018m,

Included : key range, velocity range, pan, sample, loop sample, OverridingRootKey, FineTune, CoarseTune
not included : ADSL, Chorus, Reverb, Frequency Modulation

Mainly, all heavy CPU consumming generator are not implemented.
[Edit: All functions now implemented in MPTK V2!]

Best regards

Is there a way to dynamically “feed” the player with data instead of sending a prebuilt file?
for example, what if I want to play a few chords instead of an entire song?
thanks,
Mark

Hi
If I well understand your question, you want to play music without a Midi file ?
The last version 1.5, can be used to play notes with the API. For each notes you have to defined : note, instrument, duration, volume, …
Have a look to this two demo in the package :

  • TestMidiStreamSimple : very simple (and horrible!) music generator. Usefull to understand how to use the MidiStreamPlayer Prefab.
  • TestMidiStreamGenerator : a more complex music generator with some algorithm. Could become in futur a new asset in the store :wink:

BR
Thierry

Hi,

interested in the plugin for the music tiles type game. The api link is broken to see if it would be possible.

Regards

Hi,
I apologize for this broken link. A new release has been published monday, I hope it would be available soon on the Unity Store.

Here the new url : https://paxstellar.fr/

BR
Thierry

Hi
API here :
https://paxstellar.fr/

Hi BachmannT,

I’m very happy that there is a free midi toolkit in asset store, I tried it but found a problem. Is the OnEventNotesMidi event only appear in PRO version? I can’t find it in free version.

Thank you very much!

Hello wangzy_88,
I’m happy if you are happy !
I can confirm that OnEventNotesMidi is also available on the free version.
I’m publishing a new version today (1.7), you could have a look to the new demo “Demo CatchMusic” where this event is used.

Best Regards
Thierry

Hello
The OnEventNotesMidi will be available with the version 1.7
The documentation was incorrect : see now here https://paxstellar.fr/

Version 1.7 will be available soon (published on Unity store June, 29)

Have Fun
Thierry

Hi Thierry,
Thank you for your answer!
I can’t find the 1.7 version now but I think the reason is asset store has upload delay. Anyway I’ll watch it:)

Have a good day!
wangzy_88

Hi
1.7 available !
Thank to Unity for the efficient publishing process !

Hi Thierry,

I tried the 1.7 version and I must say it’s very good! The new demo is interesting too!
Now I have two new questions:
Can I read the notes of midi without playing it?
Can I get the real time(since play start) of note? I found that the AbsoluteQuantize isn’t what I want.

Thank you!
wangzy_88

Hi wangzy_88

Yes ! from the inspector of MidiFilePlayer, have a look to “Direct Send to Player”. If not checked, no sound are played.
From the script, use properties MPTK_DirectSendToPlayer of a MidiFilePlayer component.

Yes ! Have a look to this properties of MidiFilePlayer.
/// Time from the start of playing the current midi
public virtual TimeSpan MPTK_PlayTime

it’s a TimeSpan, use MPTK_PlayTime.TotalMilliseconds to get the time in milliseconds

ps: thank for your good comment :wink:

Best regards
Thierry

Haha, I’m happy that you like my comment!
And what I really want to do is read the midi info in Editor, I want to let midi file to tell me the notes, but player will listen mp3 or wav, they sound better than midi.
Anyway I can play midi once and record the info, but if you have a better suggest, I’ll be very happy.:slight_smile:

PS: I found another way, use ReadMidiEvents() in MidiLoad, but I can’t get the real time too.

Have a good day!
wangzy_88

Hi,
Is there a way to do the following process with this kit?

  • transposing (changing) key of music

  • mapping each channel of MIDI to a specified channel of output device

  • I want to map each instrument to each channel of 7.1ch surround output device.

Thanks,
yamomoniy

Hello yamomoniy

For your questions :

  1. Yes, MPTK can transpose key of music. See inspector of MidiFilePlayer or API if you want also to transpose by script.
  2. No, for mapping each channel of MIDI to a specified channel of output device. MPTK don’t use midi device to play music.Music is played with waves extracted from Soundfont. No need of external device. But, could be an idea for a future version !

Best regards
Thierry

Hello Thierry-san,

I see. Thank you for your kind support!

Best regards,
yamomoniy