GithubHelp home page GithubHelp logo

Comments (4)

melanchall avatar melanchall commented on June 24, 2024 1

OK, I've added TextEncoding property to ReadingSettings and WritingSettings. These changes will be available in the next release of the DryWetMIDI.

To write the text of text-based meta events, for example, in Unicode you will be able to specify desired encoding via WritingSettings:

midiFile.Write("output.mid",
               settings: new WritingSettings { TextEncoding = Encoding.Unicode });

and then you can read this file using the same encoding via ReadingSettings:

var midiFile = MidiFile.Read("input.mid",
                             settings: new ReadingSettings { TextEncoding = Encoding.Unicode });

from drywetmidi.

melanchall avatar melanchall commented on June 24, 2024

DryWetMIDI 1.2.0 has been released. This release contains a fix for this bug as described in the post above.

from drywetmidi.

nicowitteman avatar nicowitteman commented on June 24, 2024

Max,
Thanks for this. For the text fields (that are represented as 8-bit ASCII, not Unicode), the value "TextEncoding = Encoding.GetEncoding(28591)" works for me in this specific case (28591 is ISO 8859-1, aka Latin-1).
Kind regards,
Nico

from drywetmidi.

melanchall avatar melanchall commented on June 24, 2024

Nico,

Sounds good, glad to hear that you've solved your problem :)

Max

from drywetmidi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.