Skip to content

Commit 55dd3c5

Browse files
authored
Update README.md
1 parent 86287a0 commit 55dd3c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# JavaTimecode
22
MTC and LTC timecode generator library in Java
3+
4+
**NOTE:** The library is still a wip.
5+
6+
## TODO list:
7+
- ALL of the MTC part
8+
- fix audio buffer managment for LTC generator
9+
- Write a timecode reader for both MTC and LTC
10+
- Write a Timecode wrapper that will automatically set framens 'n stuff based of time, speed and direction
11+
12+
### The idea
13+
14+
After searching A LOT for some free and open source LTC libraries for java, I've founded [this one](https://github.com/MrExplode/ltc4j) that sounded interesting. I take a look at the code, and I noticed it wasn't working well + there were a lot of stuff that could be improved. So I decided instead to start from scratch and write my own library that will handle both LTC and MTC, by using some ideas I've found in that library. Also, I've asked [Andrea Colla](https://github.com/AndColla) (A friend of mine) for some help, because, sadly, I'm quite busy rn.

0 commit comments

Comments
 (0)