Returns if this tone could be sharped. @return if this tone could be sharped.
()
| 68 | * @return if this tone could be sharped. |
| 69 | */ |
| 70 | public boolean isSharpable() { |
| 71 | return sharpable; |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Returns if this tone id is the sharped id of the tone. |
no outgoing calls