
V (programming language)
Nim (programming language)
D (Programming Language)
Go Programming Language
C++
Crystal (programming language)
Zig
Perl
SuperCollider
Pure Data
Sonic Pi
ChucK
VCV Rack
Overtone
Reaktor
SunVox
V (programming language)
SuperColliderBased on our record, V (programming language) should be more popular than SuperCollider. It has been mentiond 78 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
How about v-lang? https://vlang.io/ Not python, but, go-like syntax, and satisfies other stuff you mentioned. - Source: Hacker News / 2 months ago
Somewhat similar language, https://vlang.io Itโs a mix of go and rust syntax that translates to C. - Source: Hacker News / 3 months ago
Language explorers looking for lower level languages like this may also want to take a peek at the V language. https://vlang.io/ I won't say with confidence either is better than the other; but I think both are worth a look. Odin (iiuc) always makes you manage memory; Vlang permits you to, but does also have linking to the Boehm GC that it will generate for you in most cases. Vlang and Odin in terms of syntax and... - Source: Hacker News / 6 months ago
There are other choices of languages, that are close to and influenced by Golang. Languages such as Odin[1] and Vlang[2] (which addresses several issues mentioned). Even more, they are at the stage where advance programmers can contribute or influence them in the ways that they might find satisfactory. Golang is too far down the road and cemented in its ways, to expect such significant changes in direction. [1]:... - Source: Hacker News / 10 months ago
> For me the biggest gap in programming languages is a rust like language with a garbage collector, instead of a borrow checker. https://vlang.io. - Source: Hacker News / over 1 year ago
The visual patching part of Max makes sense when you know the history of the program. It was built for musicians working at the forefront of interfacing MIDI with the power of the more compact mainframe computers of the day (PDP-11 IIRC). The 'programming' was done through a GUI running on the first Macintosh. At first there was no audio processing in Max itself, it was purely for generating and manipulating MIDI... - Source: Hacker News / 29 days ago
SuperCollider has a longer DSP feature list and a more powerful language. The dealbreaker was deployment: scsynth is a separate process. Shipping a game app that has to spawn and supervise another OS process, on iOS, with sandboxing and lifecycle quirks on top, was more friction than I wanted. libpd, by contrast, runs embedded in the game process. - Source: dev.to / about 2 months ago
At this point, we can produce the array of pitches that are midi notes. To create sound from these notes I've used a specialized programming language called SuperCollider. I won't dive much into details here, but you may have a look at the code if you're interested. Beware, there are quite a lot of branches there and all of them contain some interesting code. - Source: dev.to / almost 2 years ago
This is essentially sound design from first principles. There's a good book here: https://www.amazon.com/Designing-Sound-Press-Andy-Farnell/dp/0262014416 Note that the software used (Pure Data) can be replaced by another high-level language (SuperCollider: https://supercollider.github.io/) pretty easily. I know of no "tool" to do what you want because there are few things that are universal to different kinds of... - Source: Hacker News / about 2 years ago
Since then, I've been working more and more with TidalCycles. TidalCycles is an open-source live coding framework for creating patterns written in Haskell. TidalCycles uses SuperCollider on the backend, another language I've been using for live coding. Recently, I started using Tidal Looper for live vocal processing. This blog post will walk you through what you need to get started with vocal looping with Tidal... - Source: dev.to / about 2 years ago
Nim (programming language) - The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.
Pure Data - Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical...
D (Programming Language) - D is a language with C-like syntax and static typing.
Sonic Pi - Sonic Pi is a new kind of instrument for a new generation of musicians. It is simple to learn, powerful enough for live performances and free to download.
Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
ChucK - A strongly-timed music programming language