Music
I release music under a few Soundcloud accounts, one for my personal tracks and snippets under the name Lysergiphile.
My personal account is mostly unfinished tracks i decided to upload once I reached a point where I didn’t intend to progress any further.
Rather than writing to create a complete song, most of these tracks were written to practice some form of theory or just to experiment with some concept.
My other SoundCloud, Easy Electric Funky Fusion Engine, is a concept piece, where I want to build an entire album of downtempo chillout accompaniments, each incorporating techniques and styles from different genres, to be eventually woven together into a single mix.
Once an album of accompaniments exists it’s my plan to find different artists to contribute the lead instrumental and/or vocals to each track so the end piece is a Various Artists compilation spanning multiple genres but with the accompaniment serving as a consistent thread across tracks.
Most of these tracks are very minimal, as I’m more focused with working out the structure than committing to any specific instruments or melodies, at least for the first phase.
Samples (under construction)
I will post my personal sample packs here.
I’ve made a lot of unique sounds, but must find a nicer way to sort them before uploading a large amount. For the time being these are just placeholders.
Loops
Online Audio Tools
-Instruments/Synthesizers
Check back soon. I’ve got to port everything to JS
-Sequencing/Song Writing
Check back soon. I’ve got to port everything to JS
Xenwiki User Page:
I intend to be more active posting microtonal/xenharmonic audio programming tools and tricks here https://en.xen.wiki/w/User:Trogramming
My YouTube Music Playlist:
https://www.youtube.com/playlist?list=PLJILPu3czNoFm5_VSvuSnaV80ITqrkVCL
-
Creating and Exporting Audio in Python
This tutorial walks you through generating a sine wave in Python, using libraries like wave and struct, and exporting it as a .wav file. Ideal for those interested in audio processing or sound design.
-
Animating a Virtual Idol (Part 1: The Drawings)
Making the character assets: Each layer of the character is simply a transparent png with a fixed center of rotation (which we can mark later on)All of these layers will be joined to one another and moved in whichever ways we command. -Body The Body will be placed right at the back of the character,…
-
Extrema Compression (Part 2)
Part 2 is on decompression, start with Part 1 Extrema Compression (Part 1)Decompression:Luckily for us the decompression phase is much simpler than the compression phase. It would have been simpler regardless but We create a new wave file for the output, we simply need to have a while loop read through the file five bytes…