Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/audio/util/Timeline.java

    r315 r1102  
    66 *
    77 * <ul>
    8  *              <li>The initation point: This is the smallest initiation time
    9  *                      <b>(not neccessarily zero)</b> in the frame - at its X pixel.
     8 *              <li>The initiation point: This is the smallest initiation time
     9 *                      <b>(not necessarily zero)</b> in the frame - at its X pixel.
    1010 *              <li>The end point: This is how long the frame runs for - and the
    1111 *                      x-pixel position of the last played track in the frame.
    1212 * </ul>
    1313 *
    14  * They are simple imutable objects thus are not kept consistant with model.
     14 * They are simple immutable objects thus are not kept consistent with model.
    1515 *
    1616 * @author Brook Novak
Note: See TracChangeset for help on using the changeset viewer.