Home
last modified time | relevance | path

Searched refs:minNote (Results 1 – 12 of 12) sorted by relevance

/dports/audio/midifile/midifile-988d55b/tools/
H A Dhenonfile.cpp57 int minNote = 30; // minimum note to play variable
126 if (key < minNote) { in createHenon()
166 if (key < minNote || key > maxNote) { in storeInMidiFile()
286 minNote = opts.getInteger("min-note"); in checkOptions()
287 if (minNote < 0) minNote = 0; in checkOptions()
288 if (minNote > 126) minNote = 126; in checkOptions()
291 if (minNote > maxNote) { in checkOptions()
292 int temp = minNote; in checkOptions()
293 minNote = maxNote; in checkOptions()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGBeatGroup.java29 private TGNoteImpl minNote; field in TGBeatGroup
40 this.minNote = null; in TGBeatGroup()
97 if(this.minNote == null || value < this.minNote.getRealValue()){ in check()
98 this.minNote = note; in check()
109 …int max = Math.abs(this.minNote.getRealValue() - (SCORE_MIDDLE_KEYS[measure.getClef() - 1] + 100)); in finish()
145 if(this.minNote != this.firstMinNote && this.minNote != this.lastMinNote){ in getY2()
146 return (int) (getY1(layout,this.minNote,key,clef) + downOffset); in getY2()
187 return this.minNote; in getMinNote()
H A DTGBeatImpl.java36 private TGNoteImpl minNote; field in TGBeatImpl
80 return this.minNote; in getMinNote()
172 this.minNote = null; in reset()
181 if(this.minNote == null || value < this.minNote.getRealValue()){ in check()
182 this.minNote = note; in check()
H A DTGVoiceImpl.java35 private TGNoteImpl minNote; field in TGVoiceImpl
72 return this.minNote; in getMinNote()
148 this.minNote = null; in reset()
163 if(this.minNote == null || value < this.minNote.getRealValue()){ in check()
164 this.minNote = note; in check()
554 …ection == TGBeatGroup.DIRECTION_DOWN ? this.maxNote.getScorePosY() : this.minNote.getScorePosY() ); in paintScoreBeat()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/matrix/
H A DMatrixEditor.java88 private int minNote; field in MatrixEditor
331 this.minNote = 127; in getBuffer()
335 this.minNote = Math.min(this.minNote,PERCUSSIONS[i].getValue()); in getBuffer()
342 this.minNote = Math.min(this.minNote,string.getValue()); in getBuffer()
345 names = new String[this.maxNote - this.minNote + 1]; in getBuffer()
367 int rows = (this.maxNote - this.minNote); in getBuffer()
428 …float y1 = (fromY + (((this.maxNote - this.minNote) - (note.getRealValue() - this.minNote)) * this… in paintBeat()
561 if(value >= this.minNote || value <= this.maxNote){ in hit()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/
H A Dglobals.h594 minNote, enumerator
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSnd_fx.cpp5926 uint32 minNote = NOTE_MIN, maxNote = NOTE_MAX, count = maxNote - minNote + 1; in GetNoteFromPeriod() local
5930 const uint32 step = count / 2, midNote = minNote + step; in GetNoteFromPeriod()
5934 minNote = midNote + 1; in GetNoteFromPeriod()
5941 return minNote; in GetNoteFromPeriod()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/UI/
H A DPartUI.fl175 …send_data(0, PART::control::minNote, tmp, TOPLEVEL::type::Integer, n, UNUSED, TOPLEVEL::insert::ki…
663 send_data(0, PART::control::minNote, tmp, TOPLEVEL::type::Integer);}
1919 case PART::control::minNote:
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DPart.cpp1836 case PART::control::minNote: in getLimits()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/CLI/
H A DCmdInterpreter.cpp2539 …int min = int(readControl(synth, 0, PART::control::minNote, TOPLEVEL::section::part1 + npart, item… in listCurrentParts()
2623 … int min = int(readControl(synth, 0, PART::control::minNote, TOPLEVEL::section::part1 + partno)); in listCurrentParts()
5425 cmd = PART::control::minNote; in commandPart()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Interface/
H A DData2Text.cpp1508 case PART::control::minNote: in resolvePart()
H A DInterChange.cpp3548 case PART::control::minNote: // always return actual value in commandPart()