diff README.md @ 0:0ea1ec2da443

*: initial commit
author Paper <mrpapersonic@gmail.com>
date Tue, 04 Jul 2023 22:44:41 -0400
parents
children d00bc412900e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Tue Jul 04 22:44:41 2023 -0400
@@ -0,0 +1,5 @@
+# edl-parser
+edl-parser is a parser library for Vegas Pro EDL files and translates them into a usable format for manipulation in C/C++.
+
+# How do I use this?
+Drag it into your C/C++ project and adjust your compiler flags accordingly. Then you can call `parse_EDL` with a `char*` containing the entire contents of any EDL file.
\ No newline at end of file