Skip to content
#

music

Here are 6,243 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

advaithm
advaithm commented Jan 30, 2020

If internet is down and you launch nuclear it (at least i feel) should open the downloaded music. a way I thought could be used would be too ping a website and if 100% of the pings for a set amount of time result in losses then nuclear could open the downloads page.

azimbialiev
azimbialiev commented Mar 30, 2020

I'm actually using wavesurfer.js@3.3.1 with Typescript 3.8
VS Code suggest me that wavesurfer.exportPCM() is not an async function

WaveSurfer.exportPCM(length: number, accuracy: number, noWindow?: boolean | undefined, start?: number | undefined): string

But the official documentation says

`exportPCM(length: number, accuracy: number, noWindow: boolean, start: number, end: number): Prom

JohannesLorenz
JohannesLorenz commented Feb 28, 2020

Bug Summary

Conditional jump depends on uninitialized values in PianoRoll.cpp

Steps to reproduce

Start LMMS.

Expected behavior

No valgrind output.

Actual behavior

valgrind output.

Screenshot

LMMS version used

master, eebdc0f

Logs

Click to expand
```
==21784== Threa
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

madprops
madprops commented Oct 17, 2019

Version 1.3.1-408-g595eec787

Basically when I click on a song, it gets highlighted as blue. Which is ok, but it gets confusing when I have 2 selected songs, the last clicked, and the current playing song.

I would prefer if there was a way to only have the playing song highlighted.

I tried looking for color options to change the clicked song color, but to no avail. Would be nice if there w

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.