Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Variables
Teensy-USB-MIDI-name.c File Reference
#include "usb_names.h"
+ Include dependency graph for Teensy-USB-MIDI-name.c:

Go to the source code of this file.

Variables

struct usb_string_descriptor_struct usb_string_product_name
 USB name: "Control Surface".
 
struct usb_string_descriptor_struct usb_string_midi_port1
 USB MIDI Port 1 name: "Control Surface".
 
struct usb_string_descriptor_struct usb_string_midi_port2
 USB MIDI Port 2 name: "Control Surface XT 1".
 
struct usb_string_descriptor_struct usb_string_midi_port3
 USB MIDI Port 3 name: "Control Surface XT 2".
 
struct usb_string_descriptor_struct usb_string_midi_port4
 USB MIDI Port 4 name: "Control Surface XT 3".
 
struct usb_string_descriptor_struct usb_string_midi_port5
 USB MIDI Port 5 name: "Control Surface XT 4".
 
struct usb_string_descriptor_struct usb_string_midi_port6
 USB MIDI Port 6 name: "Control Surface XT 5".
 
struct usb_string_descriptor_struct usb_string_midi_port7
 USB MIDI Port 7 name: "Control Surface XT 6".
 
struct usb_string_descriptor_struct usb_string_midi_port8
 USB MIDI Port 8 name: "Control Surface XT 7".
 
struct usb_string_descriptor_struct usb_string_midi_port9
 USB MIDI Port 9 name: "Control Surface XT 8".
 
struct usb_string_descriptor_struct usb_string_midi_port10
 USB MIDI Port 10 name: "Control Surface XT 9".
 
struct usb_string_descriptor_struct usb_string_midi_port11
 USB MIDI Port 11 name: "Control Surface XT 10".
 
struct usb_string_descriptor_struct usb_string_midi_port12
 USB MIDI Port 12 name: "Control Surface XT 11".
 
struct usb_string_descriptor_struct usb_string_midi_port13
 USB MIDI Port 13 name: "Control Surface XT 12".
 
struct usb_string_descriptor_struct usb_string_midi_port14
 USB MIDI Port 14 name: "Control Surface XT 13".
 
struct usb_string_descriptor_struct usb_string_midi_port15
 USB MIDI Port 15 name: "Control Surface XT 14".
 
struct usb_string_descriptor_struct usb_string_midi_port16
 USB MIDI Port 16 name: "Control Surface XT 15".
 

Variable Documentation

◆ usb_string_product_name

struct usb_string_descriptor_struct usb_string_product_name
Initial value:
= {
2 + 15 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e'}
}

USB name: "Control Surface".

Definition at line 10 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port1

struct usb_string_descriptor_struct usb_string_midi_port1
Initial value:
= {
2 + 15 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e'}
}

USB MIDI Port 1 name: "Control Surface".

Definition at line 17 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port2

struct usb_string_descriptor_struct usb_string_midi_port2
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '1'}
}

USB MIDI Port 2 name: "Control Surface XT 1".

Definition at line 24 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port3

struct usb_string_descriptor_struct usb_string_midi_port3
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '2'}
}

USB MIDI Port 3 name: "Control Surface XT 2".

Definition at line 31 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port4

struct usb_string_descriptor_struct usb_string_midi_port4
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '3'}
}

USB MIDI Port 4 name: "Control Surface XT 3".

Definition at line 38 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port5

struct usb_string_descriptor_struct usb_string_midi_port5
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '4'}
}

USB MIDI Port 5 name: "Control Surface XT 4".

Definition at line 45 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port6

struct usb_string_descriptor_struct usb_string_midi_port6
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '5'}
}

USB MIDI Port 6 name: "Control Surface XT 5".

Definition at line 52 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port7

struct usb_string_descriptor_struct usb_string_midi_port7
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '6'}
}

USB MIDI Port 7 name: "Control Surface XT 6".

Definition at line 59 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port8

struct usb_string_descriptor_struct usb_string_midi_port8
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '7'}
}

USB MIDI Port 8 name: "Control Surface XT 7".

Definition at line 66 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port9

struct usb_string_descriptor_struct usb_string_midi_port9
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '8'}
}

USB MIDI Port 9 name: "Control Surface XT 8".

Definition at line 73 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port10

struct usb_string_descriptor_struct usb_string_midi_port10
Initial value:
= {
2 + 20 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '9'}
}

USB MIDI Port 10 name: "Control Surface XT 9".

Definition at line 80 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port11

struct usb_string_descriptor_struct usb_string_midi_port11
Initial value:
= {
2 + 21 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '1', '0'}
}

USB MIDI Port 11 name: "Control Surface XT 10".

Definition at line 87 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port12

struct usb_string_descriptor_struct usb_string_midi_port12
Initial value:
= {
2 + 21 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '1', '1'}
}

USB MIDI Port 12 name: "Control Surface XT 11".

Definition at line 94 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port13

struct usb_string_descriptor_struct usb_string_midi_port13
Initial value:
= {
2 + 21 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '1', '2'}
}

USB MIDI Port 13 name: "Control Surface XT 12".

Definition at line 101 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port14

struct usb_string_descriptor_struct usb_string_midi_port14
Initial value:
= {
2 + 21 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '1', '3'}
}

USB MIDI Port 14 name: "Control Surface XT 13".

Definition at line 108 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port15

struct usb_string_descriptor_struct usb_string_midi_port15
Initial value:
= {
2 + 21 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '1', '4'}
}

USB MIDI Port 15 name: "Control Surface XT 14".

Definition at line 115 of file Teensy-USB-MIDI-name.c.

◆ usb_string_midi_port16

struct usb_string_descriptor_struct usb_string_midi_port16
Initial value:
= {
2 + 21 * 2,
3,
{'C', 'o', 'n', 't', 'r', 'o', 'l', ' ', 'S', 'u', 'r', 'f', 'a', 'c', 'e', ' ', 'X', 'T', ' ', '1', '5'}
}

USB MIDI Port 16 name: "Control Surface XT 15".

Definition at line 122 of file Teensy-USB-MIDI-name.c.