~ubuntu-branches/debian/sid/x42-plugins/sid

« back to all changes in this revision

Viewing changes to meters.lv2/lv2ttl/goniometer.h

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-05-31 22:00:21 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150531220021-ov73yi4vvx6i6i0y
Tags: 20150530-1
* Imported Upstream version 20150530
* Fix g++ optimalizations in rules file rather than in patch.
* Fix spelling patch added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// generated by lv2ttl2c from
 
2
// http://gareus.org/oss/lv2/meters#goniometer
 
3
 
 
4
extern const LV2_Descriptor* lv2_descriptor(uint32_t index);
 
5
extern const LV2UI_Descriptor* lv2ui_goniometer(uint32_t index);
 
6
 
 
7
static const RtkLv2Description _plugin_goniometer = {
 
8
        &lv2_descriptor,
 
9
        &lv2ui_goniometer
 
10
        , 12 // uint32_t dsp_descriptor_id
 
11
        , 0 // uint32_t gui_descriptor_id
 
12
        , "Goniometer" // const char *plugin_human_id
 
13
        , (struct LV2Port[])
 
14
        {
 
15
                { "inL", AUDIO_IN, nan},
 
16
                { "outL", AUDIO_OUT, nan},
 
17
                { "inR", AUDIO_IN, nan},
 
18
                { "outR", AUDIO_OUT, nan},
 
19
                { "UIgain", CONTROL_IN, 1.000000},
 
20
                { "UIcorrelation", CONTROL_OUT, nan},
 
21
                { "UInotify", CONTROL_OUT, nan},
 
22
        }
 
23
        , 7 // uint32_t nports_total
 
24
        , 2 // uint32_t nports_audio_in
 
25
        , 2 // uint32_t nports_audio_out
 
26
        , 0 // uint32_t nports_midi_in
 
27
        , 0 // uint32_t nports_midi_out
 
28
        , 0 // uint32_t nports_atom_in
 
29
        , 0 // uint32_t nports_atom_out
 
30
        , 3 // uint32_t nports_ctrl
 
31
        , 1 // uint32_t nports_ctrl_in
 
32
        , 2 // uint32_t nports_ctrl_out
 
33
        , 8192 // uint32_t min_atom_bufsiz
 
34
        , false // bool send_time_info
 
35
};
 
36
 
 
37
#ifdef X42_PLUGIN_STRUCT
 
38
#undef X42_PLUGIN_STRUCT
 
39
#endif
 
40
#define X42_PLUGIN_STRUCT _plugin_goniometer