Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabas5532 committed Feb 2, 2024
1 parent 28784fd commit a3cf749
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 329 deletions.
207 changes: 0 additions & 207 deletions firmware/components/presets/src/presets_json_parser.cpp

This file was deleted.

59 changes: 0 additions & 59 deletions firmware/components/presets/src/presets_message_type.h

This file was deleted.

47 changes: 0 additions & 47 deletions firmware/components/presets/src/selected_preset_message_type.h

This file was deleted.

16 changes: 0 additions & 16 deletions frontend/lib/midi_mapping/model/models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,6 @@ sealed class MidiMapping with _$MidiMapping {
const MidiMapping._();
}

/// Midi mapping that is encodable to JSON. Used to communicate between the
/// firmware and the frontend.
// TODO remove if not needed any more
@freezed
class MidiMappingDto with _$MidiMappingDto {
const factory MidiMappingDto({
required int midiChannel,
required int ccNumber,
required String? parameterId,
required MidiMappingMode mode,
required int? presetId,
}) = _MidiMappingDto;

const MidiMappingDto._();
}

@freezed
class MidiMappingEntry with _$MidiMappingEntry {
const factory MidiMappingEntry({
Expand Down
1 change: 1 addition & 0 deletions test/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3cf749

Please sign in to comment.