**********************************************************************

  MIDITrail source code Ver.2.0.0 for iOS

  Copyright (C) 2010-2022 WADA Masashi. All Rights Reserved.

  Web : https://osdn.jp/projects/miditrail/
  Mail: yknk@users.osdn.me

**********************************************************************

(1) Introduction

  This is the entire source code of MIDITrail for iOS.

(2) Development environment

  macOS 12.6.1 (Monterey)
  Xcode 14.1

(3) Folders

  Sources/MIDITrail
    The application project.
    It implements the processing of rendering by OGL Utility.
    It uses "OGLUtility", "SMIDILib" and "YNBaseLib".

  Source/OGLUtility
    The OGL Utility project.
    It implements the wrapping for Metal APIs.
    It uses "YNBaseLib".

  Sources/SMIDILib
    The Simple MIDI Library project.
    It implements the processing of MIDI control and analyzing note informantion.
    It uses "YNBaseLib".

  Sources/YNBaseLib
    The Basic Library Project.
    It implements the error control and utility functions.

(4) License

  MIDITrail is released under the BSD license.
  Please check "LICENSE.txt".


