Home
last modified time | relevance | path

Searched refs:setPhaser (Results 1 – 16 of 16) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/base/
H A DPTTrackInfo.java64 public void setPhaser(int phaser) { in setPhaser() method in PTTrackInfo
112 info.setPhaser( getPhaser() ); in getClone()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGChannel.java82 public void setPhaser(short phaser) { in setPhaser() method in TGChannel
143 channel.setPhaser(getPhaser()); in copy()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v07/
H A DTGInputStream.java272 track.getChannel().setPhaser(readShort()); in readChannel()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v08/
H A DTGInputStream.java263 track.getChannel().setPhaser((short)readByte()); in readChannel()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/
H A DPTInputStream.java202 info.setPhaser((short)readByte()); in readTrackInfo()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/mixer/
H A DTGMixerTrack.java217 TGMixerTrack.this.track.getChannel().setPhaser( (short)value );
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v09/
H A DTGInputStream.java284 track.getChannel().setPhaser( (short)readByte() ); in readChannel()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-gtp/src/org/herac/tuxguitar/io/gtp/
H A DGP3OutputStream.java485 channels[i].setPhaser((short)0); in makeChannels()
H A DGP3InputStream.java94 channel.setPhaser(toChannelShort(readByte()));
H A DGP4InputStream.java154 channel.setPhaser(toChannelShort(readByte()));
H A DGP4OutputStream.java619 channels[i].setPhaser((short)0); in makeChannels()
H A DGP5InputStream.java217 channel.setPhaser(toChannelShort(readByte())); in readDuration()
H A DGP5OutputStream.java728 channels[i].setPhaser((short)0); in makeChannels()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v10/
H A DTGInputStream.java282 track.getChannel().setPhaser(readByte()); in readChannel()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v11/
H A DTGInputStream.java288 channel.setPhaser(readByte()); in readChannel()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/io/tg/
H A DTGInputStream.java303 channel.setPhaser(readByte()); in readChannel()