🦞🌯 Lobster Roll

Thread

Generating audio with literate Futhark (futhark-lang.org)

Stories related to "Generating audio with literate Futhark" across the full archive.

Generating audio with literate Futhark (futhark-lang.org)
Assessing the Ada Language for Audio Applications (electronicdesign.com)
Live Coding in Sporth: A Stack Based Language for Audio Synthesis (2017) (iclc.livecodenetwork.org)
Abstract: "This paper describes live coding musical sound in a domain-specific language called Sporth. Sporth is a stack based language ideally suited for articulating complicated modular synthesis patches using a terse syntax. Motivations for building a live coding interface will be explained, alon...
Data is no Longer at REST (blog.ably.io)
Dynamic Phase Alignment in Audio (youtube.com)
A Clojure library for generating streams of events based on stochastic state machines. (github.com)
Frak takes an entirely different approach to generating regular expressions (thechangelog.com)
Generating Morse Code in the Console (lists.freebsd.org)
#!/bin/sh read -p "CW ===> " TEXT echo ${TEXT} | morse | awk '{ if(length($0) == 0) printf("P4\n"); else { gsub(" dit", "P32L32E", $0); gsub(" di", "P32L32E", $0); gsub(" dah", "P32L8E", $0); p...
lossless audio compression with libpng (github.com)
Which Clang Warning Is Generating This Message? (fuckingclangwarnings.com)
Generating JSON from types whose structure doesn't come with a lot of guarantees (bitemyapp.com)
The Type Theory Podcast - Episode 1: Peter Dybjer on types and testing (typetheorypodcast.com)
Turing-Incomplete: A Podcast About Programming (turing.cool)
Audio of this morning's NSL hearing in [UNDER SEAL] v. Holder (ca9.uscourts.gov)
Audio of court proceedings in which the EFF argue the unconstitutionality of National Security Letters. Context: https://www.eff.org/press/releases/media-alert-oral-arguments-effs-national-security-letter-case
Relax or focus; explore dynamic soundscapes that merge nature and music using stochastic proccesses. (mindscapes.co)
I, myself, like light, ambient, non-percussive music/noise softly playing in the background while I work and in the evenings as I drift off to sleep. Maybe some of you do too. Just found it today.
Literate Haskell URL Shortener (bitemyapp.com)
Generating Magic Cards using Deep Recurrent Neural Networks (mtgsalvation.com)
Real-time audio programming 101: time waits for nothing (2011) (rossbencina.com)
Generating quines in Ruby (blog.chaps.io)
Play a list of WAV files with PyAudio (jugad2.blogspot.com)
FAUST: A language for real-time sound processing and synthesis (faust.grame.fr)
Progress So Far - Genesis Digital Audio Workstation Development Blog (genesisdaw.org)
Author talks about switching through several languages before going with the boring (but effective!) option.
Futhark - High-Performance Functional Programming (futhark-lang.org)
"Futhark is a small programming language designed to be compiled to highly performant GPU code. It is a statically typed, data-parallel, and purely functional array language, and comes with a heavily optimising ahead-of-time compiler that generates GPU code via OpenCL. Futhark is not designed for gr...
Four common mistakes in audio development (atastypixel.com)
Corrode: A C -> Rust translator in literate haskell (github.com)
Literate Programming, by Donald Knuth (channel9.msdn.com)
I wrote a literate program (cs.mcgill.ca)
Why Are Computers 2: This Increasingly Complicated World (whyarecomputers.com)
Includes transcript.
Interview to Boyd Multerer, founder of Xbox Live, about Elixir (soundcloud.com)
? New Rustacean Bonus 7: Katas—or, learning by doing (newrustacean.com)
One of the best ways to learn is to pick a small problem you have already internalized, and to do it again but in a new language or in a new way in a language you already know.