From e6b524313ef334e1ff6b976dad9d54079d7a5f9c Mon Sep 17 00:00:00 2001 From: Maxim Dobroselsky Date: Mon, 28 Oct 2024 20:11:24 +0300 Subject: [PATCH] [Docs] Changed README --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 9ff38b2c0..10be02bd4 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,9 @@ Please see [Getting started](#getting-started) section below for quick jump into ## Useful Links -* [NuGet](https://www.nuget.org/packages/Melanchall.DryWetMidi) * [Documentation](https://melanchall.github.io/drywetmidi) +* [NuGet](https://www.nuget.org/packages/Melanchall.DryWetMidi) * [Project health](https://melanchall.github.io/drywetmidi/articles/dev/Project-health.html) -* CodeProject articles: - * [DryWetMIDI: High-Level Processing of MIDI Files](https://www.codeproject.com/Articles/1200014/DryWetMIDI-High-level-processing-of-MIDI-files) - * [DryWetMIDI: Notes Quantization](https://www.codeproject.com/Articles/1204629/DryWetMIDI-Notes-Quantization) - * [DryWetMIDI: Working with MIDI Devices](https://www.codeproject.com/Articles/1275475/DryWetMIDI-Working-with-MIDI-Devices) ## Projects using DryWetMIDI @@ -295,8 +291,3 @@ private void OnEventSent(object sender, MidiEventSentEventArgs e) Console.WriteLine($"Event sent to '{midiDevice.Name}' at {DateTime.Now}: {e.Event}"); } ``` - -## SAST Tools - -* [JetBrains All Products Pack](https://jb.gg/OpenSourceSupport) – all JetBrains desktop tools by open source license. -* [PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) – static analyzer for C, C++, C#, and Java code.