enum SunVox::Slot
#
The slots SunVox can use. MAX: 16
Members#
Zero = 0
#
0
One = 1
#
1
Two = 2
#
2
Three = 3
#
3
Four = 4
#
4
Five = 5
#
5
Six = 6
#
6
Seven = 7
#
7
Eight = 8
#
8
Nine = 9
#
9
Ten = 10
#
10
Eleven = 11
#
11
Twelve = 12
#
12
Thirteen = 13
#
13
Fourteen = 14
#
14
Fifteen = 15
#
15
Methods#
#eight?
#
#eleven?
#
#fifteen?
#
#five?
#
#four?
#
#fourteen?
#
#from_int(in_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?
#