LyraPhase 003 – Neon
by DJ Phasic on Nov.12, 2009, under lyraphase, podcast
This is the first guest mix DJ Alex M did for the show! I remember that I’d gotten totally swamped with class work so I didn’t have time to make a set-list that week.
This one’s really smooth, deep & progressive sounding. I really enjoyed listening to it a lot, and I hope you do too ^_^
Here’s the tracklist & the cuesheet
01) Sascha Funke - Mango [Bpitch Control]
02) Quarion - Takin' No Shorts [Perpsectiv Records]
03) Osamu M & Satoshi Fumi - Reminiscence [Outerspace Records]
04) Marcel Wave - Aldie 71 [Freerange Records]
05) Masaya - Intentar [Perspectiv Records]
06) Lange - Songless (Cerf & Mitiska Tranceless Remix) [Maelstrom]
07) Slytek - Nettle Crush (Original Mix) [Stanby Records]
08) Sentrafuge - Music Is Electric [Plastik Park]
09) Hernan Cerbello - Emotional Distortion (Original Mix) [Echoplast Recordings]
10) Smartminds - Eighties Verantwoord [Add2Basket Records]
11) Ulrich Schnauss - In All The Wrong Places (Tom Middleton's 3D VIP Remix) [Reniassance]
Podcast: Play in new window | Download
LyraPhase 002 – Zagnut
by DJ Phasic on Nov.05, 2009, under lyraphase, podcast
You know that feeling you get when you read a really old garfield comic, or watch one of the first simpsons episodes? Yeah, that’s what you should be feeling during this mix (ok, maybe I’m biased because I like my next one way better).
At first I thought this mix was ok, but after hearing it again I realized this will probably be something people will look at later and realize how much it sucks. I think I can do much better than this in the future. Too bad I’m backlogged so I can be so self critical about it, but I guess you may think different.
Anyway, here’s the tracklist:
01) Electrixx - Tetris (Original Mix)
02) Cyberpunkers - Is Alternative (Original Club Mix)
03) V Roth - One (Original Mix)
04) Gui Boratto and Mark Romboy - Eurasia (Marcs Mix)
05) Habersham - Follow The White Rabbit
06) D-Nox & Beckers - One shot (Gio Red remix)
07) Sisko Electrofanatik - No Control (Original Mix)
08) Musicbump - Supersonic (Mark Graves Remix)
09) Act Sense - Pratigi (Hamelin & Jr. Remix)
10) DJ Yellow - Cleaning My Kalashnikov
And a cuesheet, made with the help of my new Audio::Cuefile::ParserPlus perl module!
P.S.: I apologize for being so backlogged, but I’ve got 003 & 004 almost ready. Stay tuned soon for LyraPhase 003 – Neon (a guest mix by fellow DJ Alex M), and LyraPhase 004 – PsycheDatum (my first Psytrance mix that I’m mostly-happy with after a couple retries).
Podcast: Play in new window | Download
Audio::Cuefile::ParserPlus
by DJ Phasic on Nov.01, 2009, under Uncategorized
On Friday & had a quite eventful day involving a bunch of lucky and happy coincidences, along with an amazing spurt of ultra-productivity! Although it was an interesting day, that’s not what this post is about.
At one point, I was working on creating a CUE sheet for episode 004 and realized that GoldWave was clobbering all the PERFORMER attributes for every track in the original CUE sheet I imported! That was definitely no good, and really irritated me at the time.
My current workflow for CUE-ing a mix is as follows:
- Export tracks from Traktor to a directory (ie: “~/Music/LyraPhase/004″), then make sure tracks are in order & named in the format: 01 – Artist – Trackname.mp3
- Make a tracklist text file:
~/Music/LyraPhase/004$ ls -l --color=never > LyraPhase_004.txt - Run my magical script to generate a CUE file with empty INDEX points:
~/Music/LyraPhase/004$ tracklist2cue.pl LyraPhase_004.txt
NOTE: all tracks have initial cutpoints of 00:00:00
Opening tracklist file: LyraPhase_004.txt
Writing cue file to: ./LyraPhase_004.cue - Import the blank CUE file into GoldWave, listen, do audio processing stuff, then edit the track INDEX points.
- Save the wav & CUE files.
- Find out some extra stuff is gone after GoldWave got through with it
Enter perl:
So since I really like GoldWave otherwise, I decided to go dust off my monk robes & dive into perl again. The initial goal was to be able to read in the 2 CUE sheets, copy INDEX points from one to the other, and then save it again. I also have been thinking about other things in the future I may want to do with CUE sheets, so I decided to try to find some perl code to do what I wanted.
After a search, I found a module on CPAN called Audio::Cuefile::Parser which really didn’t do everything I wanted, or fully support the entire CUE file specification as per the documentation here.
After 1.5 days worth of hacking at it, I’ve successfully got 1/2 of the problem solved. So far my Audio::Cuefile::ParserPlus module will happily read in CUE sheets and print out the track information for you. The next step is to make a file output method, which should be simple now that the hard part of parsing in things via regex is finished ^_^
Current code snapshot can be found at my GitHub Repository
Happy Hacking ^_^
- DJ Phasic
LyraPhase 001 – 0Day
by DJ Phasic on Oct.29, 2009, under Uncategorized
Here’s the first episode of the radio show! I finished (re-re-)recording it finally, and even took some time to make a cue sheet for it ^_^
I wanted to release it also in FLAC format on a separate podcast feed, however git’s current bugginess is preventing me from doing so at the moment. (see: http://www.josefsipek.net/blahg/?p=219 )
Tracklist:
01) Tarrentella/Redanka - Killerloop 'Organism'
02) Pig & Dan - Eiffel Nights (Original Mix)
03) Sultan & Ned Shepard Feat Stereomovers - Connected (Dub)
04) Stu Hirst - Big Rooms Bigger Tunes (Original)
05) Simon & Shaker - Zero (Original Mix)
06) Spider and Legaz - Psych
07) Twotrups - The Cello Track (Dub One Mix)
08) Sebastian Drums Tom Geiss and Eric G - Funky Beep (Original Mix)
09) Eelke Kleijn - Luigi's Magic Mushroom
10) Da'Other - Viva La Vida (Unplugged Mix)
11) Acquaviva & Maddox - Feedback (Valentino Kanzyani Earresistable Mix)
12) Eelke Kleijn - 8 Bit Era (Dub)
cuesheet: http://lyraphase.com/mp3/LyraPhase/001/DJ_Phasic_-_LyraPhase_001_-_0Day.mp3.cue
Podcast: Play in new window | Download
Wordpress Updated to latest: 2.8.5
by DJ Phasic on Oct.22, 2009, under site
Thanks to the local dev server setup I have, along with svn and git, I’ve successfully and painlessly updated to wordpress 2.8.5. Pushing changes to the wordpress_base branch on my site is quite simple, as I don’t really plan on modifying the core wordpress code that much. Any changes to the code made by an svn update will only change files that I probably haven’t ever touched, so merging branches should be painless. Plus, the core wordpress code is tracked by svn, while both the core code and my changes are tracked by git. That way, I’ve got my own local branches that incorporate any updates made by svn, plus everything else.
In case you’re really interested and wondering how this is all done, see the following links:
http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion#Tracking_Stable_Versions
http://blog.zobie.com/2008/12/managing-wordpress-updates-with-git/
Basically all you have to do is follow the wordpress update instructions from the 2nd link, but replace the svn switch command with the one found at the 1st link. The way to update in git is pretty smart, since all core wordpress code changes are tracked in the main wordpress_base branch, then updated via svn, put the changes into a new integration branch, then rebase the master branch onto that one & checkout the merged changes to the master branch.
Originally it seemed stupid to use svn to track the remote wordpress repo, however I tried using git’s svn capabilities and found that the only supported way to switch svn tags within git broke everything, so it’s actually better and more painless to use both CVS systems.
Hallow Freakn’ Ween!
by DJ Phasic on Oct.21, 2009, under party
So this Saturday is going to be awesome no matter the weather, because I’ve now found from multiple sources the venue for Hallow Freakn’ Ween this year! ^_^
It’s most definitely indoors, which will give all the scantily clad attendees more comfort than a couple of the last massive’s were
Site finally online!
by DJ Phasic on Oct.13, 2009, under site
So I’ve finally managed to figure out the intricacies of tracking wordpress via SVN, while locally using git to track my entire site, plus any other changes made to wordpress locally. So everything should be working at least until the next wordpress upgrade, at which point I’ll hope my current upgrade process still works.
I should have some mixes from the show uploaded soon. I’m also hoping to switch to the carrington theme, but for now at least it’s working.
Peace,
-DJ Phasic (^_^)
