Skip to content

Commit

Permalink
pioneer-ddj-400: Add DEVICE_DESCRIPTOR constant
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Aug 26, 2023
1 parent 246eea8 commit c8e8d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/pioneer_ddj_400/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pub const MIDI_DEVICE_DESCRIPTOR: &MidiDeviceDescriptor = &MidiDeviceDescriptor
port_name_prefix: "DDJ-400",
};

pub const DEVICE_DESCRIPTOR: &DeviceDescriptor = &MIDI_DEVICE_DESCRIPTOR.device;

#[derive(Debug, Clone, Copy)]
pub enum Deck {
/// Left
Expand Down

0 comments on commit c8e8d1c

Please sign in to comment.