enum SunVox::Slot
Overview
The slots SunVox can use. MAX: 16
Defined in:
sunvox.crEnum Members
-
Zero =
0 -
One =
1 -
Two =
2 -
Three =
3 -
Four =
4 -
Five =
5 -
Six =
6 -
Seven =
7 -
Eight =
8 -
Nine =
9 -
Ten =
10 -
Eleven =
11 -
Twelve =
12 -
Thirteen =
13 -
Fourteen =
14 -
Fifteen =
15
Instance Method Summary
- #eight?
- #eleven?
- #fifteen?
- #five?
- #four?
- #fourteen?
-
#from_int(in_int)
Allows for conversion of int types to Slot, but throws exceptions if it is outside the range of 16 slots.
- #nine?
- #one?
- #seven?
- #six?
- #ten?
- #thirteen?
- #three?
- #twelve?
- #two?
- #zero?
Instance Method Detail
def from_int(in_int)
#
Allows for conversion of int types to Slot, but throws exceptions if it is outside the range of 16 slots.