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:voices
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asequencer.h
493
int midi_voices; /*
voices
per MIDI port */
494
int synth_voices; /*
voices
per SYNTH port */
586
unsigned int
voices
; /* number of
voices
to be allocated (0 = don't care) */
member
/third_party/alsa-lib/include/
H
A
D
seq.h
329
void snd_seq_port_info_set_midi_voices(snd_seq_port_info_t *info, int
voices
);
330
void snd_seq_port_info_set_synth_voices(snd_seq_port_info_t *info, int
voices
);
/third_party/alsa-lib/src/seq/
H
A
D
seq.c
2251
* \brief Get the midi
voices
of a port_info container
2253
* \return number of midi
voices
(default 0)
2264
* \brief Get the synth
voices
of a port_info container
2266
* \return number of synth
voices
(default 0)
2446
* \brief set the midi
voices
of a port_info container
2448
* \param
voices
midi
voices
(default 0)
2452
void snd_seq_port_info_set_midi_voices(snd_seq_port_info_t *info, int
voices
)
in snd_seq_port_info_set_midi_voices()
argument
2455
info->midi_voices =
voices
;
in snd_seq_port_info_set_midi_voices()
2459
* \brief set the synth
voices
o
2465
snd_seq_port_info_set_synth_
voices
(snd_seq_port_info_t *info, int
voices
)
snd_seq_port_info_set_synth_voices()
argument
[all...]
Completed in 8 milliseconds