Libraries
»
synthesizer
(3.4.0)
»
Index
»
Synthesizer
»
Note
»
#note_name
Method: Synthesizer::Note#note_name
Defined in:
lib/synthesizer/note.rb
#
note_name
⇒
Object
39 40 41
# File 'lib/synthesizer/note.rb', line 39
def
note_name
NOTE_TABLE
[
@num
%
12
]
end