logo

bytemedia

Home to byte-level sounds, images, videos, … git clone https://hacktivis.me/git/bytemedia.git

BYTEMEDIA.7 (1811B)


  1. ./" All document formats sucks, I find that roff(1)-derived sucks less. Enjoy.
  2. ./" Web view: <https://hacktivis.me/git/bytemedia.mdoc/>
  3. .Dd 2020-10-05
  4. .Dt BYTEMEDIA 7
  5. .Sh NAME
  6. .Nm bytemedia
  7. .Nd Home to byte-level sounds, images, videos and maybe more
  8. .Sh DESCRIPTION
  9. bytebeat is something that inspired me (thanks geb, viznut, …). Because music is often repetitive by design and that I really love the idea of byte-level precision over your music yet still playing with the algorithms (just because you know how each string on a harp sounds like doesn't means you know how they sound together but you usually care about each and every string).
  10. .Pp
  11. I also quite like exploring this field for video, be it for visualization or other link to music or just generation of a standalove video feed. It could still mostly be called bytebeat as most of music are accompagniated by some video art these days and pretty much always has an image for their release (album, EP, compilation, …).
  12. .Sh FILES
  13. .Bl -tag -width Ds -compact
  14. .It Pa C
  15. C files of course, all of that is POSIX/C99 and mostly designed to be used with
  16. .Xr tcc 1 .
  17. You should be able to pipe their output into any music player supporting the AU file format.
  18. .Pp
  19. I use the following oneliner for music livecoding:
  20. .Dl % echo /dev/shm/live.c | entr sh -c 'pkill -9 -f -x play\ - ; tcc -run - < /dev/shm/live.c | play - &'
  21. .It Pa ibniz
  22. Files to be played via
  23. .Xr ibniz 1 ,
  24. a bytebeat esoteric language VM with integrated visualisation.
  25. .Lk http://viznut.fi/ibniz/
  26. .El
  27. .Sh SEE ALSO
  28. .Bl -item -compact
  29. .It
  30. .Lk http://viznut.fi/texts-en/
  31. .It
  32. .Lk http://debu.gs/entries/making-music-with-computers-two-unconventional-approaches
  33. .It
  34. .Lk http://canonical.org/~kragen/bytebeat/
  35. .El
  36. .Sh AUTHORS
  37. .An Haelwenn (lanodan) Monnier Aq Mt contact+bytemedia@hacktivis.me