Home
last modified time | relevance | path

Searched refs:setChord (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGBeat.java70 public void setChord(TGChord chord) { in setChord() method in TGBeat
126 beat.setChord( this.chord.clone(factory)); in clone()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/chord/
H A DChordDialog.java115 setChord(getEditor().getChord()); in open()
141 this.editor.setChord(findCurrentChord(measure, start)); in open()
170 public void setChord(TGChord chord) { in setChord() method in ChordDialog
H A DChordList.java91 getDialog().getEditor().setChord(getChord(e.x, e.y,true));
H A DChordCustomList.java118 this.dialog.getEditor().setChord(chord); in showChord()
H A DChordEditor.java398 public void setChord(TGChord chord) { in setChord() method in ChordEditor
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/guitar/
H A DGuitarChordSelectorDialog.h52 void setChord(const Guitar::Chord&);
H A DGuitarChordSelectorDialog.cpp325 setChord(newChord);
345 GuitarChordSelectorDialog::setChord(const Guitar::Chord& chord)
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DGuitarChordInserter.cpp127 m_guitarChordSelector->setChord(chord); in handleSelectedGuitarChord()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dchordview.h117 void setChord(Chord*);
H A Dchordview.cpp260 void ChordView::setChord(Chord* c) in setChord() function in Ms::ChordView
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DSurface.hpp30 void setChord(float chord);
H A DSurface.cpp62 void Surface::setChord(float chord) in setChord() function in yasim::Surface
H A DWing.cpp439 s->setChord(chord); in newSurface()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-tef/src/org/herac/tuxguitar/io/tef/base/
H A DTESong.java60 public void setChord(int index,TEChord chord) { in setChord() method in TESong
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-tef/src/org/herac/tuxguitar/io/tef/
H A DTESongImporter.java234 tgBeat.setChord(tgChord); in addChord()
325 candidate.setChord( beat.getChord() ); in adjustBeats()
H A DTEInputStream.java136 this.song.setChord(i,new TEChord(strings,new String(name))); in readChords()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnote.h430 void setChord(Chord* a) { setParent((Element*)a); } in setChord() function
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-gtp/src/org/herac/tuxguitar/io/gtp/
H A DGP1InputStream.java348 beat.setChord(chord); in readChord()
H A DGP2InputStream.java358 beat.setChord(chord); in readChord()
H A DGP3InputStream.java431 beat.setChord(chord);
H A DGP4InputStream.java446 beat.setChord(chord);
H A DGP5InputStream.java482 beat.setChord(chord);
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v10/
H A DTGInputStream.java384 beat.setChord(chord); in readChord()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v11/
H A DTGInputStream.java412 beat.setChord(chord); in readChord()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/io/tg/
H A DTGInputStream.java427 beat.setChord(chord); in readChord()

12