MuseScore
alda
MuseScore | alda | |
---|---|---|
151 | 11 | |
12,814 | 5,695 | |
1.9% | 0.4% | |
10.0 | 8.4 | |
5 days ago | about 1 month ago | |
C++ | Go | |
GNU General Public License v3.0 or later | Eclipse Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MuseScore
-
How to prompt LLM to infer XSD from many XML documents?
In case anyone is interested in the details, I am trying to infer the MuseScore MSCX format to ensure that my MusicXML => MuseScore generator at https://github.com/infojunkie/musicxml-mscx produces valid scores. I want to use all the supplied MSCX files in the repo https://github.com/musescore/MuseScore for inference.
- MuseScore
-
The End of Finale
It seems now is as good a time as any for people to try MuseScore [1], the FOSS alternative to Finale and Dorico.
[1] https://musescore.org/
-
Printing Music with CSS Grid
For a shortcut, Musescore has a plugin called colornotes that does this, installable from the GUI. You can alter the color scheme by editing the .js plugin code: https://github.com/musescore/MuseScore/blob/master/share/ext...
It can also print note names inside of each head.
-
This happens when I tried to open my file (musescore 4) idk i searched everywhere on how to fix this?
In that case, please ask for help on the official Support forum on musescore.org where you can attach the score itself and people should be able to take a look.
-
I keep having this issue where apparently it plays unhearable tone at max and i can't hear anything in program, anyone knows how to fix? Reinstalling didn't help
If you continue to have trouble, best to ask for help on the official Support forum on musescore.org and attach your score along with precise steps to reproduce the problem, so we can understand and assist better.
-
When Musescore 4 becomes operational software, release it again, and let me know
Is this what also led to https://github.com/musescore/MuseScore/issues/17663? If so I definitely urge you to spend the couple of minutes to test with a nightly build so we can known it is truly fixed for your case and not illustrate the other case that had been reported. As mentioned, testing nightlies is simple; they don’t interfere with normal installations at all.
-
Why can't I download Musescore?
Sorry, I don't know what "both buttons" means. There are buttons on the home page of musescore.org, buttons on the Download/Software page - both with and without Muse Hub - buttons for older versions, buttons for nightly builds, buttons for mobile apps, buttons within Muse Hub, probably others too. Please describe *exactly* what you are doing, step by step - the URL of the page you are on when you see the button, the text on the button you are clicking - and the exact text of the error you see.
-
[QUESTION] Looking for a free and easy tab maker online
Musescore seems to be the new standard
-
How do you use a chromebook?
Not that I need to prove anything, but for anyone curious, here's a composition I created using the music notation software I help develop and support on my Chromebook. If you hit the play button on the composition, you'll hear the multitrack recording I created on my Chromebook as well, with my students singing the various parts. The piece was created for my online course teaching counterpoint, developed completely on my Chromebook. Here is a video from my most recent - the video is done from the Chromebook and the software managing the multicamera layout and screen share is software I developed on my Chromebook. And here is the online community I manage from my Chromebook.
alda
-
Show HN: Code music in Python that generates MIDI
Interesting approach. There has been much activity in recent years in live coding with a lot of interesting solutions.
> most music coding software out there is more focused on experimentation rather than conventional songwriting
Did you have a look at e.g. https://github.com/alda-lang/alda or https://abcnotation.com/? Or e.g. https://github.com/emicklei/melrose is a similar approach as yours. There is also an algorithcmic composition language called SAL which is used in Common Music (https://commonmusic.sourceforge.net/) and Niquist (https://sourceforge.net/projects/nyquist/).
-
alda VS midica - a user suggested alternative
2 projects | 12 Aug 2023
-
If musicians named programming languages, what would we be working in?
As a semi-serious answer Alda: https://alda.io/
-
Sonic Pi – The Live Coding Music Synth for Everyone
Look into Alda music programming language - it's possible to write classical music with it. It's more like MIDI or classical notation - you don't care about sound but you specify notes.
https://alda.io/
- Alda – text-based programming language for music composition
-
“Compiling” Music
check out https://alda.io/ - it takes some form of music notation and plays it using general MIDI synth
-
Questions on Alda
Hi! The way it works is that you save alda files to a text file, then you play them using the alda player using the command line. I haven't looked into Alda 2 yet, but you can take a look at the documentation here
-
Alda – Text-Based Programming Language for Music Composition
Looks like a previous version was mostly a Clojure DSL, but the latest major version no longer is. There are variables and other useful features we know from other programming languages that aren't mentioned on the landing page.
Of course there are also varying definitions of what a programming language is. For instance, I consider CSS to be a programming language, but I know many people disagree with that position (and that's okay). I personally don't think that a "programming language" must be a general-purpose, turing-complete language. Alda seems to be a non-general purpose, turing-incomplete language. At this point though, we're maybe getting into semantics a bit.
Syntax change: https://github.com/alda-lang/alda/blob/master/doc/alda-2-mig...
- Alda – a text-based programming language for music composition
What are some alternatives?
LibreScore - The open source (GPLv3), serverless (IPFS-based), offline-first, and totally free alternative to musescore.com
melrose - interactive programming of melodies, producing MIDI
lmms - Cross-platform music production software
mmlgui - GUI for ctrmml
overtone - Collaborative Programmable Music
csound - Main repository for Csound