beets icon indicating copy to clipboard operation
beets copied to clipboard

Web-based DAW (Digital Audio Workstation) written in React for making music.

Results 23 beets issues
Sort by recently updated
recently updated
newest added

It would be nice to warn a user before deleting the file if: 1. The file is used in any sequencer Tracks 1. The file is associated with any Instrument...

enhancement
good first issue

Similar to the upcoming "Play Once" functionality in `InstrumentSettings`, update the workstation page's `SongControls` component to toggle the play behavior between looping (what it currently does) or playing once (based...

enhancement
good first issue

For attribution/licensing, it would be cool to add a dialog that lists out each file that I'm using in a specific Project. I could also see it listing out additional...

enhancement
good first issue

Steps to reproduce: 1. Create a new Track with at least one step. 1. Save the project. 1. Go to the library and delete the file associated with that step....

bug
good first issue

Add a keyboard shortcut that can be held while clicking a Track Section to change the Playhead to start at that position - maybe `alt`?

enhancement

If a project is small enough for this to be reasonable, each color in a track preview should only be linked to one sample. ![Screenshot 2022-04-30 21 15 32](https://user-images.githubusercontent.com/60853378/166119561-ad4ef1b0-ac1f-43e5-bd4a-c692959a8959.png) Here...

bug

Similar to #162, if a user decides to delete an Instrument that a Track is using, we should: 1. Display an additional warning of how many Track(s) might be attached...

bug

This feature has been available since v1.6.0, but it might not be obvious to new users that it is available - it makes listening to one section or part of...

documentation

It would be awesome to have a simple search/filter box in the React-rendered version of the markdown documentation. I'm thinking something along the lines of the Evergreen documentation landers with...

documentation

Implement a way to record audio from the user's microphone, or an audio source of their choosing. Ensure there's a way to preview the recorded audio and confirm or re-record...

enhancement