Skip to content

Instantly share code, notes, and snippets.

View adrien-mogenet's full-sized avatar

Adrien Mogenet adrien-mogenet

View GitHub Profile
@ferrihydrite
ferrihydrite / morphagene_audacity_old.py
Last active December 13, 2023 13:07
morphagene_audacity
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Used to convert Audacity labels in .txt form on .WAV files into
single 32-bit float .WAV with CUE markers within the file, directly
compatible with the Make Noise Morphagene.
Does not require input file to be 48000Hz, only that the Audacity label matches
the .WAV file that generated it, and that the input .WAV is stereo.
See the Morphagene manual for naming conventions of output files:
@mikehaertl
mikehaertl / gist:3258427
Created August 4, 2012 15:40
Learn you a Haskell - In a nutshell

Learn you a Haskell - In a nutshell

This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.


1. Introduction

  • Haskell is a functional programming language.