Returns if this tone could be sharped. @return if this tone could be sharped.
()
| 64 | * @return if this tone could be sharped. |
| 65 | */ |
| 66 | public boolean isSharpable() { |
| 67 | return sharpable; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Returns if this tone id is the sharped id of the tone. |