score
BespokeSynth
score | BespokeSynth | |
---|---|---|
107 | 14 | |
1,522 | 4,116 | |
1.3% | 1.0% | |
9.8 | 9.0 | |
2 days ago | 4 days ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
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
- Show HN: Automate your studio – mute a mixer channel to turn your PTZ camera
-
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.
BespokeSynth
-
Google Is Killing Chromecast
I fairly certain that the academic open source community had already published prior art for delay correction and volume control of speaker groups (which are obvious problems when you add multiple speakers to a system with transmission delay). IIRC there was a microsoft research blog post with a list of open source references for distributed audio from prior to 2006 for certain. (Which further invalidates the patent claims in question).
Before they locked Chromecast protocol down, it was easy to push audio from pulseaudio sound server to Chromecast device(s).
The patchbay interface in soundsync looks neat. Also patch bay interfaces: BespokeSynth, HoustonPatchBay, RaySession, patchance, org.pipewire.helvum, easyeffects: https://github.com/BespokeSynth/BespokeSynth/issues/1614#iss...
pipewire handles audio and video streams. soundsync with video would be cool too.
-
Python Notebooks for Fundamentals of Music Processing
"Raspberry Pi for Dummies" has chapters on SonicPi and PyGame.
SonicPi is a live coding environment for music creation and instruction.
It looks like PyGame has pygame.mixer, which is built on SDL's mixer.
The Godot game engine supports Audio Effects: https://docs.godotengine.org/en/stable/tutorials/audio/audio...
BespokeSynth has a "script" module that supports Python for synthesizing notes and chords and also for transforming audio streams: https://github.com/BespokeSynth/BespokeSynth/blob/main/resou... ( https://github.com/BespokeSynth/BespokeSynth/blob/main/bespo... )
AllenDowney/ThinkDSP references NumPy, freesound,:
-
Ask HN: What Underrated Open Source Project Deserves More Recognition?
https://github.com/BespokeSynth/BespokeSynth
BespokeSynth takes the concept of a modular synthesizer and expands it so that the application is less just a synth and more a complete modular DAW. I've used it to create MIDI/audio workflows that I couldn't get exactly the way I wanted in Ableton or FL Studio. It also has a module for doing audio processing livecoded in Python that I'm just starting to scratch the surface of.
Video from the creator covering I Feel Love in BespokeSynth: https://www.youtube.com/watch?v=kzYUgPMMpts
- Bespoke – Open-Source Modular Synthesizer with DAW Capabilities
- Sequencer programme for playing live?
-
Show HN: Polymath: Convert any music-library into a sample-library with ML
https://www.google.com/search?q=awesome+generative+ai+site%3... ; #GenerativeArt #GenetativeMusic
- BespokeSynth DAW: https://github.com/BespokeSynth/BespokeSynth :
> [...] live-patchable environment, so you can build while the music is playing; VST, VST3, LV2 hosting;
-
I have a clear path for building our own Spectral suite plugins
Then I realized bespoke sync is also written in C (https://github.com/BespokeSynth/BespokeSynth) , and I learned about the ninja build system (which is what ysfx uses to compile JSFX).
- is there any way to stop apps from putting presets etc in /Documents
-
Open Source Reviews
Today I'm looking at a couple open source projects that are dear to my heart: OpenParliament API and BespokeSynth. If you've followed my work last term for OSD600 you've seen me write about my work on Bespoke already, which is a modular software synth. OpenParliament, on the other hand, is a great site with easy to consume information about Canadian government, the API for which I'm taking a look at today. This is part of my work for SPO600, or Software Portability and Optimization, so expect more on that soon! For now let's dive into these repos and how contributing to them works.
-
Après Midi
In the final installment of my efforts to bring midi import and export to BespokeSynth (part 1 and part 2 here) I'm working my way through the details of handling midi in Juce, with the added layer of having some Juce functionalities handled by Bespoke.
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.
Rack - The virtual Eurorack studio
atemOSC - Control ATEM video switchers over the network with OSC messages
pipewire - Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)
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
lmms - Cross-platform music production software
pyo - Python DSP module
vgmtrans - VGMTrans - a tool to convert proprietary, sequenced videogame music to industry-standard formats