Uses of Class
com.confusionists.mjdjApi.midi.ChannelCc

Packages that use ChannelCc
com.confusionists.mjdjApi.midi Midi message wrappers and utility classes, used by all API clients 
 

Uses of ChannelCc in com.confusionists.mjdjApi.midi
 

Methods in com.confusionists.mjdjApi.midi that return ChannelCc
 ChannelCc ChannelCc.clone(int newCc)
           
 ChannelCc ChannelCc.clonePlus(int toAdd)
           
 

Methods in com.confusionists.mjdjApi.midi with parameters of type ChannelCc
 boolean ShortMessageWrapper.filter(int command, ChannelCc channelCc)
          Convenience method to check if a message has a certain command, channel and data1 (cc).
 boolean ShortMessageWrapper.filterControlCommand(ChannelCc channelCc)
          Same as filter (above), but here command is assumed to be ShortMessage.CONTROL_CHANGE
static MessageWrapper MessageWrapper.newInstance(ChannelCc channelCc, int data2)
          Static Factory Method