Returns if this note is sharped. @return if this note is sharped.
()
| 258 | * @return if this note is sharped. |
| 259 | */ |
| 260 | public boolean isSharped() { |
| 261 | byte note = getToneByte(); |
| 262 | return Tone.getById(note).isSharped(note); |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Gets the pitch of this note. This is the value used with |