Home
last modified time | relevance | path

Searched refs:Instruments (Results 1 – 25 of 3036) sorted by relevance

12345678910>>...122

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/usb/
H A DKconfig63 * Native Instruments RigKontrol2
64 * Native Instruments RigKontrol3
65 * Native Instruments Kore Controller
67 * Native Instruments Audio Kontrol 1
68 * Native Instruments Audio 2 DJ
69 * Native Instruments Audio 4 DJ
70 * Native Instruments Audio 8 DJ
89 * Native Instruments RigKontrol2
90 * Native Instruments RigKontrol3
91 * Native Instruments Kore Controller
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/usb/
H A DKconfig63 * Native Instruments RigKontrol2
64 * Native Instruments RigKontrol3
65 * Native Instruments Kore Controller
67 * Native Instruments Audio Kontrol 1
68 * Native Instruments Audio 2 DJ
69 * Native Instruments Audio 4 DJ
70 * Native Instruments Audio 8 DJ
89 * Native Instruments RigKontrol2
90 * Native Instruments RigKontrol3
91 * Native Instruments Kore Controller
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/usb/
H A DKconfig63 * Native Instruments RigKontrol2
64 * Native Instruments RigKontrol3
65 * Native Instruments Kore Controller
67 * Native Instruments Audio Kontrol 1
68 * Native Instruments Audio 2 DJ
69 * Native Instruments Audio 4 DJ
70 * Native Instruments Audio 8 DJ
89 * Native Instruments RigKontrol2
90 * Native Instruments RigKontrol3
91 * Native Instruments Kore Controller
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/ti-soc-thermal/
H A DKconfig3 tristate "Texas Instruments SoCs temperature sensor driver"
5 If you say yes here you get support for the Texas Instruments
13 bool "Texas Instruments SoCs thermal framework support"
17 framework for the Texas Instruments on die bandgap temperature sensor.
23 bool "Texas Instruments OMAP3 thermal support"
27 If you say yes here you get thermal support for the Texas Instruments
38 bool "Texas Instruments OMAP4 thermal support"
42 If you say yes here you get thermal support for the Texas Instruments
52 bool "Texas Instruments OMAP5 thermal support"
56 If you say yes here you get thermal support for the Texas Instruments
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/ti-soc-thermal/
H A DKconfig3 tristate "Texas Instruments SoCs temperature sensor driver"
5 If you say yes here you get support for the Texas Instruments
13 bool "Texas Instruments SoCs thermal framework support"
17 framework for the Texas Instruments on die bandgap temperature sensor.
23 bool "Texas Instruments OMAP3 thermal support"
27 If you say yes here you get thermal support for the Texas Instruments
38 bool "Texas Instruments OMAP4 thermal support"
42 If you say yes here you get thermal support for the Texas Instruments
52 bool "Texas Instruments OMAP5 thermal support"
56 If you say yes here you get thermal support for the Texas Instruments
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/ti-soc-thermal/
H A DKconfig3 tristate "Texas Instruments SoCs temperature sensor driver"
5 If you say yes here you get support for the Texas Instruments
13 bool "Texas Instruments SoCs thermal framework support"
17 framework for the Texas Instruments on die bandgap temperature sensor.
23 bool "Texas Instruments OMAP3 thermal support"
27 If you say yes here you get thermal support for the Texas Instruments
38 bool "Texas Instruments OMAP4 thermal support"
42 If you say yes here you get thermal support for the Texas Instruments
52 bool "Texas Instruments OMAP5 thermal support"
56 If you say yes here you get thermal support for the Texas Instruments
[all …]
/dports/games/flightgear-data/fgdata/Huds/
H A DREADME3 Instruments/
8 Instruments/Minimal/
9 Instruments/Custom/
10 Instruments/Default/
11 Instruments/Engineering/
20 Instruments/*.xml
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DUpgradeModule.cpp262 ModInstrument *ins = Instruments[i]; in UpgradeModule()
324 if(Instruments[i] != nullptr && Instruments[i]->nMidiChannel != MidiNoChannel) in UpgradeModule()
326 Instruments[i]->midiPWD = 13; in UpgradeModule()
345 …if(Instruments[i] != nullptr && Instruments[i]->nPanSwing != 0 && Instruments[i]->PanEnv.dwFlags[E… in UpgradeModule()
347 Instruments[i]->nPanSwing = 0; in UpgradeModule()
386 …if(Instruments[i] != nullptr && Instruments[i]->nVolSwing != 0 && Instruments[i]->nMidiChannel != … in UpgradeModule()
389 for(auto smp : Instruments[i]->Keyboard) in UpgradeModule()
399 Instruments[i]->nVolSwing = 0; in UpgradeModule()
409 ModInstrument *ins = Instruments[i]; in UpgradeModule()
690 && Instruments[i]->VolEnv.dwFlags[ENV_SUSTAIN] in UpgradeModule()
[all …]
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/core_essentials/
H A Dce_skills.lst33Instruments)) KEYSTAT:CHA USEUNTRAINED:YES CLASSES:ALL TYPE:SkillUse VISIBLE:EXPORT PREABILITY:1…
285Instruments)|var("SKILL.Perform (Keyboard Instruments).MISC") BONUS:SITUATION|Sense Motive=Versati…
287Instruments)|var("SKILL.Perform (Percussion Instruments).MISC") BONUS:SITUATION|Intimidate=Versati…
289Instruments) BONUS:SITUATION|Bluff=Versatile Performance (String Instruments)|var("SKILL.Perform …
290Instruments)|var("SKILL.Perform (Wind Instruments).MISC") BONUS:SITUATION|Handle Animal=Versatile …
292 # Handle Animal.MOD SITUATION:Versatile Performance (Percussion Instruments)
293 # Intimidate.MOD SITUATION:Versatile Performance (Percussion Instruments)
296 # Bluff.MOD SITUATION:Versatile Performance (String Instruments)
297 # Diplomacy.MOD SITUATION:Versatile Performance (String Instruments)
298 # Diplomacy.MOD SITUATION:Versatile Performance (Wind Instruments)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/mods/
H A Dinfogrames.h43 class Instruments {
45 Instruments();
46 template<typename T> Instruments(T ins) { in Instruments() function
51 ~Instruments();
75 Infogrames(Instruments &ins, bool stereo = false, int rate = 44100,
79 Instruments *getInstruments() const { return _instruments; } in getInstruments()
98 Instruments *_instruments;
/dports/games/scummvm/scummvm-2.5.1/audio/mods/
H A Dinfogrames.h43 class Instruments {
45 Instruments();
46 template<typename T> Instruments(T ins) { in Instruments() function
51 ~Instruments();
75 Infogrames(Instruments &ins, bool stereo = false, int rate = 44100,
79 Instruments *getInstruments() const { return _instruments; } in getInstruments()
98 Instruments *_instruments;
/dports/www/firefox-esr/firefox-91.8.0/docs/performance/
H A Dprofiling_with_instruments.md1 # Profiling with Instruments
3 Instruments can be used for memory profiling and for statistical
8 - [Instruments User
10 - [Instruments User
12 - [Instruments Help
14 - [Instruments
37 How do we monitor performance counters (cache miss etc.)? Instruments
42 Instruments will record a call stack at each allocation point. The call
/dports/mail/thunderbird/thunderbird-91.8.0/docs/performance/
H A Dprofiling_with_instruments.md1 # Profiling with Instruments
3 Instruments can be used for memory profiling and for statistical
8 - [Instruments User
10 - [Instruments User
12 - [Instruments Help
14 - [Instruments
37 How do we monitor performance counters (cache miss etc.)? Instruments
42 Instruments will record a call stack at each allocation point. The call
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/
H A Dinstrum_font.cpp19 FontFile *Instruments::ReadDLS(const char *filename, timidity_file *f) in ReadDLS()
24 void Instruments::font_freeall() in font_freeall()
36 FontFile * Instruments::font_find(const char *filename) in font_find()
48 void Instruments::font_add(const char *filename, int load_order) in font_add()
75 void Instruments::font_remove(const char *filename) in font_remove()
88 void Instruments::font_order(int order, int bank, int preset, int keynote) in font_order()
/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dmidiconfig.h67 class Instruments; variable
84 std::unique_ptr<Timidity::Instruments> instruments;
89 class Instruments; variable
100 …std::shared_ptr<TimidityPlus::Instruments> instruments; // this is held both by the config and the…
106 struct Instruments;
119 …std::shared_ptr<WildMidi::Instruments> instruments; // this is held both by the config and the dev…
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidityplus/
H A Dsndfont.cpp218 void Instruments::free_soundfonts() in free_soundfonts()
258 void Instruments::init_sf(SFInsts *rec) in init_sf()
312 void Instruments::init_load_soundfont(void) in init_load_soundfont()
320 void Instruments::end_soundfont(SFInsts *rec) in end_soundfont()
429 int32_t Instruments::to_offset(int32_t offset) in to_offset()
475 double Instruments::to_msec(int timecent) in to_msec()
485 int32_t Instruments::calc_sustain(int sust_cB) in calc_sustain()
766 int Instruments::is_global(SFGenLayer *layer) in is_global()
783 void Instruments::clear_table(LayerTable *tbl) in clear_table()
893 int Instruments::sanity_range(LayerTable *tbl) in sanity_range()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/hwmon/
H A Dina2xx.rst6 * Texas Instruments INA219
12 Datasheet: Publicly available at the Texas Instruments website
16 * Texas Instruments INA220
22 Datasheet: Publicly available at the Texas Instruments website
26 * Texas Instruments INA226
32 Datasheet: Publicly available at the Texas Instruments website
36 * Texas Instruments INA230
42 Datasheet: Publicly available at the Texas Instruments website
46 * Texas Instruments INA231
52 Datasheet: Publicly available at the Texas Instruments website
H A Dtmp401.rst6 * Texas Instruments TMP401
14 * Texas Instruments TMP411
22 * Texas Instruments TMP431
30 * Texas Instruments TMP432
38 * Texas Instruments TMP435
46 * Texas Instruments TMP461
62 This driver implements support for Texas Instruments TMP401, TMP411,
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/hwmon/
H A Dina2xx.rst6 * Texas Instruments INA219
12 Datasheet: Publicly available at the Texas Instruments website
16 * Texas Instruments INA220
22 Datasheet: Publicly available at the Texas Instruments website
26 * Texas Instruments INA226
32 Datasheet: Publicly available at the Texas Instruments website
36 * Texas Instruments INA230
42 Datasheet: Publicly available at the Texas Instruments website
46 * Texas Instruments INA231
52 Datasheet: Publicly available at the Texas Instruments website
H A Dtmp401.rst6 * Texas Instruments TMP401
14 * Texas Instruments TMP411
22 * Texas Instruments TMP431
30 * Texas Instruments TMP432
38 * Texas Instruments TMP435
46 * Texas Instruments TMP461
62 This driver implements support for Texas Instruments TMP401, TMP411,
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/hwmon/
H A Dina2xx.rst6 * Texas Instruments INA219
12 Datasheet: Publicly available at the Texas Instruments website
16 * Texas Instruments INA220
22 Datasheet: Publicly available at the Texas Instruments website
26 * Texas Instruments INA226
32 Datasheet: Publicly available at the Texas Instruments website
36 * Texas Instruments INA230
42 Datasheet: Publicly available at the Texas Instruments website
46 * Texas Instruments INA231
52 Datasheet: Publicly available at the Texas Instruments website
H A Dtmp401.rst6 * Texas Instruments TMP401
14 * Texas Instruments TMP411
22 * Texas Instruments TMP431
30 * Texas Instruments TMP432
38 * Texas Instruments TMP435
46 * Texas Instruments TMP461
62 This driver implements support for Texas Instruments TMP401, TMP411,
/dports/games/pcgen/pcgen/data/3e/wizards_of_the_coast/srd/basics/
H A Dsrd_equipmods_mundane.lst14 Wood KEY:WOOD NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments
15 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
16 Clay KEY:CLAY NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments
17 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
20 Ice KEY:ICE NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.T…
22 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
25 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
29 Gold KEY:GOLD NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments
30 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
31 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
[all …]
/dports/games/pcgen/pcgen/data/3e/rpg_objects/darwins_world/world_rules/
H A Dwr_equipmods.lst14 Wood KEY:WOOD NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments
15 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
16 Clay KEY:CLAY NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments
17 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
20 Ice KEY:ICE NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.T…
22 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
25 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
29 Gold KEY:GOLD NAMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments
30 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
31 …AMEOPT:NORMAL TYPE:BaseMaterial.Mundane.Ammunition.Armor.Shield.Weapon.Instruments.Tools.Goods COS…
[all …]
/dports/www/firefox/firefox-99.0/docs/performance/
H A Dprofiling_with_instruments.md1 # Profiling with Instruments
3 Instruments can be used for memory profiling and for statistical
8 - [Instruments User
10 - [Instruments User
12 - [Instruments Help
14 - [Instruments
37 How do we monitor performance counters (cache miss etc.)? Instruments
42 Instruments will record a call stack at each allocation point. The call
54 Instruments uses Spotlight to find the dSYMs with the matching uuid so if the

12345678910>>...122