#include <period-type.h>
Public Member Functions | |
| quad_period_type () | |
| quad_period_type (int p) | |
| const bool | none () |
| const bool | valid () |
| const quad_period_type | doubled () |
| const quad_period_type | halved () |
| const quad_period_type | muldiv (signed8 mul, signed8 div) |
| operator signed8 () | |
Public Attributes | |
| signed8 | qperiod |
Static Public Attributes | |
| static const int | no_period = -1 |
| quad_period_type::quad_period_type | ( | ) | [inline] |
| quad_period_type::quad_period_type | ( | int | p | ) | [inline] |
References qperiod.
| const quad_period_type quad_period_type::doubled | ( | ) | [inline] |
References qperiod, and quad_period_type().
| const quad_period_type quad_period_type::halved | ( | ) | [inline] |
References qperiod, and quad_period_type().
| const quad_period_type quad_period_type::muldiv | ( | signed8 | mul, | |
| signed8 | div | |||
| ) | [inline] |
References qperiod, and quad_period_type().
Referenced by lfo_set().
| const bool quad_period_type::valid | ( | ) | [inline] |
References qperiod.
Referenced by Player::nudgeMinus1M(), Player::nudgeMinus4M(), Player::nudgeMinus8M(), Player::nudgePlus1M(), Player::nudgePlus4M(), Player::nudgePlus8M(), and WritingFinished::run().
const int quad_period_type::no_period = -1 [static] |
Referenced by none(), and quad_period_type().
Referenced by doubled(), halved(), muldiv(), none(), operator signed8(), quad_period_type(), and valid().
1.6.2