Tidal
defect-process
Tidal | defect-process | |
---|---|---|
26 | 19 | |
2,284 | 212 | |
1.1% | - | |
8.3 | 3.5 | |
24 days ago | over 1 year ago | |
C++ | Haskell | |
GNU General Public License v3.0 only | BSD 3-clause "New" or "Revised" License |
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.
Tidal
- Music as Language (2019) [pdf]
-
Harnessing Screams with Tidal Looper
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 Looper.
- Tidal Cycles – Live coding music with Algorithmic patterns
- I made a command-line tool to assist me with writing polyrhythmic drum parts
-
13 Years of History Teaching - Now Thrown Into CS.
So you’re wondering what would making music with code look like? The tools I’m familiar with are TidalCycles, Sonic Pi, and SuperCollider. I’m having a hard time describing what it’s like to make music with tools like these so here’s a video of a performance. One person is live coding the music and the other is live coding the visuals. I think it’s super cool how the music is improvised and built over time by layering commands. Some keywords you could search to see more examples would be Algorave and Livecoding.
-
Where is Haskell used?
https://tidalcycles.org/ is another great example, parsing patterns of text and printing live music.
-
Live coding languages
For sound live coding/algorave sonic pi and tidal cycles are great, both based on supercollider.
-
Sonic Pi – The Live Coding Music Synth for Everyone
I don't know the alternatives but I'm a big fan of https://tidalcycles.org/. People really do crazy things, check out the videos on the front page.
I love when 2 DJs live-code together (on the same document! Editing each other's loops) or when a VJ live-codes some visuals in reaction to the DJ live-coding the music.
-
What is a little known subject/application/problem that you learned about recently or are involved in that you think is fascinating?
If you're interested in ChuCK, there's also Pure Data (a FOSS cousin of the commercial Max/MSP) and SuperCollider and a lot of live coding algorave sorta music things are built on top of SuperCollider like TidalCycles so you can execute lines of code live via a REPL or evaluating blocks of code in a document and generate beats in realtime.
-
The Way in Which Brian Eno Created Ambient 1: Music for Airports
Tidal Cycles! https://tidalcycles.org/
As layer8 mentioned, it is technically Haskell but more specifically a DSL and environment for live coding music.
Pretty fun to play around with!
defect-process
-
Is it possible to write games like Pac-Man in a functional language?
Totally possible. Here’s a link to a game recently released on Steam that is written in Haskell and whose source is open: https://github.com/incoherentsoftware/defect-process
I recently hacked together an asteroids clone in Haskell with SDL2 and not much else. It’s not super pretty but it works.
I’ve talked to folks who’ve been using the newer effects libraries taking advantage of the new delimited continuation primops in GHC 9.6 for their game dev. Even with very high level libraries their reporting acceptable performance.
With enough dedication I’m certain anyone could make whatever game they wanted in an FP language.
-
Genuine question: how do you all use Haskell IRL?
And the full code (w/o assets) is available too https://github.com/incoherentsoftware/defect-process
- [FOR HIRE] Illustrator / Animator / UI / Background Artist.
-
Why the gc?
Or as mentioned recently... a game written in Haskell, published on steam: https://incoherentsoftware.com/defect-process/docs/ https://store.steampowered.com/app/1136730/Defect_Process/
-
Defect Process - Incoherent Software LLC - 2d character action game / spectacle fighter
Steam | YouTube
-
Defect Process full haskell source (~62k LOC | action game on Steam)
Hi I added the full source code for Defect Process to coincide with the full game release on Steam. See the brief overview docs for a high level tour of the code design.
-
Is there anyone here using Haskell for anything other than web development?
A haskell game on steam: https://store.steampowered.com/app/1136730/Defect_Process/
-
The Source Code of Defect Process
Over the Christmas break I took some time to study the source code of Defect Process (https://github.com/incoherentsoftware/defect-process) to better understand industry-strength software architecture in Haskell and Game Engines. I have written a longer article about my analysis: https://www.lambdabytes.io/articles/defectprocess/
-
Defect Process - 2d hack n' slash game (Steam + GitHub)
Thanks, good to hear that learning haskell has been rewarding so far! For code questions later on, feel free to open a github discussion if this reddit thread is inactive at that point.
What are some alternatives?
overtone - Collaborative Programmable Music
repl - Fable online REPL
Sonic Pi - Code. Music. Live.
chips - A clone of Chips Challenge in Haskell
faust - Functional programming language for signal processing and sound synthesis
OCamlODE - OCaml bindings for the Open Dynamics Engine (ODE), a 3D physics engine.
csound - Main repository for Csound
Okasaki - Code from the book "Purely Functional Data Structures" by Chris Okasaki (both original and my own solutions to the exercises, in Haskell)
glicol - Graph-oriented live coding language and music/audio DSP library written in Rust
fmod - dump of minimal haskell FMOD bindings, this is not a proper library
strudel - Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
zazengine - Real-time rendering engine with deferred rendering, shadowing, animations, reflections, transparency, lighting written in C++