aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-12-14 21:28:11 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-12-14 21:28:11 -0500
commit7dfed69f5b181c6368ac55e50192b967c0bb4b80 (patch)
treebfdac58404a59a4a513788df303067f7cfe368b0
parentdc9c8833ec7d4181251740354e8a4893ab277423 (diff)
downloadit2midi-7dfed69f5b181c6368ac55e50192b967c0bb4b80.tar.xz
Update readme.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 363cc39..4675265 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ Architecturally, this rewrite still closely resemble the original C++ version (h
a lot of passing references around). This is not satisfactory and will be redesigned
in the future. However currently I'm focusing on getting a working converter.
-Since this is my very first Rust project, I try to implement as much by myself as possible.
-As usual this went too far. For this reason IT2MIDI currently has no external dependencies.
+Since this is my very first Rust project (in fact, this is also the first time I use a
+"new age" programming language in production), I try to implement as much by myself as
+possible. As usual this went too far. For this reason IT2MIDI currently has no
+external dependencies, and the reinvented wheels will likely have rough edges.
Original C++ version here: https://cgit.chrisoft.org/oddities.git/tree/music/it2midi.cpp