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

  MIDITrail source code Ver.1.2.4 for macOS

  Copyright (C) 2010-2019 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 macOS.

(2) Development environment

  macOS 10.14.4 (Mojave)
  Xcode 9.4.1

(3) Folders

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

  Source/OGLUtility
    The OpenGL Utility project.
    It implements the wrapping for OpenGL 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".


