Home
last modified time | relevance | path

Searched refs:relpitch (Results 1 – 10 of 10) sorted by relevance

/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/scorewiz/
H A Dsettings.py103 self.relpitch = QCheckBox()
122 layout.addWidget(self.relpitch, 1, 0, 1, 2)
143 self.relpitch.setText(_("Use \\relative with pitch"))
144 self.relpitch.setToolTip(_(
188 self.relpitch.setChecked(s.value('relative_pitch', True, bool))
205 s.setValue('relative_pitch', self.relpitch.isChecked())
H A Ddialog.py113 if not self.settings.widget().generalPreferences.relpitch.isChecked():
/dports/audio/ocp/ocp-0.2.90/devw/
H A Ddevwnone.c81 static unsigned long relpitch; variable
105 …ldiv(c->orgrate, ((c->step>=0)^c->direct)?c->orgfrq:-c->orgfrq, c->orgdiv)<<8, relpitch, samprate); in calcstep()
327 relpitch=val; in SET()
447 relpitch=256; in Init()
H A Ddevwmixf.c83 static uint32_t relpitch; variable
199 rstep=imuldiv(imuldiv(c->orgfrq, c->orgrate, c->orgdiv)<<8, relpitch, dwmixfa_state.samprate); in calcstep()
746 relpitch=val; in SET()
1037 relpitch=256; in Init()
H A Ddevwmix.c92 static unsigned long relpitch; variable
236 …c->step=imuldiv(imuldiv((c->step>=0)?c->orgfrq:-c->orgfrq, c->orgrate, c->orgdiv)<<8, relpitch, sa… in calcstep()
765 relpitch=val; in SET()
1097 relpitch=256; in wmixInit()
/dports/audio/ocp/ocp-0.2.90/playxm/
H A Dxmlmxm.c368 uint16_t relpitch; in xmpLoadMXM() member
386 mxmsamp.relpitch = uint16_little (mxmsamp.relpitch); in xmpLoadMXM()
396 sp->normnote=-mxmsamp.relpitch; in xmpLoadMXM()
397 rpf=mxmsamp.relpitch&0xff; in xmpLoadMXM()
398 sp->normtrans=rpf-mxmsamp.relpitch; in xmpLoadMXM()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DLoaderMXM.cpp93 mp_uword relpitch; member
432 MXMSmp.relpitch = f.readWord(); in load()
442 MXMSmp.relpitch = f.readWord(); in load()
496 if (lut[i*256+j] == MXMSmp.relpitch) in load()
/dports/audio/sweep/sweep-0.9.3/src/
H A Dplay.c155 gfloat relpitch; in head_read_unrestricted() local
171 relpitch = (gfloat)((gdouble)f->rate / (gdouble)driver_rate); in head_read_unrestricted()
237 new_po = po + (head->delta * relpitch); in head_read_unrestricted()
276 po += head->delta * relpitch; in head_read_unrestricted()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dentities.cpp789 … float relyaw = (e.attrs[0] < 0 ? (lastmillis/5)%360 : e.attrs[0])-180, relpitch = e.attrs[1]; in execitem() local
790 game::fixrange(relyaw, relpitch); in execitem()
792 d->pitch = pitch+(d->pitch-relpitch); in execitem()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dentities.cpp684 … float relyaw = (e.attrs[0] < 0 ? (lastmillis/5)%360 : e.attrs[0])-180, relpitch = e.attrs[1]; in execitem() local
685 game::fixrange(relyaw, relpitch); in execitem()
687 d->pitch = pitch+(d->pitch-relpitch); in execitem()