• radiostarkiller

    Hi everyone!
    well, i bought myself a xaphoon lately, which is kind of a pocket saxophone and right now i'm struggling to learn how to read the musical notes and how to get them played with the instrument.
    i threw a little patch together which helps me get started.
    it includes only the basic notes of my instrument, but for now it's ok, maybe i'll upgrade it sometime.
    maybe someone here starts playing an instrument, too, so he could transfer/tune the patch for his instrument.
    it's also very expandable: i guess it wouldn't be too hard to programm a song which you would play along a la guitar hero (also with gem maybe). you could even program it to write down the notes (pitch and even length in the notation system)if you play something freestyle.

    if someone makes more of it, please share with us, thanks!

    ps: you need a microphone input of course

    http://www.pdpatchrepo.info/hurleur/notensystem.pd

    posted in patch~ read more
  • radiostarkiller

    is this possible?
    i just want the effects to be partially on pix objects. in a defined area only.
    i couldn't find a helpfull object for this, so i'm trying to mask out (subtract, compare, diff etc) areas which i could use to lay over the original pix, using alpha transparency. also, i'm trying the other way around and both together, but so far i'm out of luck. has anybody done this before?
    i thought this shouldn't be too hard?!...

    posted in pixel# read more
  • radiostarkiller

    the überawesome guys Lluis Gomez i Bigorda and Yves Degoyon put lots of effort in developing opencv extentions for pd. some new objects are available and luckily now a precompiled version for osx! it should run on linux as well, windows i'm afraid not.

    so, finally i was able to run a face detection in pd today. thank you so much!

    http://hangar.org/wikis/lab/doku.php?id=start:puredata_opencv

    posted in news read more
  • radiostarkiller

    i'd like to know which programs u use and if u use more than one program, how do u combine them with each other. can u feed the pd-stream into another program?? or would u rather stick to pd the whole evening..? then, can u make smooth transitions if u'd switch patches?
    how? :)

    posted in Off topic read more
  • radiostarkiller

    i just don't get any further..
    somebody here who got it workin on OS X 10.5.7?

    i downloaded a Opencv.frameworks folder somewhere and put in in Libraries/Frameworks
    i downloaded opencv_unsupported_cvs, but have no idea where to put it or what to do with it.

    so i guess my opencv might be far from being able to work.

    on the pd-opencv-page ( http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv ) they say "edit the Makefile and change the values for PD_DIR and GEM_DIR variables
    and edit this lines : OPENCV_CFLAGS and OPENCV_LIBS
    Put something like that -I/opt/local/var/macports/software/opencv/1.0.0_0/opt/local/include/opencv/ and -L/opt/local/var/macports/software/opencv/1.0.0_0/opt/local/lib/ -lcxcore -lcv -lhighgui -lcvaux -lml "

    sp, could this be correct?:
    PD_DIR = /Applications/Pd-extened.app
    GEM_DIR = Applications/Pd-extened.app/Contents/Resources/extra/Gem

    i have no idea how i should put the OPENCV_CFLAGS and OPENCV_LIBS. what should it refer to?

    UPDATA: allright, i almost believe that i managed to compile opencv, tomorrow i'll try to compile the pd objects. still need help with the paths i guess.

    posted in technical issues read more
  • radiostarkiller

    the pix_chroma_key didn't work so well for me (rough pixels), so i made a chroma key patch with pix_alpha and colour picker.
    tadatadaaaaaaa!
    should be usefull for blue screen / green screen actions and maybe other stuff, too.
    hope you enjoy and do some weird shit with it.
    suggestions, improvements, etc, please tell me.

    http://www.pdpatchrepo.info/hurleur/ChromaKeya3.pd

    posted in pixel# read more
  • radiostarkiller

    inspired by tangible sequencers, like the bubble gum sequencer and lately the beer cap sequencer ( http://mw.boo.pl/beatmachine/ ), i thought we should have our own version for PD.

    i hope you enjoy! let me know what you think. i just threw in some phasor crap for testing and to show how to use it.

    problems i had/have:
    -flipping (with rotateXYZ) the video changed the order of layers, so i had to use translateXYZ to bring it back/forward. why is this??

    -also, i wanted to implement a feature for setting video brightness(for better contrast control). it's easy to turn it darker, but how do you turn it brighter???

    http://www.pdpatchrepo.info/hurleur/webcam_sequencer__web.pd

    posted in patch~ read more
  • radiostarkiller

    problem: i want to set up some PD installation stuff at a longer art exhibition. during the night, they might want to shut down the electricity, so it would be cool if they would just have to press the pc power button in the morning and it would autostart the PD patch.

    i already figured out how to autostart PD using the session settings in the menu, but without a patch.
    the ubuntu documentations only gave me advices how to run a complete programm or how to set up services to run in the background.

    any ideas?

    posted in technical issues read more
  • radiostarkiller

    hi!
    thanks for reporting! sorry, i forgot that the hid-objects are externals. i just replaced it.
    the (now updated) patch in my first post is for webcam.
    here i have one attached, that should work with movies(on my machine it does).

    still, the behaviour of the sliders isn't perfect, but i hope if u use the instructions, u can figure out a way.

    also, the quality is very dependend on the quality of the movie/webcam!

    http://www.pdpatchrepo.info/hurleur/ChromaKeya3film1.pd

    posted in pixel# read more
  • radiostarkiller

    arduino-test.pd and arduino.pd are in the same folder?!

    posted in technical issues read more
  • radiostarkiller

    you would use one of the analog ins, of course. i'm not quite sure if you've problems with the software or connecting the diode?!

    posted in technical issues read more
  • radiostarkiller

    hi, maybe you might want to take a look at this "scanner" i made
    http://puredata.hurleur.com/sujet-3150-webcam-sequencer
    it uses pix_data and only looks for black n white, but maybe there is some usefull stuff inside which you could use.

    would be really nice of you, if you post your results. it's interesting stuff and kind of tricky to do, i guess.

    posted in pixel# read more
  • radiostarkiller

    oh, well, i already had installed opencv some time ago and it was somehow messy, so i don't quite remember.. i didn't use the terminal though... hmm...

    i searched the stuff from your error info -
    i don't have this /Library/Frameworks/OpenCV.framework/Versions/A/OpenCV
    ...i guess i put it somewhere else?!
    i have this /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    ...but can't open the file to check if _kCGColorSpaceGenericRGBLinear is there

    no idea, maybe you take a look at the original opencv guide:
    http://opencv.willowgarage.com/wiki/InstallGuide
    hard stuff, i'm really wondering now, how i managed to install, hehe
    i somehow still believe that i found a version somewhere, which was easier to install

    EDIT: i found, that i also had downloaded this .dmg version from here:
    http://www.ient.rwth-aachen.de/cms/software/opencv/
    ...you might want to try this one. but i'm afraid, i'm still not sure if this was the one that got it finally working for me

    posted in technical issues read more
  • radiostarkiller

    i don't quite understand: did you install opencv framework properly?

    if you use the binary version of the pdp_opencv & pix_opencv package, there is no need to make settings of startup and path. just drop them in the folders.
    are you sure, you have the latest version?

    http://hangar.org/wikis/lab/doku.php?id=start:puredata_opencv

    posted in technical issues read more
  • radiostarkiller

    nope, works like a charm here.
    macbook 13" alu osx 10.5.8
    pd-extended 0.41.4

    you don't have another program open which might access the cam?!

    pd main window sayst:
    [pix_videoDarwin]: height 320 width 240
    [pix_videoDarwin]: SG channnel Device List count 3 index 2
    [pix_videoDarwin]: SG channnel Device List DV Video
    [pix_videoDarwin]: SG channnel Device List IIDC FireWire Video
    [pix_videoDarwin]: SG channnel Device List USB Video Class Videoem/Library/QuickTime/QuickTimeIIDCDigitize
    error: [pix_videoDarwin]: SGSetChannelDevice returned error -9408
    ... you might be able to track this down from the Find menu.
    [pix_videoDarwin]: vdigName is Built-in iSight
    [pix_videoDarwin]: digitizer rect is top 0 bottom 1200 left 0 right 1600
    [pix_videoDarwin]: active src rect is top 0 bottom 1200 left 0 right 1600
    error: [pix_videoDarwin]: could not set SG Rect
    [pix_videoDarwin]: set SG NormalQuality
    [pix_videoDarwin]: using YUV
    GemwinMac: width - 500 height - 500
    GemWindow Activate err = 0
    GEM: GLEW version 1.5.0
    GEM: Start rendering

    posted in technical issues read more
  • radiostarkiller

    2. in xp there is a autostart folder where you just drop your patch in.
    start->programs->autostart
    might be the same in vista, or otherwise might be that vista is crap ;)
    if it succeeds in opening, then use loadbang in the patch to make it play automatically

    posted in technical issues read more
  • radiostarkiller

    have you ever worked with gem before? the gem object won't get you anywhere, you need stuff like gemwin, gemhead etc.
    i suggest you work through the image examples in the manuals (access via pd browser)

    posted in technical issues read more
  • radiostarkiller

    i guess the problem is the ftdi connection. are you using the cable or sparkfun breakout or what? does the upload with a blink example work?
    i tried this, too.. without success as well. i gave up after a while, since firmata without a computer is useless anyway, i just use regular arduinos to avoid that confusion.
    also, i remember that the sparkfun breakout didn't have exactly the same pin connections, does it?

    posted in I/O hardware diyread more
  • radiostarkiller

    i guess you already tried the 14.live_video.pd help file?! if this doesn't work as well, i guess i can't help, sorry.

    posted in technical issues read more
  • radiostarkiller

    with a patch? then i'd say that's the problem. platform, version?

    i ran different webcams on mac and linux and never had a problem.
    in case your cam is the problem, think about the ps3 eye
    http://createdigitalmotion.com/2009/08/06/trick-out-your-ps3-eye-webcam-best-cam-for-vision-augmented-reality/

    posted in technical issues read more
Internal error.

Oops! Looks like something went wrong!