Home
last modified time | relevance | path

Searched refs:am_depth (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/din/din-52/src/factory/
H A Dset-var.help.tcl23 am_depth or amd -- AM depth for voice on microtonal-keyboard
44 set-var am_depth -0.5 fm_depth 100 ;# set am_depth to -0.5 and fm_depth of voice to 100
H A Dsave_settings.tcl5 set runs { {fm am gr os} {fm am gr} {am_depth fm_depth} {left right}}
H A Dsettings.tcl8 set-var am_depth 0
H A Dget-var.help.tcl12 am_depth or amd -- AM depth
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dmodules_mod.cpp341 float am_depth = *params[par_am_depth]; in process() local
355 …float out_hi_l = lerp(in_mono, damper1l.process(fm_hi_l), lerp(0.5, xh * 1.0 / 65536.0, am_depth)); in process()
356 …float out_hi_r = lerp(in_mono, damper1r.process(fm_hi_r), lerp(0.5, yh * 1.0 / 65536.0, am_depth)); in process()
358 ….get_interp_1616(shift + (md * xl >> 2)), lerp(0.5, yl * 1.0 / 65536.0, am_depth)); // + delay.get… in process()
359 ….get_interp_1616(shift + (md * yl >> 2)), lerp(0.5, xl * 1.0 / 65536.0, am_depth)); // + delay.get… in process()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/sound/
H A Dasound_fm.h83 unsigned char am_depth; /* amplitude modulation depth (1=hi) */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/sound/
H A Dasound_fm.h83 unsigned char am_depth; /* amplitude modulation depth (1=hi) */ member
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/sound/uapi/
H A Dasound_fm.h83 unsigned char am_depth; /* amplitude modulation depth (1=hi) */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/sound/
H A Dasound_fm.h83 unsigned char am_depth; /* amplitude modulation depth (1=hi) */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/sound/
H A Dasound_fm.h83 unsigned char am_depth; /* amplitude modulation depth (1=hi) */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/sound/
H A Dasound_fm.h83 unsigned char am_depth; /* amplitude modulation depth (1=hi) */ member
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dmodules_mod.cpp386 double am_depth = *params[par_am_depth]; in process() local
402 …t_hi_l = lerp(in_mono, (double)damper1l.process(fm_hi_l), lerp(0.5, xh * 1.0 / 65536.0, am_depth)); in process()
403 …t_hi_r = lerp(in_mono, (double)damper1r.process(fm_hi_r), lerp(0.5, yh * 1.0 / 65536.0, am_depth)); in process()
405 ….get_interp_1616(shift + (md * xl >> 2)), lerp(0.5, yl * 1.0 / 65536.0, am_depth)); // + delay.get… in process()
406 ….get_interp_1616(shift + (md * yl >> 2)), lerp(0.5, xl * 1.0 / 65536.0, am_depth)); // + delay.get… in process()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dalsa_opl.cpp264 _params.am_depth = (v >> 7) & 0x1; in writeOplReg()
/dports/games/residualvm/residualvm-0.3.1/audio/
H A Dalsa_opl.cpp264 _params.am_depth = (v >> 7) & 0x1; in writeOplReg()
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dalsa_opl.cpp273 _params.am_depth = (v >> 7) & 0x1; in writeOplReg()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dymf278b.c285 const INT32 am_depth[8] = { variable
353 return (((slot->lfo_step << 8) / slot->lfo_max) * am_depth[slot->AM]) >> 12; in ymf278b_slot_compute_am()
/dports/audio/din/din-52/src/
H A Dcommand.cc174 tz >> d->am_depth; in operator ()()
175 if (din0.modulate_what == din::MODULATE_VOICE) MENU.sp_am_depth.set_value (d->am_depth); in operator ()()
356 ss << d->am_depth << spc; in operator ()()
H A Ddin.h424 float am_depth, am_vol; member
H A Ddin.cc87 am_depth = 0; in setup()
2458 am_vol = fdr_vol * am_depth; in find_tone_and_volume()
2578 am_depth += d; in change_depth()
2579 cons << YELLOW << "Voice AM depth = " << am_depth << eol; in change_depth()
2580 MENU.sp_am_depth.set_value (am_depth); in change_depth()
2594 multiply (aout.bufL, aout.samples_per_channel, am_depth); in calc_am_fm_gater()
H A Dmenu.h797 float am_depth, fm_depth; // for voice modulation
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dymf278b.c296 const INT32 am_depth[8] = { variable
369 return (((slot->lfo_step << 8) / slot->lfo_max) * am_depth[slot->AM]) >> 12; in ymf278b_slot_compute_am()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYMF278.cpp147 const int am_depth[8] = { variable
210 return (((lfo_step << 8) / lfo_max) * am_depth[(int)AM]) >> 12; in compute_am()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/drivers/opl3/
H A Dopl3_synth.c553 if (params->am_depth) in snd_opl3_set_params()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/drivers/opl3/
H A Dopl3_synth.c553 if (params->am_depth) in snd_opl3_set_params()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/drivers/opl3/
H A Dopl3_synth.c553 if (params->am_depth) in snd_opl3_set_params()

12