diff options
author | San Jacobs | 2024-05-14 05:46:06 +0200 |
---|---|---|
committer | San Jacobs | 2024-05-14 05:46:06 +0200 |
commit | 69632cc58a6d304b241cd025e00293796113d341 (patch) | |
tree | 861ffaebcee7872cd2627a9dcacc61f5874e9137 | |
parent | 1beaa8dc734b65c55c1e320649a692d8d848d3e6 (diff) | |
download | chirpsync-69632cc58a6d304b241cd025e00293796113d341.tar.gz chirpsync-69632cc58a6d304b241cd025e00293796113d341.tar.bz2 chirpsync-69632cc58a6d304b241cd025e00293796113d341.zip |
Updated TODO
-rw-r--r-- | src/main.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.odin b/src/main.odin index c72b97e..90d3ec6 100644 --- a/src/main.odin +++ b/src/main.odin @@ -10,6 +10,7 @@ import "../ltc" /* TODO: - Automatically detect if timecode is in left or right channel +- Mute channel containing timecode - Better error when specifying a pure folder, or handle it automatically */ |