Git Product home page Git Product logo

dart_midi's People

Contributors

feelfreelinux avatar jonlatane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dart_midi's Issues

Is there a way to retrieve information such as velocity from a midi file ?

Hi, I'm exploring the possibility to get information on each note when the event is noteOn but can't seem to figure out how to obtain the velocity information.

void main() {
  var file = File('resources/sample_midi.mid');

  var parser = MidiParser();
  MidiFile parsedMidi = parser.parseMidiFromFile(file);
  
  for(int i=0; i< parsedMidi.tracks.length; i++)
  {
	List<MidiEvent> track_list=parsedMidi.tracks[i];
	for(int j=0; j <track_list.length; j++)
	{
	   MidiEvent mevt=track_list[j];
           print(mevt.deltaTime);
          //if (mevt.type == 'noteOn')  //if the event type is noteOn, how do I get the velocity information ?
             //         print(mevt.velocity);
	}
  } 

Nullsafety migration

Hello, it would be great if this library is migrated, especially since Flutter 2.0 is released! Thanks :)

I might be able to migrate since there's a very small amount of code.

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.