Skip to content

Commit

Permalink
Fix links and citations
Browse files Browse the repository at this point in the history
  • Loading branch information
suitougreentea committed Dec 26, 2015
1 parent e840d98 commit d63df6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For developers, it is easier to implement than BMS due to it being based on JSON
Format Overview
===============

The format follows `Web IDL (Second Edition)`
The format follows `Web IDL (Second Edition)`_

.. code-block:: c
Expand Down Expand Up @@ -198,7 +198,7 @@ clock time (MIDI clock): y
Beat Resolution
---------------

This is the number of pulses per one quarter note in a 4/4 measure. By default, this value is ``240``, which means that 1 quarter note is split into 240 pulses. [#]_
This is the number of pulses per one quarter note in a 4/4 measure. By default, this value is ``240``, which means that 1 quarter note is split into 240 pulses [#]_.

.. figure:: images/time_units.png

Expand Down Expand Up @@ -788,15 +788,15 @@ bga\_header :: [BGAHeader]


bga\_events, layer\_events, poor\_events :: [BGAEvent]
``bga_events`` represent image/video files that will be displayed as the song’s background animation[#]_.
``bga_events`` represent image/video files that will be displayed as the song’s background animation [#]_.

``layer_events`` represent image/video files that will be *layered* on top of the BGA.

- ``id`` specifies picture declared at ``bga_header``.

- ``y`` is pulse number when the picture is shown.

- Unlike \ `BMS Layer Channel #xxx07`_, black pixels will not be made transparent. If you want transparency, use a file format that support transparency, such as PNG[#]_.
- Unlike \ `BMS Layer Channel #xxx07`_, black pixels will not be made transparent. If you want transparency, use a file format that support transparency, such as PNG [#]_.

.. _`BMS Layer Channel #xxx07`: http://hitkey.nekokan.dyndns.info/cmds.htm#BMPXX-LAYER

Expand Down

0 comments on commit d63df6f

Please sign in to comment.