score
vgmtrans
score | vgmtrans | |
---|---|---|
107 | 8 | |
1,522 | 879 | |
1.3% | 2.6% | |
9.8 | 8.9 | |
1 day ago | 18 days ago | |
C++ | 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.
score
-
Pygfx
QRhi is pretty much the exact same goal than pygfx with a different implementation: https://github.com/qt/qtbase/tree/dev/src/gui/rhi
I've been using it for 4-ish years now in https://ossia.io
Pros:
-
The costs of the i386 to x86-64 upgrade
IDK, I mostly use KDE apps and none of those are electron. The only web-browser thing I have open right now is firefox, everything else is pretty lean Qt apps: strawberry (RES 77 megabytes), dolphin (RES 61 megabytes), konsole (RES between 30 and 60-megabytes depending on my instance) the app I'm developing https://ossia.io (lean enough to run on a raspberry pi zero 2).
Meanwhile, I have a dozen firefox processes each above 500M RES and a few above 1G...
-
ICPP – Running C++ in anywhere like a script
I added LLVM JIT support to ossia a few years ago, it's not too bad, but a big issue is that the JIT does not support all the necessary features used by the frontend in terms of relocations, etc. So it happens relatively often that C++ code will compile to LLVM IR without issue, but then fail at the JIT step because some relocation is not supported by the JIT engine yet.
Most of the code is here : https://github.com/ossia/score/tree/master/src/plugins/score... with the actual LLVM API interoperation contained there : https://github.com/ossia/score/tree/master/src/plugins/score...
-
Debian KDE: Right Linux distribution for professional digital painting in 2024
I'm curious, could you try this one and tell me if it starts ? so far it works in all the mainstream distros I could try but if there's someone out there who cannot open it with an OS less than a decade old, I want to make sure I can fix that : https://github.com/ossia/score/releases/download/v3.2.0/ossi...
-
Opening Windows in Linux with sockets, bare hands and 200 lines of C
That's really not true. Qt as of Qt 6 still supports using native X11 drawing commands and that covers a lot of apps. Tkinter too (and many technical apps which are exactly the ones likely to be used over the wire).
Just last week I was debugging remotely an art installation which uses my software, https://ossia.io and was running on a Pi 5, I compared X11 and VNC and X11 was really much more useable even over the internet.
- Learn How to Build Your Own Max for Live Devices
-
Qt Widgets Rendering Pipeline
https://ossia.io uses widgets and qgraphicsscene for the main UI rendering and Qt rhi for the GPU pipeline, and it's performing well enough for our use-cases - I was working on it on a 1080p screen on a Pi4 recently and it certainly felt much much faster and responsive than chrome on the same hardware.
-
Is it possible to do runtime compilation and execution of C code?
I use it for live c++ recompilation in https://ossia.io - all the code is in there. https://github.com/ossia/score/tree/master/src/plugins/score-plugin-jit/JitCpp
-
Show HN: New visual language for teaching kids to code
> I feel like visual programming gets a bad rap because of things like this. As an electronic engineer that used to love LabView and life long user of NI Reaktor and Max/MSP, those tools are fantastic if you don’t approach them with an imperative programming mindset.
aha, in the long run I ended up making https://ossia.io which is as VPL as it can get. Yet it still embeds a LOT of textual languages.
-
CLion Nova Explodes onto the C and C++ Development Scene
For me both VSCode and CLion lag heavily.. whenver I tried CLion it was completely unuseable on my project https://ossia.io which is only 500kloc (and I try to try it pretty much once a year since it was in beta)
vgmtrans
- How to open SDAT files?
- extract audio files from a ds rom file
-
thoughts on GBA sound replacement
1 - There are generic-ish tools to dump/convert the with the notation like VGMTrans, but support for various internal formats/methods/effects/commands is definitely not 100%. I've used that one to dump tracks from many games across various systems and often it works fine, but sometimes an effect/track is missing for one reason or another or sometimes a game's music format simply isn't supported and people need to get hands-on.
-
PUYOPUYO 20TH ANNIVERSARY MIDI EXTRACTION
A question answered before anybody even asks in the first place: I used VGMTrans to get ahold of all the Midi files. You can get it here: VGMTrans Github page
- What is the easiest way to take an snes song and apply a new sound font to it?
-
How hard is it to download a GBA song and change the instruments?
The two best options, in my experience, would be to use either GBA Mus Riper (yes, it is actually misspelled), or VGMTrans. Both should be able to take a GBA rom as input, and give you both midis, and a matching soundfont to go along with them. Then you can use your music editor of choice to load up said midi, and do whatever you want with it.
-
Newbie build issues
Here are the steps I'm following btw. https://github.com/vgmtrans/vgmtrans/wiki/Building-the-Qt-version#vs-noide
-
Room 215 Soundfont
You can use VGMTrans to extract the Nintendo files to SF2 files as long as you have a Hotel Dusk ROM.
What are some alternatives?
seq66 - Seq66: Seq24-based live MIDI looper/editor. v. 0.99.15 2024-10-27. NSM support; Linux/Windows/FreeBSD; PDF manual & tutorial with Help access.
arduino_midi_library - MIDI for Arduino
BespokeSynth - Software modular synth
lmms - Cross-platform music production software
atemOSC - Control ATEM video switchers over the network with OSC messages
mixxx - Mixxx is Free DJ software that gives you everything you need to perform live mixes.
BespokeSynth - Software modular synth [Moved to: https://github.com/BespokeSynth/BespokeSynth]
ardour - Mirror of Ardour Source Code
scheme-for-max - Max/MSP external for scripting and live coding Max with s7 Scheme Lisp
helio-sequencer - Libre music sequencer for desktop and mobile platforms
gsequencer - Advanced Gtk+ Sequencer