Apsolute Beginer in GitHub and C# #302
Replies: 3 comments 2 replies
-
I want to get chords changes in MIDI file with time of change in miliseconds from start in specific format [00:00.00] (chord name like G). |
Beta Was this translation helpful? Give feedback.
-
Hi, GitHub projects is not the place where you will be taught how to code and use technologies for your programming languages. I can help with my library only. And please show your attempts to solve the task. And then I'll point you to issues in your code.
No. You need to use NuGet, read about it. Please read the library documentation. |
Beta Was this translation helpful? Give feedback.
-
using Melanchall.DryWetMidi.Core; // Read a MIDI file // Manage timed events of the first track chunk of the file
} // After this I tried simple read of midi file var midiFile = MidiFile.Read("Some great song.mid"); After this in Visual Studio I get one 1 error Two output file names resolved to the same output path: "obj\x86\Debug\Proba8.Resources.resources" Proba8 I read something about overflow of stack how this can be solved |
Beta Was this translation helpful? Give feedback.
-
I have install Visual Studio on Windows 10 laptop then I go to Github download drywetmidi in which dir I must put unziped data to works with C# Visual Studio. Then can I simply start with copy and paste code from draywet examples to C# in Visual Studio
Thanks lot any sugestions
Beta Was this translation helpful? Give feedback.
All reactions