teknopipo.nl

Audio

New Scochy track!

by teknopipo on Jul.28, 2010, under Audio, Friends

Only the first bounce, so will still work on mix, compression et cetera, but the basic idea is here and it sounds awesome! Vocals by Cissi, awesome bass track by Steve :)

Leave a Comment more...

Soundcloud

by teknopipo on Jul.17, 2010, under Audio

I decided to start using Soundcloud for sharing some tracks. And as it turns out I can nicely embed tracks in WordPress thanks to this nice plugin. Here’s a first short snippet that I’m working on.

1 Comment more...

Java SysEx programming

by teknopipo on May.05, 2010, under Audio, Telecom

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 output. The following code works fine (tested with MIDI monitor and on a real SID station through an ESI MIDI Mate):

String[] outputs = de.humatic.mmj.MidiSystem.getOutputs();
int index = 0;
 
// insert code to set correct index here...
 
de.humatic.mmj.MidiOutput mo =     de.humatic.mmj.MidiSystem.openMidiOutput(index);
mo.sendMidi(msg);

I’ve left out the code to determine the correct index as it is irrelevant. This could be a dropdown list in a GUI or some substring search or whatever. The following code tries to do the same thing using Snow Leopard libraries, but sends nothing at all:

javax.sound.midi.SysexMessage sysexMsg;
javax.sound.midi.Receiver receiver;
javax.sound.midi.MidiDevice.Info[] dev;
int index;
javax.sound.midi.MidiDevice myOutPort;
 
sysexMsg = new SysexMessage();
sysexMsg.setMessage(msg, msg.length);
dev = javax.sound.midi.MidiSystem.getMidiDeviceInfo();
 
// insert code to set correct index here...
 
myOutPort =
    javax.sound.midi.MidiSystem.getMidiDevice(dev[index]);
myOutPort.open();
receiver = myOutPort.getReceiver();
receiver.send(sysexMessage, -1);

If you have succeeded in making this work, please let me know. MMJ development seems to have stopped so I’d kind of want to start using OSXs own stuff…

Leave a Comment :, , , , , , more...

A clean start

by teknopipo on Feb.07, 2010, under Audio

A couple of years ago I bought the Behringer BCR2000 and ever since it’s been of no particular use to me. I never understood the hype. While the rest of the MIDI community was screaming what an incredible value for money this thing was, I was sitting cursing at my desk as the BCR2000 crashed, stopped responding, franticly spit out random controller data, and did whatever the hell it felt like doing. Sometimes it would even stop responding to the power button altogether. It’s like there was an evil demon living in it. Which could be cool I guess. Except it wasn’t.

My instinctive response to such behaviour, especially when exposed by a device that I’ve just bought, is denial. I must have hooked it up incorrectly. Maybe the MIDI cable is too long. Maybe I forgot to check some SysEx configuration setting or a MIDI base channel or something. Maybe there’s a conflicting device somewhere else in my setup. Maybe I should download the latest firmware. Maybe it’s in some kind of special mode. This thing just couldn’t possibly be malfunctioning straight out of the box!?

So I tried and tried a bunch of things, until after a while I just sort of stopped trying and resorted to other, cooler devices to produce music. Since then the BCR2000 just sat on my desk, annoying the hell out of me by giving me that maybe-one-day-I’ll-have-enough-time-to-figure-out-what’s-wrong-with-it-feeling. Sometimes I felt like throwing it out the window, but then I didn’t. It was cheap, but not that cheap.

Today I learned there’s a time for everything. Only moments ago I picked up a screwdriver and fixed the problem. I also learned why Behringer products are cheap. Any moron who would’ve given my BCR2000 a five minute test run before it left the factory would’ve prevented it from doing so. Also, I don’t know what that shit was they used as isolation material, or how they’d managed to get it in there, but it looks like somebody basicly just sneezed in it and sealed the cover. Large parts of the circuit board were covered in some kind of yellowish, transparent snot.

So, if anyone else experiences this problem I’ve got just the remedy. Get a screwdriver,  hack away all the superfluous crap in your BCR2000 like a maniac, screw the cover back on and be done with it. Mine works like a charm now.

3 Comments more...

Scochy

by teknopipo on Jan.11, 2010, under Audio, Friends

And finally – the first mix by legendary producer’s duo Steve Hehanussa and Yvo Bogers featuring Cecilia Nordin (what a voice!) is here. Together we are known as Scochy:

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

This production is a remake of this excellent song, but be sure to stay tuned for upcoming own productions…

8 Comments more...

Monomachine

by teknopipo on Dec.31, 2009, under Audio

My latest purchase, the Elektron SFX60. Just bought it today at Feedback, at an incredible discount price cause it was a demo. Awesome! It’s going to sit nicely next to its older brother.

And what do you know, turns out Elektron are holding a Christmas lottery so if I get really lucky I might win another one!

Leave a Comment more...

New DiscoWolf78 rehearsal mixes!

by teknopipo on Dec.11, 2009, under Audio, Friends

profire_2626_m-audio_mixerThe future of DiscoWolf78 is uncertain. Erik the Awful is leaving us for at least a while, and the rehearsal rooms in Älvsjö are being scaled down. So we figured it would be a good idea to record some of our latest tracks before it’s too late. We recorded on 8 tracks in a live room, including some of our first own productions! Check it out!

Led Zeppelin – Rock ‘n’ roll

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

AC/DC – Shot down in flames

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

DiscoWolf78 – Demo5

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

DiscoWolf78 – The extension of the groovy shit

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

DiscoWolf78 – Let’s take a walk

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.


1 Comment more...

Mobile studio

by teknopipo on Oct.03, 2009, under Audio

mobilestudioI think I’ve sort of put together the mobile recording studio that I’ve always wanted to have. Gonna try it out today at the Älvsjö replokal. I’m curious what the drum microphones sound like. It’s a kit from JJlabs, a Swedish brand, and at around 2500 SEK it was an absolute bargain. Four dynamic tom clipons, a kickdrum mic and two overheads. The guy at Jam said I would not be disappointed, and if I was to be anyway, I could return it. Nice.

The C214 I picked up mainly for vocal recordings, but from my time at SAE I remember that its slightly bigger brother sounded really good on hihats as well. The C214 is supposed to be exactly like the C414, but it lacks the figure-eight and omni switch; it can only do cardioid recordings, which I think is actually just fine.

Then there’s the ProFire2626 which I’ve had for a while. A great firewire audio interface which comes with good Mac software and pretty good mic preamps. So I should be able to live without  separate mic preamp for a while, though of course that’s still an item on my wishlist :)

Completing the set with, of course, a MacBook running Logic Studio, and my DT770 Pro headphones which I’m actually looking to replace cause I think I’ve been hearing a strange crackle in them.

All in all, a sort of portable solution… Kind of heavy though, and I don’t have a car yet so I’ll see how my mood holds up in Stockholm’s public transport…. If today’s recording works out the way I want it to, I’ll post some stuff online. Meanwhile, if you need me to do a recording for you, give me a call ;)

Leave a Comment more...

Örebro

by teknopipo on Sep.27, 2009, under Audio, Daily life, Family, Friends

pipoinbos

Snygga frilla eller hur? :)

Spending the weekend in Örebro with Sinis parents. Yesterday we went hiking in Kilsbergen, a beautiful Scandinavian forest area with mountainbike roads and stuff. At night we went to see the second movie in the Stieg Larsson Millennium trilogy called Flickan som lekte med elden. Cool movie, though there was something weird about it. Some parts were slow, others were suddenly fast. First time I ever saw a movie in a cinema which was completely Swedish!

logicstudioIn other news: Rutger and I started blabbing about our punk rock ambitions yesterday, and it’s made us ambitious again. Next weekend I’ll be recording some live drums to Welcome to Sanity and I’m on a Roll. You can find an earlier recording of the latter song here, but it’s got a dodgy drumtrack which basicly came straight out of the sampler. Will be fun, I’ll finally get to try out Logic Pro 9, it’s been sitting on my desk for a week…

4 Comments :, , , , , more...

Trummis

by teknopipo on Jul.24, 2009, under Audio, Friends

Teaching Sini to play drums :)

DSC00087

2 Comments more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!