org.herac.tuxguitar.song.models

Class MusicScale


public class MusicScale
extends java.lang.Object

Constructor Summary

MusicScale()

Method Summary

void
clear()
int
getKey()
boolean
getNote(int note)
void
setKey(int key)
void
setNote(int note, boolean on)

Constructor Details

MusicScale

public MusicScale()

Method Details

clear

public void clear()

getKey

public int getKey()

getNote

public boolean getNote(int note)

setKey

public void setKey(int key)

setNote

public void setNote(int note,
                    boolean on)