zynthian-sys VS pianojacq

Compare zynthian-sys vs pianojacq and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
zynthian-sys pianojacq
37 3
73 -
- -
7.8 -
4 days ago -
Shell
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

zynthian-sys

Posts with mentions or reviews of zynthian-sys. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • Electronic music icon Korg makes music with Raspberry Pi
    4 projects | news.ycombinator.com | 9 Dec 2022
    There's a bunch of people doing some pretty amazing synth builds with the Raspberry Pi -- the Zynthian crew [0] springs to mind.

    Basically bring your own USB midi keyboard / controller - these tend to be cheap, but also engender very strong opinions, so there's some distinct advantages to having them as separate components, but with the synth box being much more portable than a laptop or desktop.

    As to the Korg Wavestate - on this side of the pond (AU) it has an RRP of A$1500, though street pricing is around A$1000.

    [0] https://zynthian.org/

  • Help starting out a DIY synth guitar project
    2 projects | /r/synthesizers | 25 Nov 2022
    Another option might be to get a Raspberry Pi and a USB audio interface to run Zynthian. Zynthian can be built from scratch with a TV, mouse and keyboard. You will need the USB audio for a line input from your amp. Heaps of DIY learning building your own Zynthian. You can scale up to the full hardware kit if you like what you see.
  • Can OP-1 Field use a USB hub to act as MIDI host for multiple devices?
    1 project | /r/OP1users | 4 Nov 2022
    I suggest something Raspberry Pi based, Zynthian for example. It's the total opposite in this regard, allowing so much freedom and possibilities that it can get overwhelming.
  • Spare RaspberryPi 4b with Touchscreen, any ideas for integrating into setup?
    1 project | /r/synthesizers | 3 Nov 2022
    There are several great RPi synth projects around, including mt32-pi, mini-dexed and samplerbox, but they're all intended for headless use (or with a tiny embedded display). The outlier in that respect AFAIK is Zynthian: https://zynthian.org/
  • Ardour 7.0 has been released
    2 projects | news.ycombinator.com | 15 Oct 2022
    Exactly opposite situation in my case - my Ubuntu Studio rig has been rock solid for tracking and many projects .. but the good news is that even if, for whatever reason, you can't qite grok things to be as productive as a pro Ubuntu Studio user (hint: you can) we have all the good things happening in ZynthianOS to explore, anyway - and this just wraps up the same essential goodies into a hardware device that is push-button-user friendly:

    http://zynthian.org

    And of course there are bleeding edge lessons learned, applied in things like monome, etc.

  • Piano sound module for midi controller?
    1 project | /r/synthesizers | 29 Aug 2022
    Zynthian is a good option but a bit hard to get your hands on in the silicon supply chain crisis.
  • Raspberry Pi in synths?
    3 projects | /r/synthesizers | 25 Aug 2022
  • Any good portable synths?
    1 project | /r/synthesizers | 30 Jul 2022
    Zynthian is a good one to add to this list.
  • Supply chain issues are killing synth companies
    2 projects | news.ycombinator.com | 14 Jul 2022
  • Would an MPC Live 2 be helpful for me?
    1 project | /r/synthesizers | 27 Jun 2022
    You might get some more traction by integrating a Raspberry Pi in a eurorack adapter (or RPi Pico) with some sort of CV interface and leveraging an open source project like Zynthian.

pianojacq

Posts with mentions or reviews of pianojacq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-16.
  • Modern SPAs without bundlers, CDNs, or Node.js
    8 projects | news.ycombinator.com | 16 Feb 2023
    As someone who does this too: it depends. If you take time out every now and then to completely refactor your code base it can actually be surprisingly effective. I've done exactly that on my last project and I'm pretty happy with the end result, you can have a look for yourself:

    https://gitlab.com/jmattheij/pianojacq/-/tree/master/js

    This project will likely never be finished, there are always nice new things to add or requests from people, there is no commercial pressure because it is a hobby project and I don't have a boss to answer to. And even if such refactoring operations take me two weeks or more (this one I did while I was mostly just working on a laptop without access to a keyboard so it was sometimes tricky to ensure that nothing broke) in the end it is worth it to me because I am also paying the price for maintaining the code and if it is messy then I would stop working on it.

    The project moves forward in fits and starts, sometimes I work on it for weeks on end and sometimes it is dormant for months. In a commercial setting or in a much larger team I don't think this approach would work.

  • Ask HN: What happened to vanilla HTML/CSS/JS development?
    31 projects | news.ycombinator.com | 9 Sep 2022
    Two things:

    - adding interactivity to a web page vs building an application. Those are not the same thing, and what you read applies to the first

    - there's a widely accepted belief that vanilla js is not suitable to build apps. I don't buy in this belief. I have a built networked Scrabble game written in vanilla js. Both the backend and the frontend. This simplicity allowed external contributors not well versed in the modern web stack to contribute. I also was able to enter the code of Pianojacq (from jaquesm) [1] and contribute quite easily because he also chose vanilla js. This simplicity is very valuable, and lost with modern framework, and nobody is really concerned about this.

    I've done some React development, so I know my way in a modern app. I've also contributed to a frontend written in Vue. I think they solve problems but bring complexity to the table, in particular the tooling (bundlers, minifiers, etc), the dependencies and the debugging being much harder.

    It seems DOM manipulation through native browser API scares many people, but when it's what you are familiar with, your usual "framework", it's manageable. You need to be disciplined to avoid things getting messy (a discipline frameworks partially enforce), but I really believe you can go far with vanilla js.

    I believe React & Co are often picked to ease beginners' contribution, but they actually do require expertise. I'd rather touch vanilla js code from a beginner or an experienced developer than a React code from a beginner.

    It's a matter of taste. Vanilla JS has the taste of fresh air to me. It's zen. You write the code and it runs. No tools, no slow compilation, no minification that complexifies the debugging. Minification which is only useful because with those framework you bundle an awful quantity of code in the first place. Yes, source maps exists but they don't do everything.

    But today you won't have access to the whole ecosystem of existing React components with vanilla JS. It might be a curse or a benediction.

    [1] https://gitlab.com/jmattheij/pianojacq

  • Lots of progress on the piano practice software
    2 projects | news.ycombinator.com | 28 Mar 2021
    As for 1) yes, I can do that, the reason it is set where it is right now is because very soft keypresses on real pianos with sensorbars installed are typically fingers brushing keys on the way to other keys and these false triggers leave a lot of errors that aren't really errors. I'll make that setting configurable.

    2) yes, if you look in the 'midi' directory on the gitlab site ( https://gitlab.com/jmattheij/pianojacq/-/tree/master/midi , but also linked from the application) there are whole bunch of them that all should work well

What are some alternatives?

When comparing zynthian-sys and pianojacq you can also consider the following projects:

mt32-pi - 🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.

prehistoric-simulation - Simulator in browser

elk-pi - Elk Audio OS binary images for Raspberry Pi

systemjs - Dynamic ES module loader

Sonic Pi - Code. Music. Live.

modern-todomvc-vanillajs - TodoMVC with Modern (ES6+), Vanilla JavaScript

Rack - The virtual Eurorack studio

yhtml - Tiny html tag function for rendering Web Component templates with event binding

Audio - Teensy Audio Library

ostep-projects - Projects for an undergraduate OS course

easyeffects - Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications

pipewire - Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)