forked from jingkaimori/midieditor
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08c8886
commit 920102f
Showing
9 changed files
with
178 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
[Desktop Entry] | ||
Version=1.0.0 | ||
Encoding=UTF-8 | ||
Name=ProMidEdit | ||
Comment=NONE | ||
Exec=promidedit | ||
Icon=midieditor.png | ||
Terminal=false | ||
Type=Application | ||
Categories=AudioVideo;Audio; | ||
Name[ru_RU]=ProMidEdit.desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Package: promidedit | ||
Version: {VERSION}-{PACKAGE} | ||
Section: sound | ||
Priority: extra | ||
Architecture: {ARCH} | ||
Depends: {DEPENDS} | ||
Installed-Size: {SIZE} | ||
Maintainer: PROPHESSOR, Markus Schwenk <[email protected]> | ||
Homepage: https://midieditor.org/ | ||
Description: Graphical interface to edit, play, and record Midi data. | ||
ProMidEdit 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 ProMidEdit. | ||
. | ||
ProMidEdit was developed by PROPHESSOR based on Markus Schwenk's MidiEditor. It is entirely written in C++ (Qt 5) | ||
and is available for the platforms Linux and Windows. | ||
Support languages: English and Russian |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
This package was debianized on {DATE}. | ||
|
||
Copyright (c) by PROPHESSOR 2019. | ||
|
||
It was downloaded from https://github.com/PROPHESSOR/ProMidEdit | ||
|
||
Upstream Author: Markus Schwenk <[email protected]> | ||
|
||
This code is released under the terms of the GPL license version 3. | ||
|
||
See /usr/share/common-licenses/GPL-3 for the full license. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters