I made this simple Python program for Windows which I’ve released under the GNU public licence to fill a gap missing in Steam, the ability to move an individual game from one steam library to another.
Close Steam down, point this script at your old and new steam libraries, choose the game you want to move from the list and hey presto your game is in the new location.
Great for if you need to free up space on your drive but you don’t want to move your entire library to another location.
Use this at your own risk, it’s only been tested on my machine and I’ve only covered a few things that could go wrong.
Any assistance in improving the quality of the code would also be greatly appreciated.
I posted a new deep liquid type trip hop track to YouTube yesterday. It could defiantly do with more development but I just wanted to get it out and move on.
I picked up a second hand Akai MPC 2500 a few ago and after tricking it out with the full 128mb of ram, a 40gb hard drive and jjosxl I’ve been having great fun breaking my musical shackles from the computer.
Ok, so the MPC is a computer but the hands on tactile feel make the whole experience much different and I’ve found the learning curve minimal given I have a strong background in music technology although I’m sure I still have much to learn as jjosxl seems to be quite deep.
Here are a few tracks I’ve uploaded to Youtube from the last week or two staring the Akai MPC 2500, Korg MS-20 Mini, Korg Volca Keys, Korg Electribe EMX1, Oberheim Matrix 1000, EMU E5000 Ultra, Roland TR-707 and a bit of delay and reverb.
I’ve updated the Arduino code from my previous post here to add a very crude form of swing to the Volca sync beat.
Unfortunately it can’t do real swing as the Volcas currently take 1/8th note sync signals and have 1/16th note sequencers.
The code just changes every other beat signal to vary by a set percentage. This can be positive, making the first two beats slower or negative making the first two beats faster.
I thought I’d share some experimentation I’ve been doing with the Arduino and a 12 bit dac (mcp4921).
I’d been looking for things I could do with it and one obvious thing that came to mind was creating a sync signal for the Volca’s.
I analysed the output of the sync signal from the SQ-1 as best I could with a multimeter and could see that the signal was peaking around 0.32 volts.
Now if I could get the dac to output a voltage somewhere in that range at a regular interval I’d be able to control the Volca’s tempo from the Arduino.
The mcp4921 connects to the Arduino via SPI. Here I’m using pins 10 (CS to dac pin 2), 11 (SDI/MOSI to dac pin 4) & 13 (CLK to dac pin 3).
The rest of the dac pins are configured as follows;
The sketch employs a delay between setting the signal high and low which is set by the value of the variable tempo_delay. The delay is in ms and converting from bpm to the correct ms delay is simply as case of using the following formula. tempo_delay = (60,000 / BPM) /2.
I’ve posted a video to YouTube tonight of some of my breadboard experiments with CMOS logic chips as DIY synth oscillators (CD40106 & CD4093) connected to the Korg SQ-1.
I’ll be sure to post my thoughts and comments on this device once I’ve had a chance to play with it.
There is a USB port on the back which might be able to provide power but interestingly the unit takes 2 AA batteries, 3v.
MIDI operates at 5v and the CV on the MS-20 I believe is 8v so Korg are obviously doing something devious here to save power. Possibly using some sort of ‘joule theif’. Interesting.
Check back for updates to this post with more information as it becomes known.
I’ve been trying a few different methods of connecting modern hard drives to my E-MU sampler. My aim, to reduce the noise to an absolute minimum with the side benefit of possible requiring less power from the ageing PSU.
Power
One of the quirks of the e-mu e5000 ultra and other samplers in the range, is that the power output header on the motherboard for internal hard disks has had it’s pins reversed in order of a standard PC. Plugging in a hard drive to the sampler and turning it on without modifying the power cable will result in +12v being where your hard drive expected +5v and a puff of magic smoke will signal the death of your hard drive.
SATA to IDE coverters
I tried several different converters without success until I came across the WinTech 93205-GB which worked great with standard 2.5″ spinning SATA disks but although SATA SSD drives were detected by the sampler they were not able to be formatted or accessed when pre-formatted as FAT.
The WinTech has a slide switch to select between host and device. Device was selected.
The fix for the reverse power connection was simple, clip through all the cables and connect the red to the yellow and the yellow to the red, swap the ground cables and test with a multimeter to make sure I hadn’t made any mistakes. I took this opportunity to also solder in the tiny 5v power connector for the WinTech in series from the 5v power cable and ground.
To connect the hard drive to the case I used a 2.5″ to 3.5″ mounting bracket with rubber washer to reduce vibration noise and fixed to the top mounting holes for a 3.5″ disk.
Lovely, barely a sound and worked flawlessly.
I wanted more though.
PATA SSD
I took to google in a quest to find myself a IDE/PATA SSD hoping that it just might work.