All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sound.musicg.math.rank.MapRank Maven / Gradle / Ivy

package sound.musicg.math.rank;

import java.util.List;

public interface MapRank{
	public List getOrderedKeyList(int numKeys, boolean sharpLimit);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy