Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:midi_pitchbend
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/
H
A
D
seq_midi_emul.h
33
short
midi_pitchbend
; /* Pitch bend amount */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
seq_midi_emul.h
33
short
midi_pitchbend
; /* Pitch bend amount */
member
/kernel/linux/linux-5.10/sound/drivers/opl3/
H
A
D
opl3_midi.c
86
if (chan->
midi_pitchbend
) {
in snd_opl3_calc_pitch()
87
int pitchbend = chan->
midi_pitchbend
;
in snd_opl3_calc_pitch()
/kernel/linux/linux-5.10/sound/core/seq/
H
A
D
seq_midi_emul.c
144
chan->
midi_pitchbend
= ev->data.control.value;
in snd_midi_process_event()
392
chan->
midi_pitchbend
= 0;
in snd_midi_channel_set_clear()
/kernel/linux/linux-6.6/sound/core/seq/
H
A
D
seq_midi_emul.c
144
chan->
midi_pitchbend
= ev->data.control.value;
in snd_midi_process_event()
392
chan->
midi_pitchbend
= 0;
in snd_midi_channel_set_clear()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H
A
D
opl3_midi.c
86
if (chan->
midi_pitchbend
) {
in snd_opl3_calc_pitch()
87
int pitchbend = chan->
midi_pitchbend
;
in snd_opl3_calc_pitch()
/kernel/linux/linux-5.10/sound/synth/emux/
H
A
D
emux_synth.c
824
if (chan->
midi_pitchbend
!= 0) {
in calc_pitch()
826
offset += chan->
midi_pitchbend
* chan->gm_rpn_pitch_bend_range / 3072;
in calc_pitch()
/kernel/linux/linux-6.6/sound/synth/emux/
H
A
D
emux_synth.c
824
if (chan->
midi_pitchbend
!= 0) {
in calc_pitch()
826
offset += chan->
midi_pitchbend
* chan->gm_rpn_pitch_bend_range / 3072;
in calc_pitch()
/kernel/linux/linux-5.10/sound/drivers/opl4/
H
A
D
opl4_synth.c
435
pitch += chan->
midi_pitchbend
* chan->gm_rpn_pitch_bend_range / 0x2000;
in snd_opl4_update_pitch()
/kernel/linux/linux-6.6/sound/drivers/opl4/
H
A
D
opl4_synth.c
435
pitch += chan->
midi_pitchbend
* chan->gm_rpn_pitch_bend_range / 0x2000;
in snd_opl4_update_pitch()
Completed in 10 milliseconds