Skip to content

issues Search Results · repo:JuliaMusic/Mplay.jl language:Julia

Filter by

10 results
 (56 ms)

10 results

inJuliaMusic/Mplay.jl (press backspace or delete to remove)

On MSWindows, when I try to mplay a MIDI file I get an error that a DLL can t be loaded: using Mplay Activating project at `c:\Users\Mark Nahabedian\.julia\dev\RegistryCI.jl` mplay( foo.mid ) ERROR: ...
  • MarkNahabedian
  • 6
  • Opened 
    on May 15, 2023
  • #13

From the screen shot in the README it seems like there are many instrument sounds available in Mplay. But how does one choose them?
documentation
  • Datseris
  • 1
  • Opened 
    on Sep 18, 2018
  • #10

MIDI.jl is a well tested (on all OS), well documented and easy to use package for reading midi files. It also offers robust support for Notes, in the Julian way. Most importantly, it is written purely ...
decision
speculative
  • Datseris
  • 2
  • Opened 
    on Sep 15, 2018
  • #9

The keyboard shortcuts are awesome! Specifically the ones that change tempo and pitch! However, sometimes one can forget which key does what. It would be to have a way to see the shrotcuts from within ...
ease-of-use
enhancement
  • Datseris
  • Opened 
    on Sep 15, 2018
  • #8

using MIDI testmidi() gives a path to a midi file with 4 channels, the 3rd of which is a drums channel. However when I do mplay(testmidi()) the drum channel is not audible. What do I have to do to make ...
bug
documentation
  • Datseris
  • Opened 
    on Sep 15, 2018
  • #7

mplay(file) does not automatically separate different tracks into different channels, although it has supports for multiple channels and the documentation shows that it is possible. using MIDI, Mplay ...
documentation
enhancement
  • Datseris
  • Opened 
    on Sep 15, 2018
  • #6

julia using MIDI, Mplay julia mplay(testmidi()) When listening to the piece, try to close the GUI exactly when a piano note is being played. You will see that the note sound is not terminated properly ...
bug
  • Datseris
  • Opened 
    on Sep 15, 2018
  • #5

MWE julia using MIDI, Mplay julia mplay(testmidi()) Note retriggered Note retriggered julia mplay(testmidi()) midi: cannot open MIDI output Julia has exited. Press Enter to start a new session. ...
bug
ease-of-use
  • Datseris
  • 1
  • Opened 
    on Sep 15, 2018
  • #4

When running a test midi file in the console, I get: julia using MIDI, Mplay julia testmidi() C:\\Users\\datseris\\.julia\\dev\\MIDI\\test\\doxy.mid julia mplay(testmidi()) Note retriggered Note ...
bug
ease-of-use
  • Datseris
  • 2
  • Opened 
    on Sep 15, 2018
  • #3

The following should happen for this to be released as a proper julia package: - [ ] Add proper tests to the test folder. - [ ] Test on Travis (using Mac). Does it work on linux as well? - [ ] Test ...
documentation
  • Datseris
  • Opened 
    on Aug 28, 2018
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub