Skip to main content
For general information about the Owl Project please go to www.owlproject.com

A tip to thwart dropouts (Supercollider)

Hey gang,

I came up with a clever way to ensure that you needn't worry about occasional drop-outs on your m-log. Since Port pins 4-7 normally remain fixed at "1" we can use Supercollider's 'and:' syntax to help us out.

First, in a task, add lines something like this:

~non0 = ~muio.getValue("port1","4");
~non1 = ~muio.getValue("port1","5");
~non2 = ~muio.getValue("port1","6");
~non3 = ~muio.getValue("port1","7");

Then use the 'and:' in an argument like this:

if( (~switch1==0) and:(~non0 ==1) and:(~non1 ==1) and:(~non2 ==1) and: (~non3 ==1), {x.play});

See, even if the muio suffers from a drop-out (ie, all Pins flash to zero), 'x' will not be activated by accident. 'x' will only be activated when switch1 is actually depressed.

Larching ... a simple Supercollider code to get woozy by

Hi gang,

I cobbled together this simple patch a while ago and never got around to sending it out. Lets you be a bedroom Boyd Rice in just moments. Instructions are embedded below:

http://dl.dropbox.com/u/7844014/larching.rtf

Let me know how you get on.

Happy Larching!

Gary

Owl Project Former Stasi Informers?

Hey group,

I visited the former offices of Ministry for State Security in Berlin last week and saw some amazing spy equipment employed in during their reign as the secret police in East Germany.

Prototype for the Log1k?

Photobucket

Button camera to be worn inside a suit!

m-Logging

Hi all,

Just got my m Log together - nice array of 4 light sesnors, 1 pot, 1 infra-red, 4 buttons, 4 switches + roll and pitch. Packed out. I'm just running John's Max kit - thank you for that, it makes the calibration / smoothing process so much easier.
I noticed one problem in Max 5 - the muio server is seeing 2 adcs, but Max is receiving only from one (despite differentiating adc 0 and adc 1) Hmmm. Any ideas?

Seth

PD is working with my mac version 10.4.11

PD is working with my mac version 10.4.11, Simon and I adapted a sampler example to work with the I-logs. Hooray!

Here it is.

new Pd objects

Hi all
Busy day!
I have just uploaded - Pd objects (thanks for the help Simon!)

Pd is in downloads + cross platform section http://muio.org/interface.php?section=download

There is a readme.txt with install instructions and examples.

Steve

NEW max/msp muio object

Do away with OSC!!!
There is now a direct muio max object ready for testing here. Instructions inside the readme.
Should be fine on 10.4 onwards Max v 4.5 onwards. Don't know about Max5.

Steve

I just finished my Leafcutting Log!

Hey I just finished making an m-log.

It has accelerometer, 6 buttons, 3 pots, a joystick and a light sensor.

full documentation lives here: http://leafcutterjohn.com/?p=980.

m-log forever!

John x.

muio and PD video tutorial

I was talking to Lewis about how best to make changes to incoming OSC message from the muio server.
Using Pure Data is probably the most simple and flexible way I can think of.

I am on OS X 10.58 and I tried it with the latest muio server and it works a treat.

Here is a quick video example and the link to the file I used.

http://www.youtube.com/watch?v=LwNtsuiAy8I

http://muio.org/users/owl/software/examples/muio_receive_hack.pd

ps. I have now installed a module that allows you to embed a youtube clip simply by pasting in the link and selecting Full HTML

cheers

Simon

Syndicate content