Interface ARI1SampleMapType


public interface ARI1SampleMapType
A map of samples.
  • Method Summary

    Modifier and Type
    Method
    Description
    forNote(int note)
    Find the sample mapped to the given note.
  • Method Details

    • forNote

      ARI1SampleMapEntryType forNote(int note)
      Find the sample mapped to the given note. Implementations may return an empty sample if no sample is mapped to the given note.
      Parameters:
      note - The note
      Returns:
      The sample for the given note