/[svn]/jsampler/trunk/src/org/jsampler/DefaultSamplerChannelModel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/DefaultSamplerChannelModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1203 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1204 by iliev, Thu May 24 21:43:45 2007 UTC
# Line 36  import org.jsampler.event.SamplerChannel Line 36  import org.jsampler.event.SamplerChannel
36  import org.jsampler.event.SamplerChannelListener;  import org.jsampler.event.SamplerChannelListener;
37    
38  import org.jsampler.task.Channel;  import org.jsampler.task.Channel;
39    import org.jsampler.task.Channel.LoadEngine;
40    import org.jsampler.task.Channel.LoadInstrument;
41  import org.jsampler.task.Channel.SetMidiInputChannel;  import org.jsampler.task.Channel.SetMidiInputChannel;
42  import org.jsampler.task.Channel.SetMidiInputDevice;  import org.jsampler.task.Channel.SetMidiInputDevice;
43  import org.jsampler.task.Channel.SetMidiInputPort;  import org.jsampler.task.Channel.SetMidiInputPort;
# Line 44  import org.jsampler.task.Channel.SetSolo Line 46  import org.jsampler.task.Channel.SetSolo
46  import org.jsampler.task.Channel.SetVolume;  import org.jsampler.task.Channel.SetVolume;
47  import org.jsampler.task.Channel.UpdateFxSendInfo;  import org.jsampler.task.Channel.UpdateFxSendInfo;
48  import org.jsampler.task.DuplicateChannels;  import org.jsampler.task.DuplicateChannels;
 import org.jsampler.task.LoadEngine;  
 import org.jsampler.task.LoadInstrument;  
49    
50  import org.linuxsampler.lscp.FxSend;  import org.linuxsampler.lscp.FxSend;
51  import org.linuxsampler.lscp.SamplerChannel;  import org.linuxsampler.lscp.SamplerChannel;

Legend:
Removed from v.1203  
changed lines
  Added in v.1204

  ViewVC Help
Powered by ViewVC