Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

abreheret/MidiEditor

Repository files navigation

MidiEditor

The original author have created a Github repository with all update. Please go to https://github.com/markusschwenk/midieditor


Linux Windows
Build Status Appveyor Build Status

Download : Windows last release

Building Dependencies

  • Qt >= 5.7
  • CMake >= 2.8.11
  • Linux :
    • sfml sudo apt-get install libsfml-dev
    • asound sudo apt-get install libasound2-dev
  • Windows Compiler : Works under Visual Studio >= 2013
  • Windows deployment : nsis

Introduction

MidiEditor is a free software providing an interface to edit, record, and play Midi data.

The editor is able to open existing Midi files and modify their content. New files can be created and the user can enter his own composition by either recording Midi data from a connected Midi device (e.g., a digital piano or a keyboard) or by manually creating new notes and other Midi events. The recorded data can be easily quantified and edited afterwards using MidiEditor.

image

Features

  • Easily edits, records and plays Midi files
  • can be connected to any Midi port (e.g., a digital piano or a synthesizer)
  • Tracks, channels and Midi events can be edited
  • Event quantization
  • Control changes can be visualized
  • Automatic Updates
  • Free
  • Available for Windows and Linux

Note

MidiEditor was developed by Markus Schwenk. It is entirely written in C++ (Qt) and is available for the platforms Linux and Windows. Should MidiEditor be a software which is helpful for you and which you use often, please let the developer and other users know by providing feedback. Moreover, the developer worked on MidiEditor in his (rare) sparetime and offers it for free. So, when you feel like it, pay him a coffee (or two). Please also feel free to contact the developer in case you have any ideas which could help to improve the editor or in the case you found any bugs you want the developer to fix.

Suggestion, Improvements, Bugreports...

Please feel free to contact the developer if you have any suggestions! Please also reach out to the developer if you found a bug.

Origin Project Page

Here you can find the original project page on sourceforge.net. You will find the code and a way to provide feedback.

Manual

Here