The Wayback Machine - https://web.archive.org/web/20200523210353/https://github.com/topics/music
Skip to content
#

music

Here are 6,397 public repositories matching this topic...

arcresu
arcresu commented Jun 1, 2019

Some of our wiki pages are outdated. User manual or developer guide type information should move into the sphinx docs for better visibility and so that it's versioned with the code. I think it makes sense to use the wiki for longer-term planning or planning of big changes, with the target audience being beets contributors. Where possible smaller plans can go to issues on beets with appropriate lab

sincerexie
sincerexie commented Feb 19, 2019

你好!我注意到mobx-react文档里有个注解,如果使用了自定义注入(Customizing inject),则不需要再加observer装饰器,但我看到了本项目中使用了inject mapperFunction的地方,都有加observer装饰器,这是否必要呢?

文档中的注解:

N.B. note that in this specific case neither NameDisplayer nor UserNameDisplayer needs to be decorated with observer, since the observable dereferencing is done in the mapper function

具体地址:[mobx-react#customizing-inject](https://github.com/mobxjs/mo

nukeop
nukeop commented Feb 21, 2020

Currently, every track added to downloads immediately starts downloading. Downloads are therefore behaving inconsistently, are not saved over program restarts, and can fail randomly without properly notifying the user. The following improvements are proposed:

  • Store the list of downloads in db/on disk somewhere. The main process will manage this list.
  • Allow the renderer process to query the
wangzibo-tju
wangzibo-tju commented Feb 26, 2020

中文用户请注意:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。

If you want to report a bug, please provide the following information:

Pomax
Pomax commented Apr 7, 2020

Looking at https://wavesurfer-js.org/plugins and https://wavesurfer-js.org/example/spectrogram/index.html it is entirely unclear how this plugin is supposed to get loaded.

The second link has an example that is literally impossible, because you can't reference a variable before it's been declared (the wavesurfer var does not exist yet, so the wavesurfer: wavesurfer instruction is an error),

ttepatti
ttepatti commented Apr 4, 2020

Enhancement Summary

It would be helpful to include BPM tags for the built-in samples, particularly those in the "beats" folder. For example, "909beat01.ogg" has no BPM tag.

Justification

All of these beats sound great on their own, but its hard to know how to use them in a project without knowing the BPM of the sample. This goes for all of the loops within the "beats" folder.

librosa
bmcfee
bmcfee commented Apr 29, 2019

Description

STFT allocates an output buffer, but sometimes you might want to have it compute directly into an existing buffer. For example, in griffin-lim, the method alternates stft/istft for each iterate, which is then discarded. It would be better if we could give it an out= variable, which it would use instead of allocating a new buffer; this way, we could cut down on redundant mem

walmik
walmik commented Dec 1, 2018

At the very least it should have some basic guidelines such as add tests for new code changes. It should also make a mention that Scribbletune works in the browser via Tone.js as well as in the terminal, hence a new code change needs to be such that it ll work in both the places. If it cannot, then that should be mentioned with some reasoning so that we can plan for it's creation in a subsequent c

Improve this page

Add a description, image, and links to the music topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the music topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.