gogins / cloud-5

Complete browser-based computer music studio for algorithmic composition and live coding
Other
9 stars 1 forks source link

Create a thumbdrive package for this stuff with a better name and documentation #35

Closed gogins closed 1 year ago

gogins commented 1 year ago

The objective is to have a directory containing all of cloud-music that can simply be run from a thumb drive (or copied somewhere) and run in place, similar to a Flatpak installation in Linux. The package would be virtually the same as the current cloud-music dist directory, but with different pieces and an index.html page.

On a thumb drive, the computer music studio is pocketable and can be plugged into anything from a phone to a desktop workstation. Work becomes completely portable.

The actual plan now: rename cloud-music to cloud-5, take out all pieces that are not examples, and do all new compositions in gogins.github.io (the online cloud-music).

gogins commented 1 year ago

Name?

gogins commented 1 year ago

Can use pandoc to translate markdown to HTML. Is there some way to inject a style sheet?

gogins commented 1 year ago

We make one dist directory for cloud-music, and another one for cloud-5.

gogins commented 1 year ago

Maybe I should create a new GitHub repository for cloud-5 and make cloud-music a Git submodule of that?

gogins commented 1 year ago

I forgot, I moved the contents of cloud-music to gogins.github.io.

I have changed the name of cloud-music to cloud-5. I will move the actual pieces into a new repository or something.