Commit Graph

89 Commits

Author SHA1 Message Date
cv df44d3fcbc send data to component
- title data
- added note to title data
- add total events info into socket
2021-06-11 14:40:24 +02:00
cv 81e3b0abbf cursor fixes
- delete would use wrong index to relocate
- cursor uses eventId instead of eventIndex
- cursor would move on any item changes
2021-05-28 23:59:08 +02:00
cv 3d69dbab13 fix: rename to .keep
play nice with .git
2021-05-28 15:00:45 +02:00
cv 8624e2c383 add data folder 2021-05-28 14:56:00 +02:00
cv 05369f2b79 Merge branch 'master' into wip/migratedb 2021-05-28 14:46:54 +02:00
cv 0d78038797 Update package.json
- yarn start correct file
2021-05-28 14:22:40 +02:00
cv a47dfea56b refract: tidy up structure
- db in folder
2021-05-28 14:00:13 +02:00
cv aa53f2c9cf folder restructure 2021-05-28 13:16:34 +02:00
cv 1491fbbb97 parse uploaded file 2021-05-28 00:02:31 +02:00
cv e891e7a538 feat: upload file 2021-05-27 23:00:32 +02:00
cv f887817a68 setup router + tidy up 2021-05-27 22:56:49 +02:00
Carlos Valente 97ec556e83 Merge pull request #4 from cpvalente/fix/osc
Fix/osc: fixed issue where process would crash when receiving unknown OSC datatypes
2021-05-27 20:34:39 +02:00
cv 9314594051 handle error messages 2021-05-27 15:01:34 +02:00
Carlos Valente b2eaf509fe Merge pull request #3 from cpvalente/feat/roll
Feat/roll
2021-05-26 23:12:55 +02:00
cv b61a82627e feat: download
- able to download file from express
2021-05-26 23:10:00 +02:00
cv 7c67d2e57d update lib 2021-05-26 22:33:14 +02:00
cv f78c16fb8c style + cleanup 2021-05-26 13:10:23 +02:00
cv d311703025 countdown to upcoming 2021-05-26 12:39:36 +02:00
cv e57cb0d831 bugfix: timer negative on goto
when jumping events using goto, start time would not be set
2021-05-25 23:14:56 +02:00
cv 8f754587fa bugfix: osc gotoid
- typo in loadEvent call
- force string on osc parameter call
2021-05-25 22:14:40 +02:00
cv 77c25a022f roll()
timer has roll() implementation
2021-05-25 12:29:16 +02:00
cv 250946fdc6 type module 2021-05-25 09:39:28 +02:00
cv 7fe3a28a76 migrate logic 2021-05-24 23:16:19 +02:00
cv 7406d54472 refract: delete unused code 2021-05-24 23:15:53 +02:00
cv bb1f063c6a migrate event logic 2021-05-24 18:22:29 +02:00
cv 5b7905e86a cjs > esm imports 2021-05-24 17:06:02 +02:00
cv fa98e2ad92 feat: deleteall 2021-05-20 14:12:23 +02:00
cv cc7b8278b8 cursor follows playback 2021-05-20 13:13:30 +02:00
cv 08e0101815 bugfix: reload while running
reloading while running wouldnt clear paused data
2021-05-16 22:45:03 +02:00
cv 937106d49c bugfix: on prev <> next
skipping through events while playing would cause false data in clock
2021-05-15 23:52:53 +02:00
cv 5959053e94 feat: osc goto
- renamed previous goto to gotoid
2021-05-15 23:50:44 +02:00
cv f38823e077 bugfixes: delay
- mismatch of event definition caused duration not to apply when event was delayed
- delays now have revision
2021-05-15 23:36:06 +02:00
cv 764bd52663 bugfix: prevent crash when array is undefined 2021-05-15 23:13:05 +02:00
cv 9e82062158 bugfix: datamodel 2021-05-12 21:29:23 +02:00
cv 608ed8d5bd refract: delete event 2021-05-12 20:57:30 +02:00
cv 9c3aa6d386 eslint 2021-05-12 13:32:24 +02:00
cv a4488b6a56 feat: goto with osc 2021-05-11 15:49:47 +02:00
cv 80ef58426b bugfix case typo 2021-05-11 15:23:01 +02:00
cv 72b42c7eb8 feat: apply delays 2021-05-06 14:02:56 +02:00
cv 4161dd29c8 feat: draggable events 2021-05-06 12:05:21 +02:00
cv 0631dec3d3 feat: OSC 2021-05-05 20:00:05 +02:00
cv 56926d2226 cleanup debug 2021-05-04 22:14:20 +02:00
cv 2b568aa7c6 feat: negative timers 2021-05-03 22:02:04 +02:00
cv 9715e13152 performance enhancements 2021-05-02 15:05:32 +02:00
cv 7f94907056 bugfix + cleanup
+ fixed bugs on counting finishing time and event loading
+ small cleanups on stack
2021-05-02 11:03:56 +02:00
cv f98e3bd424 bugfix on patch
patch item caused timer restart
2021-04-28 23:23:07 +02:00
cv b8bce6302d feat: increment running timer 2021-04-27 23:59:02 +02:00
cv 8834b9933d update single + small fixes 2021-04-27 13:46:16 +02:00
cv 712df0b446 cleanup
remove unused + small css tweaks
2021-04-27 09:14:52 +02:00
cv ff2c38c731 bugfix: paused time not reset 2021-04-27 00:10:47 +02:00