Giter Club home page Giter Club logo

nema-audio-svelte's Introduction

nema-audio-svelte's People

Contributors

dependabot[bot] avatar nasso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nema-audio-svelte's Issues

Automation clip features

Automation clips features to add for the MVP:

  • Clip creation
  • Insert points
  • Delete points
  • Type-in point values
  • Interpolation functions
    • Linear
    • Exponential or logarithmic
    • Sinusoidal
    • Stairs (w/ smooth variant)
    • Step (single, 0% > 100% at the end)
    • Pulse
  • Edit interpolation function parameter (tension point)

Playlist features

Playlist features to add for the MVP:

  • Clip selection
  • Clip deletion
  • Clip duplication
  • Minimum clip duration
  • Setting the player start time cursor
  • Setting the player loop range
  • Area selection
  • Time range selection
  • Handle clip overlaps
  • Skip rendering of clips outside the view range
  • Drag and drop files to create a clip
    • Audio
    • MIDI
    • Automation

Index of the different types of clips:

  • Audio clip (#6)
  • MIDI clip (#9)
  • Automation clip (#14)

Quick effect chain (bottom panel)

The quick effect chain allows quickly adding and re-ordering effects without relying on the processing graph

Should we adopt something similar to Ableton Live's effect racks?

Processing graph features

The processing graph allows more complex routing of the audio processing pipeline.

Allows doing stuff like complex automation, mixing, sidechain etc...

The processing graph shouldn't be mandatory: it's often overkill to use it to just add a few effects, makes simple manipulations like re-ordering annoying and can quickly get messy if used for too many things.

It is nonetheless something that seem popular in the audio industry (FL Studio's Patcher, Max For Live etc...)

  • Node creation
  • Node deletion
  • Node selection
  • Link manipulation

License?

Hello, I love this project and love the idea of messing around and playing with the web audio api and svelte wrapper around it, mostly for educational purposes but I'm still curios what would be the license for this project as I don't see any license file? Is it open source as MIT or something?

Audio clip features

Audio clip features to add for the MVP:

  • Clip creation
  • Resizing of the left side of clips past T=0
  • Set start and end loop points
  • Quickly set fade-in/fade-out transitions
  • A "stretch" mode when resizing clips
  • Pitch/detune resampling (that doesn't change duration)

Track background rendering could be optimized

Current implementation uses one <canvas> per track. Last implementation used linear-gradient backgrounds.

Possible improvements:

  • Use WebGL
  • Use only one shared <canvas>
  • Use SVGs
  • Use HTML elements
  • A different implementation using linear-gradient

Tracklist features

Tracklist features to add for the MVP:

  • Track creation
  • Track mute/solo
  • Track selection
  • Track deletion
  • Multiple track selection
  • Track rename

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.