File: buzztrax-ic.devhelp2

package info (click to toggle)
buzztrax 0.10.2-10
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 19,984 kB
  • sloc: ansic: 109,707; sh: 12,875; cpp: 10,882; xml: 6,081; makefile: 508; javascript: 338; asm: 116
file content (93 lines) | stat: -rw-r--r-- 8,823 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="Buzztrax Bt-Ic Reference Manual" link="index.html" author="" name="buzztrax-ic" version="2" language="c" online="http://www.buzztrax.org/files/apidocs/bt-ic/">
  <chapters>
    <sub name="Introduction" link="pr01.html"/>
    <sub name="Overview" link="pt01.html"/>
    <sub name="Interaction Controller Reference" link="libbtic.html">
      <sub name="libbtic" link="buzztrax-ic-libbtic.html"/>
      <sub name="BtIcRegistry" link="BtIcRegistry.html"/>
      <sub name="BtIcASeqDiscoverer" link="BtIcASeqDiscoverer.html"/>
      <sub name="BtIcGudevDiscoverer" link="BtIcGudevDiscoverer.html"/>
      <sub name="BtIcDevice" link="BtIcDevice.html"/>
      <sub name="BtIcASeqDevice" link="BtIcASeqDevice.html"/>
      <sub name="BtIcInputDevice" link="BtIcInputDevice.html"/>
      <sub name="BtIcMidiDevice" link="BtIcMidiDevice.html"/>
      <sub name="BtIcControl" link="BtIcControl.html"/>
      <sub name="BtIcAbsRangeControl" link="BtIcAbsRangeControl.html"/>
      <sub name="BtIcTriggerControl" link="BtIcTriggerControl.html"/>
      <sub name="BtIcLearn" link="BtIcLearn.html"/>
    </sub>
    <sub name="Appendix" link="pt02.html">
      <sub name="Object Hierarchy" link="objecttree.html"/>
      <sub name="API Index" link="api-index.html"/>
      <sub name="Index of deprecated API" link="api-index-deprecated.html"/>
      <sub name="Index of new API in 0.6" link="api-index-0-6.html"/>
      <sub name="Index of new API in 0.9" link="api-index-0-9.html"/>
      <sub name="Annotation Glossary" link="annotation-glossary.html"/>
    </sub>
  </chapters>
  <functions>
    <keyword type="function" name="btic_init_get_option_group ()" link="buzztrax-ic-libbtic.html#btic-init-get-option-group"/>
    <keyword type="function" name="btic_init_check ()" link="buzztrax-ic-libbtic.html#btic-init-check"/>
    <keyword type="function" name="btic_init ()" link="buzztrax-ic-libbtic.html#btic-init"/>
    <keyword type="variable" name="btic_major_version" link="buzztrax-ic-libbtic.html#btic-major-version"/>
    <keyword type="variable" name="btic_micro_version" link="buzztrax-ic-libbtic.html#btic-micro-version"/>
    <keyword type="variable" name="btic_minor_version" link="buzztrax-ic-libbtic.html#btic-minor-version"/>
    <keyword type="function" name="btic_registry_new ()" link="BtIcRegistry.html#btic-registry-new"/>
    <keyword type="function" name="btic_registry_add_device ()" link="BtIcRegistry.html#btic-registry-add-device"/>
    <keyword type="function" name="btic_registry_get_device_by_name ()" link="BtIcRegistry.html#btic-registry-get-device-by-name" since="0.9"/>
    <keyword type="function" name="btic_registry_remove_device_by_udi ()" link="BtIcRegistry.html#btic-registry-remove-device-by-udi"/>
    <keyword type="struct" name="struct BtIcRegistry" link="BtIcRegistry.html#BtIcRegistry-struct"/>
    <keyword type="property" name="The “devices” property" link="BtIcRegistry.html#BtIcRegistry--devices"/>
    <keyword type="function" name="btic_aseq_discoverer_new ()" link="BtIcASeqDiscoverer.html#btic-aseq-discoverer-new"/>
    <keyword type="struct" name="struct BtIcASeqDiscoverer" link="BtIcASeqDiscoverer.html#BtIcASeqDiscoverer-struct"/>
    <keyword type="function" name="btic_gudev_discoverer_new ()" link="BtIcGudevDiscoverer.html#btic-gudev-discoverer-new"/>
    <keyword type="struct" name="struct BtIcGudevDiscoverer" link="BtIcGudevDiscoverer.html#BtIcGudevDiscoverer-struct"/>
    <keyword type="function" name="btic_device_add_control ()" link="BtIcDevice.html#btic-device-add-control"/>
    <keyword type="function" name="btic_device_get_control_by_id ()" link="BtIcDevice.html#btic-device-get-control-by-id" since="0.6"/>
    <keyword type="function" name="btic_device_get_control_by_name ()" link="BtIcDevice.html#btic-device-get-control-by-name" since="0.9"/>
    <keyword type="function" name="btic_device_has_controls ()" link="BtIcDevice.html#btic-device-has-controls" since="0.6"/>
    <keyword type="function" name="btic_device_start ()" link="BtIcDevice.html#btic-device-start"/>
    <keyword type="function" name="btic_device_stop ()" link="BtIcDevice.html#btic-device-stop"/>
    <keyword type="function" name="btic_device_virtual_start ()" link="BtIcDevice.html#btic-device-virtual-start"/>
    <keyword type="function" name="btic_device_virtual_stop ()" link="BtIcDevice.html#btic-device-virtual-stop"/>
    <keyword type="struct" name="struct BtIcDevice" link="BtIcDevice.html#BtIcDevice-struct"/>
    <keyword type="property" name="The “controls” property" link="BtIcDevice.html#BtIcDevice--controls"/>
    <keyword type="property" name="The “name” property" link="BtIcDevice.html#BtIcDevice--name"/>
    <keyword type="property" name="The “udi” property" link="BtIcDevice.html#BtIcDevice--udi"/>
    <keyword type="function" name="btic_aseq_device_new ()" link="BtIcASeqDevice.html#btic-aseq-device-new"/>
    <keyword type="struct" name="struct BtIcASeqDevice" link="BtIcASeqDevice.html#BtIcASeqDevice-struct"/>
    <keyword type="property" name="The “client” property" link="BtIcASeqDevice.html#BtIcASeqDevice--client"/>
    <keyword type="property" name="The “port” property" link="BtIcASeqDevice.html#BtIcASeqDevice--port"/>
    <keyword type="function" name="btic_input_device_new ()" link="BtIcInputDevice.html#btic-input-device-new"/>
    <keyword type="struct" name="struct BtIcInputDevice" link="BtIcInputDevice.html#BtIcInputDevice-struct"/>
    <keyword type="property" name="The “devnode” property" link="BtIcInputDevice.html#BtIcInputDevice--devnode"/>
    <keyword type="function" name="btic_midi_device_new ()" link="BtIcMidiDevice.html#btic-midi-device-new"/>
    <keyword type="struct" name="struct BtIcMidiDevice" link="BtIcMidiDevice.html#BtIcMidiDevice-struct"/>
    <keyword type="property" name="The “devnode” property" link="BtIcMidiDevice.html#BtIcMidiDevice--devnode"/>
    <keyword type="struct" name="struct BtIcControl" link="BtIcControl.html#BtIcControl-struct"/>
    <keyword type="property" name="The “bound” property" link="BtIcControl.html#BtIcControl--bound"/>
    <keyword type="property" name="The “device” property" link="BtIcControl.html#BtIcControl--device"/>
    <keyword type="property" name="The “id” property" link="BtIcControl.html#BtIcControl--id"/>
    <keyword type="property" name="The “name” property" link="BtIcControl.html#BtIcControl--name"/>
    <keyword type="function" name="btic_abs_range_control_new ()" link="BtIcAbsRangeControl.html#btic-abs-range-control-new"/>
    <keyword type="struct" name="struct BtIcAbsRangeControl" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl-struct"/>
    <keyword type="property" name="The “def” property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--def"/>
    <keyword type="property" name="The “max” property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--max"/>
    <keyword type="property" name="The “min” property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--min"/>
    <keyword type="property" name="The “value” property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--value"/>
    <keyword type="function" name="btic_trigger_control_new ()" link="BtIcTriggerControl.html#btic-trigger-control-new"/>
    <keyword type="struct" name="struct BtIcTriggerControl" link="BtIcTriggerControl.html#BtIcTriggerControl-struct"/>
    <keyword type="property" name="The “value” property" link="BtIcTriggerControl.html#BtIcTriggerControl--value"/>
    <keyword type="function" name="btic_learn_start ()" link="BtIcLearn.html#btic-learn-start"/>
    <keyword type="function" name="btic_learn_stop ()" link="BtIcLearn.html#btic-learn-stop"/>
    <keyword type="function" name="btic_learn_register_learned_control ()" link="BtIcLearn.html#btic-learn-register-learned-control"/>
    <keyword type="function" name="btic_learn_load_controller_map ()" link="BtIcLearn.html#btic-learn-load-controller-map"/>
    <keyword type="function" name="btic_learn_store_controller_map ()" link="BtIcLearn.html#btic-learn-store-controller-map"/>
    <keyword type="function" name="btic_learn_virtual_start ()" link="BtIcLearn.html#btic-learn-virtual-start"/>
    <keyword type="function" name="btic_learn_virtual_stop ()" link="BtIcLearn.html#btic-learn-virtual-stop"/>
    <keyword type="function" name="btic_learn_virtual_register_learned_control ()" link="BtIcLearn.html#btic-learn-virtual-register-learned-control"/>
    <keyword type="struct" name="BtIcLearn" link="BtIcLearn.html#BtIcLearn-struct"/>
    <keyword type="property" name="The “device-controlchange” property" link="BtIcLearn.html#BtIcLearn--device-controlchange"/>
  </functions>
</book>