You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ the need to have folders of tracks and command-line windows open in order to pla
12
12
13
13
The MD can plan in advance the order of performance; later, `eMDee` will facilitate the playing of each track in the specfied order during the performance.
14
14
15
-

16
-
17
15
`eMDee` was originally designed for GNU Linux systems such as Mint, Debian, Ubuntu, etc.,
18
16
it now also runs under Windows.
19
17
@@ -30,6 +28,9 @@ it now also runs under Windows.
30
28
-[Build from Source](#build-from-source)
31
29
-[From the Alire Crate Repository](#from-the-alire-crate-repository)
32
30
-[From Source Download](#from-source-download)
31
+
-[Changes](#changes)
32
+
33
+

33
34
34
35
## Core Features
35
36
* Create 'session' of 'tracks'
@@ -51,7 +52,7 @@ When a MIDI file is manually stopped from playing, an all-notes-off MIDI file is
51
52
52
53
## Session Editing
53
54
54
-

55
+

55
56
56
57
## Prerequisites
57
58
`eMDee` relies on well-known third-party applications to play audio and MIDI files, these must be installed
@@ -96,3 +97,9 @@ In the newly-created directory run `alr build`. The first time you do this it m
96
97
the required libraries are downloaded and built, subsequent builds will be very fast.
97
98
98
99
The executable will be found in the `bin` subdirectory.
100
+
101
+
## Changes
102
+
103
+
* 0.2.0 Add button to delete sound file from a track - Issue #2
104
+
* 0.1.1 Fix adding new tracks with no associated sound file - Issue #1
105
+
* 0.1.0 Initial release - runs OK on GNU/Linux and Windows
0 commit comments