« get me outta code hell

add function for finding track object by ref data - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-07-08 16:10:35 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-16 18:17:56 -0300
commitb6d86d7baf65b4a66ad767c73c89c793d83083f0 (patch)
tree848bd8a8905250c96c28c61b3cc2727eeb2f8bb7 /index.js
parenteb6a997df675fc8176fb15f34450a0c1b8416edc (diff)
add function for finding track object by ref data
This is the start of a project to let two (or more) instances of mtui
link together and host a party where tracks are accessed on each user's
own machine. Backends will be linked so that any actions taken in one
will be reflected in another. This function is a key part of
implementing this, since mtui depends on all instances of a track be
referred to by the same JS object, and the new function allows the
(approximate) identity of a track to be serialized and transferred over
the internet (or any static format) and restored later, on another
device, and/or even in a differently structured music library.
Diffstat (limited to 'index.js')
0 files changed, 0 insertions, 0 deletions