Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digital Audio Workstation #65

Open
n0izn0iz opened this issue May 6, 2024 · 1 comment
Open

Digital Audio Workstation #65

n0izn0iz opened this issue May 6, 2024 · 1 comment

Comments

@n0izn0iz
Copy link

n0izn0iz commented May 6, 2024

Braindump: making a minimalistic multiuser p2p DAW could be a nice challenge and example of using gno for blockchain-less stuff

One gno "chain" would be one project

basic todo:

  • define a basic audio plugin interface
  • create daw core (plugin registry, tracks, midi and automation sequencer, effects racks)
  • have a way to invite new users (address list managed by r/sys via acls?)
  • create some basic plugins (drums synth, modular synth, param eq, volume shaper (sidechain &| lfo), sampler; should be enough to make some pretty cool demo tunes)
  • create a way to inject plugins at "runtime" (-> create new realm and register the new plugin)
  • create ui

bonus:

  • make it have "blocktimes" of <= 20ms
  • sequencer segment locking
  • use ipfs to store and share project samples between peers
  • plugin marketplace on gnoland
  • publish final track on gnoland with latest daw "block" hash, so you could prove how a track has been produced (not sure if this could ever be useful except in lawsuits)
  • implement native ui in gno directly
@n0izn0iz n0izn0iz changed the title DAW Digital Audio Workstation May 6, 2024
@miguelito766
Copy link

Hello, i like the idea, i'll be please to help you and discuss about it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants