a framework for marking art in mpv

gwen 5e4ea60ee8 improve преди 2 месеца
constellations @ 21aaa47cb6 5e4ea60ee8 improve преди 2 месеца
shows 44d900216f stuff преди 2 месеца
.gitignore 27441193a2 started lots of little bits in here rn преди 4 години
.gitmodules 3ebcb1d146 moving to constellations преди 3 години
.styluaignore 27441193a2 started lots of little bits in here rn преди 4 години
LICENSE f4ac3422fa Initial commit преди 4 години
README.md 9a9da3a628 updates from lovedeathcode преди 1 година
dsl.lua 44d900216f stuff преди 2 месеца
example.lua ebe0340dfa rename the shade function преди 1 година
main.lua 9a9da3a628 updates from lovedeathcode преди 1 година
mark.lua 9a9da3a628 updates from lovedeathcode преди 1 година
mpv.conf 9a9da3a628 updates from lovedeathcode преди 1 година
oleander.sh 9a9da3a628 updates from lovedeathcode преди 1 година
properties.lua f8bb94503d added beats (not sure if i'll use it), luachecked properties.lua преди 4 години
shader-osd.conf 9a9da3a628 updates from lovedeathcode преди 1 година

README.md

oleander

One way or another this is going to be a live code DJ framework. Current Ideas:

  • lua in MPV
  • lua starting many MPVs
  • god help me melt...

Okay I'm circling back around to mpv now The story thus far has been: 1- Run a lot of sounds in one mpv process. this is too much work to get them to play simultaneously. plus you cant invidiually set the playback speed 2- a luvit netrepl managing many mpv's via the pipes and JSON api. This could work but jfc luvit was really not dealing with the pipes well 3-build a repl into MPV and have more than one runing independently. REPL recieves code from uh...... stdin or maybe a pipe? i gotta sort that out. BUT if it works I can use this for vis or music which is sick

TO Run mpv --script=main.lua --idle=yes --mute=yes --window-maximized=yes --profile=low-latency