overtone
MuseScore
Our great sponsors
overtone | MuseScore | |
---|---|---|
24 | 129 | |
5,616 | 9,338 | |
0.5% | 2.7% | |
3.5 | 10.0 | |
3 months ago | 2 days ago | |
Clojure | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
overtone
-
Lisp for audio programming
Are you talking synthesizers? If yes, then Overtone is a great project for that, if you are OK with using clojure.
I've never actually used it myself. I've preferred systems that talk to SuperCollider, like overtone, because it's already rock solid and has lots of good DSP built in.
-
Clojure Turns 15 panel discussion video
Thanks. I don't know to what extend its "better-because-of-clojure" but I also found overtone https://github.com/overtone/overtone which should be good fun (though the underlying synthesizer is supercollider/C++).
-
Music Programming for Java and JVM Languages
You might want to look at Overtone, which is a clojure environment built on top of overtone, and which integrates with processing and a few other similar things.
-
Sonic Pi – The Live Coding Music Synth for Everyone
> I'm fluent in Python but find the use of colons is the real sticking point.
The you'd probably have hated its predecessor which was all about the parentheses: https://overtone.github.io/
It's too bad that superficial stuff like which characters you need to type is holding you back. Getting used to Ruby when you're familiar with Python is no big deal. I would just stick with it
-
Can I create an application to help me work out my drums rudiments in emacs
There's a project you may find interesting: https://overtone.github.io/. Besides sound/synthesis stuff, it has https://github.com/overtone/midi-clj library, which allows you to write MIDI as lisp (Clojure, to be precise) code. Emacs has great support for Clojure programming (via Cider), and REPL-based development is perfect for writing music.
- Lisp feature - domain specific language
- Hacking Perl in Nighclubs (2004)
-
Racket for Computer Music?
overtone, in clojure and using the SuperCollider engine
-
Let’s Make Overtone Sing Like Sonic-Pi
It's overtone.live that has a problem with windows, as documented here . It's used in the overtone playground project and that's probably the reason why I couldn't get it to work.
MuseScore
-
MuseScore deployment in JAMF on MacOS
Follow the GitHub directions and you can find the link needed to build the label as: https://github.com/musescore/MuseScore/releases/download/v4.0.1/MuseScore-4.0.1.230121751.dmg
-
How come Musescore 4 isn’t a GPL violation, and is their mixed-proprietary model a long-term threat to other GPL software?
According to this thread, MuseSounds isn’t even a separate process, but it’s loaded dynamically. That settles the shared-memory discussion since they operate as one program in a shared address space.
I looked into the source, and from my perspective it looks like the only purpose of the dll API (it's inside libhandler.h) is to avoid releasing the source. There is only ONE implementation, the dll is ONLY used by Muse Score, and there is also no documentation on this API... The lib, MuseSamplerCoreLib.dll, is installed to Windows/System32. The sample format is proprietary I guess, but internally uses the open source opus codec (so sample data can be extracted by just using opusdec.exe from opus-codec.org) Here is some feedback from the team on the issue: https://github.com/musescore/MuseScore/issues/15706 https://musescore.org/en/node/340466
Under the GPL they don't owe you specifications. Under the GPL they don't owe you documentation. Under the GPL they don't owe you a build how-to or integration instructions. Per the GPL, all they owe you is the code, and that's here. If the interface you are talking about is in that repo, then they've met their obligation. The GPL doesn't say they have to make it easy to use their interface or explain what it does, it says they owe you the code that implements it.
-
Show HN: PipeScore – FOSS Bagpipe Notation Software
I've been working on some version of this since May 2019. It is a web app that allows writing out music for the Highland bagpipe.
While it uses the same notation as normal music, bagpipe music tends to have a greater focus on gracenotes (embellishments). Most music software does not deal with this very well (e.g. MuseScore just displays a list of every single possible embellishment, of which there are hundreds [1]). PipeScore instead takes advantage of the fact that the form of many embellishments is dependent on the notes adjacent to it, allowing it to reduce the number of options down to just 13.
[1] https://github.com/musescore/MuseScore/blob/2b428c00c9df65c3...
-
Making the ultimate-guitar.com web player easier to practice with
musecore is opensource and supports tab playing and editing alongside notation: https://github.com/musescore/MuseScore
-
Name a program that doesn't get enough love!
For all there musicians out there: MuseScore (https://musescore.org)
-
MuseScore 4 was released! features a new audio engine; new orchestral library; VSTi support; an engraving overhaul; a new UI and hundreds of feature improvements. Available as AppImage on linux
I am running this Musescore and Muse Hub on Kubuntu 22.10 and the Muse Hub doesn't work. I don't know how prevalent this problem is, but it looks like the bug is being tracked here: https://github.com/musescore/MuseScore/issues/14125
-
Free and open source rule
It's important to note that the new leadership is Muse Group, the developers behind the MuseScore software, which is itself licensed under GPLv3. Muse Group are a FOSS proponent; it would be very out-of-character for them to attempt to shift the software to a proprietary license.
What are some alternatives?
Sonic Pi - Code. Music. Live.
lmms - Cross-platform music production software
LibreScore - The open source (GPLv3), serverless (IPFS-based), offline-first, and totally free alternative to musescore.com
muse - MusE is a digital audio workstation with support for both Audio and MIDI
Tidal - Pattern language
alda - A music programming language for musicians. :notes:
pipewire - Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)
react-native-windows - A framework for building native Windows apps with React.
VeeSeeVSTRack - Open-source virtual modular synthesizer
csound - Main repository for Csound
bevy_egui - 🇺🇦 Please support the Ukrainian army: https://www.comebackalive.in.ua/donate
awesome-livecoding - All things livecoding