-
Scochy update
April 17, 2011
Category: Music
Comments:
-
Yesterday Steve, Cissi and I had our first rehearsal. We have been doing some stuff in the studio and recorded a couple of things, but what we really want to do is go out and play gigs. We even entered a contest to become Sweden’s most promising new act. Listen to a recording we did and vote for us here!
Read More -
New guitar!
March 27, 2011
Category: Music
Comments:
-
Bought this nice western guitar yesterday. Here’s me playing a lousy 12 bar blues on it 🙂
[audio:20110327_newguitar.mp3] Read More -
Stampen
January 16, 2011
Category: Music
Comments:
-
Read MoreI just rearranged my 19″ rack. I took out the crackling Mackie, obsolete compressor and V-Amp, and rerouted some equipment so my setup is aimed more at actually making music instead of at trying to figure out nice audio routing. Suddenly my filterbank, guitar pedals, kaossilator and machinedrum came alive and produced this dark and sinister track called Bury me in a nameless grave:
-
Alesis Multimix 8 Line
January 15, 2011
Category: Music
Comments:
-
The schematic of the Alesis Multimix 8 Line is printed on top of its cover and not in the manual, which is kind of annoying if you’ve got it racked up. So I took a picture of it and uploaded it here for reference since I couldn’t find it anywhere else either. Click on the pic below for a large photo. I hope it’s useful to some people, it is to me at least. 🙂
The reason I needed the schematic is that I’m trying to figure out why my machine sometimes switches to mono output or left or right only signals. The Alesis website says: When a mono signal is present on any input or stereo send, the Left signal is automatically summed to mono for mono or stereo compatibility. I don’t understand the “or stereo send” part here, I suspect they mean “or stereo return”...
Read More -
Play that funky music
November 7, 2010
Category: Music
Comments:
-
Bought new batteries for my kaoss pad, and finally expanded my MIDI I/O with a MOTU MIDI Express 128.
Everything is finally racked and hooked up so I spent the larger part of the weekend making music. I’ve uploaded the new two tracks below to Soundcloud.
The first track is my attempt to use my voice with the Logic vocoders. The second track is a live recording by me and Steve! I’m behind the sequencer and Steve is going berserk on the Kaoss pad 🙂 We’re also using the MAM filterbank, which is nice cause I haven’t been using that a lot lately.
Would you let your child shoot an alien? – Teknopipo:
 Meet the Hug Lady – Maxckzje & Teknopipo:
Read More
-
Recordings with Caroline
September 26, 2010
Category: Music
Comments:
-
Recorded and mixed two awesome songs today, with my new SE Reflection Filter 😀 All music, lyrics and vocals were written by Caroline Werner. I did the sequencing, the production, and a mixdown.
The first song is called Puppy Poster:
The second one is called Like a Summer Day:
Read More -
Reflection filter
September 26, 2010
Category: Music
Comments:
-
Will be doing some recordings with Caroline today, so I installed this reflection filter from SE to hopefully get rid of that hollow sound in this room. New Mac Mini and Beyer headphones in the background as well 🙂Â
Read More -
I’m taking my first steps into the world of JavaSound programming. The first thing I learned is that the Snow Leopard default
javax.sound.midi.spi
implementation is buggy when it comes to SysEx message transmission. For the time being I’m sticking with the MMJ library instead.As an example, I’ve been trying to send a “SID Skip Patch” command to my SID station. The SysEx message for this command is
F0 00 20 3C 01 00 03 F7
.The following code shows how to construct this message in Java (example based on SendSysex.java at jsresources.org):
String s = "F000203C010003F7";
int n = s.length() / 2;
byte[] msg = new byte[n];
for (int i = 0; i < n; i++) {
msg[i] = (byte) Integer.parseInt(
s.substring(i * 2, i * 2 + 2), 16);
}
The next step is to send the resulting byte array to a MIDI out...
Read More -
Wireshark on Snow Leopard
April 16, 2010
Category: Tech
Comments:
-
Finally fixed a bug that’s been annoying me for months. I managed to get Wireshark up and running on OSX Snow Leopard – without any crappy workarounds such as running it inside a virtual XP machine. The video below by dangribbin explains it all.
Summarizing the steps:
- Download and mount Wireshark for 10.5 Leopard Intel
- Drag Wireshark to Applications
- Open a terminal and type:
defaults write com.apple.finder AppleShowAllFiles YES
killall Finder
– com.apple.Finder (i.e. Finder with a capital F) did not work for me!
– For more info on defaults type man defaults. - Create /usr/local/bin/ if you don’t already have one.
- Drag the Command Line utilities into /usr/local/bin/.
- Drag ChmodBPF folder to Startup Items.
- In the terminal type:
sudo chown -R root:wheel ChmodBPF - Launch Wireshark
- Add /usr/s...
-
Haakjes
April 13, 2010
Category: Music
Comments:
-
Read MoreGitaarhaakjes opgehangen! Gauw een foto gemaakt voor de hele boel naar beneden lazert. Inclusief aap.
Social Profiles