« 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/client.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-07-08 16:10:35 -0300
committerFlorrie <towerofnix@gmail.com>2020-07-08 16:10:35 -0300
commit04e457e9e5e1739ce8fb26e6f0085fafff0c8db1 (patch)
tree9aa08e8de8c2573061931861e934bb1490bec154 /client.js
parentbd977127e770b364f94cc240c35ea73760b36956 (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 'client.js')
0 files changed, 0 insertions, 0 deletions