com.frinika.sequencer
Interface ChannelListProvider

All Superinterfaces:
ListProvider
All Known Implementing Classes:
SynthRack

public interface ChannelListProvider
extends ListProvider


Method Summary
 java.lang.Object[] getList()
          The position in the returned array must correspond to the channel number.
 

Method Detail

getList

java.lang.Object[] getList()
The position in the returned array must correspond to the channel number. null entries are allowed.

Specified by:
getList in interface ListProvider
Returns:
list of channels provided.