Skip to content
#

music

Here are 11,257 public repositories matching this topic...

sonic-pi
ethancrawford
ethancrawford commented Feb 9, 2022

Recent discussions show that it is still possible for the load_synthdefs function to raise an un-handled error if it is given the path to a SynthDef file instead of a directory of SynthDefs.

We should fix this by raising a more useful error that describes the problem in a clearer way.
I suggest adding something like the following line:

raise "The load_synthdefs function expects an 
nuclear
kjukmar2
kjukmar2 commented Mar 20, 2022

Platform: Linux Mint 20.3

Nuclear version: 0.6.17; Appimage with AppimageLauncher

Description of the issue: I can't say that I really if I do things correctly, but it appears to be riddled with problems at my machine. At the very start of the appimage (and the .deb package previously) there's is an "Cannot read property 'sourceName' of undefined" error. But now a more serious issue appeared.

bug good first issue
ruizcw
ruizcw commented Feb 6, 2018

Would it be possible to see if you already "thumbed up" a song by clicking on the menu bar button (to get to the menu, shown in the attached screenshot) via a check mark icon or a thumbs up icon next to the "Thumbs Up" option or via a separate entry within the menu (that would say, for example, "Thumbed Up")? This would be so much easier than having to open a new window by clicking on "Show" every

Monospace-V
Monospace-V commented Mar 9, 2022

Bug Summary

When opening a project made in an older version of LMMS, wherein an instrument track has been solo'ed before saving, 1.3 alpha upon un-soloing the soloed tracks, automation tracks do not unmute. (Related, PR 5547, where the feature was added that enabled this behaviour.)
ie,
Soloing instrument track and save in 1.2, then re-opening in 1.3 alpha and un-soloing, keeps automation t

madskjeldgaard
madskjeldgaard commented Jan 3, 2022

Motivation

The .postf is a neat shortcut for posting a formatted string.

But personally I see my self doing things like "% is not implemented yet".format("something").warn and the equivalent with .error all the time.

Description of Proposed Feature

Add the following methods to String:


// Equivalent to .postf
St
enhancement good first issue

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