cowbells VS extempore

Compare cowbells vs extempore and see what are their differences.

cowbells

A Clojure library for musical experiments and live coding (by omkamra)

extempore

A cyber-physical programming environment (by digego)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cowbells extempore
2 9
16 1,385
- -
3.5 2.4
5 months ago 7 months ago
Clojure C++
GNU General Public License v3.0 or later -
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.

cowbells

Posts with mentions or reviews of cowbells. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-09.
  • Starting Your Computer Music Journey with Clojure and Overtone in Emacs
    4 projects | news.ycombinator.com | 9 Apr 2022
    I'm really fond of the idea of writing music like this.

    From all available implementations of the idea, I probably like Extempore (https://github.com/digego/extempore) the most. Extempore provides a low-level C-like language (xtlang) which compiles into LLVM and can be meta-programmed from a variant of Scheme (TinyScheme I believe). This arrangement makes it possible to generate the code for the audio graph from Scheme, compile/optimize it via LLVM, then drive it in a live-coding fashion from Emacs. Best of both worlds (high and low).

    My personal, much simpler attempt in this space is Cowbells (https://github.com/omkamra/cowbells) - with this one you can live-code FluidSynth (MIDI soundfonts) from Clojure + CIDER + Emacs, representing musical phrases either via Clojure data structures or an alternative text-based syntax (which is translated into the former by a compiler).

  • Show HN: Cowbells – A Clojure library for musical experiments and live coding
    1 project | news.ycombinator.com | 22 Dec 2021

extempore

Posts with mentions or reviews of extempore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.