I have two number boxes....I want to "bang" the second one only when the
value of the first one is 1..(it changes between one or zero).
What things can I use for this?
Thanks,
Marcus.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
i installed and checked out framestein yesterday and must say that it`s
really nice. the only problem i`ve got is that when playing back video, the
playback stutters for a short, but visible amount of time. i`ve got a amd athlon
1,4 ghz and the cpu isn`t stressed, so does anybody know the solution?
buffering the videos doesn`t really help...
also the reaction to frameratechanges is rather poor, so how can i tune the
whole thing?
thanks in advance
michael
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
hello,
i have a midisport 2x2 and i remember a while back someone was able to get
it to work under linux. could someone send me the link(s) for instructions
+ firmware + etc.
-thanks
-mark k
I am working on a sound installation in an old train tunnel and I am
using PD to control everything. But since I am a PD neophyte, I want to
ask the list for direction. Basically, my plan is to use about 8
computers spaced down the length of the tunnel, each with two speakers.
They will be networked together and running either OS X or linux.
Here is how I envision it:
(L) (R) (L) (R) (L) (R) (L) (R) (L) (R) [speakers]
\ / \ / \ / \ / \ /
master slave slave slave slave
|---------| |-------| |-------| |-------| |---... [ethernet]
All of the computers will share a pool of samples via the network. I
would like to control all of the PDs from the master computer.
For the first aspect of the installation, I would like to be able to
trigger any sample on any/all computers and even move samples down the
tunnel. The second aspect, I would like to be able to control granular
synthesis on these computers.
Does anybody know anyone who has done something like this before? With
PD? Any advice you want to offer to get me going in the right direction
would be grreatly appreciated. I am just starting with PD, but am
familiar with most of the concepts since I have a background in Csound
and programming.
.hc
--
"Man has survived hitherto because he was to ignorant to know how to realize
his wishes. Now that he can realize them, he must either change them or
perish."
-William Carlos Williams
Hans-Christoph Steiner http://works.steinertours.com
Hello,
I am trying to demo some of my PD work on a different machine...only
problem is that I keep getting the error:
"midiInOpen: There is no driver installed on your system".
Where can I get this driver? I have been trying to use a USB MIDI
interface....is USB supported by Pure_Data?
Help!
Marcus.
_________________________________________________________________
Join the worldÂ’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
Hi,
I have a patch(which I've attached to this email) that takes a root note
from a MIDI keyboard and outputs four chords in that root key in a
rhythm..it works fine.
Only problem is that if I want to play a melody over this rhythm track I
cannot because when I press a key the whole tonal key of the backing is
changed(because the backing rhythm track takes the input from the keyboard
too).
How do I get around this...is it something to do with channels or
devices? Am I supposed to specify 2 input devices in the command line when I
start PD?...eg.. pd\bin\pd -midiindev 1, 3 -midioutdev 2 ???
I was thinking that the notes in the lowest octave would control the
backing and the rest would allow me to play the melody...just want to know
how to keep them separate.
Thanks,
Marcus.
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
ooops,
i'm sorry for the missing "sigout"-abstraction.
I've uploaded a new version, containing sigout.
http://www.swiezinski.de/pd/patches/console_0_1_1.zip
This one is also a bit more CPU-friendly...
Thanx for the hint.
have fun
leo
----- Original Message -----
From: Matthew Nish-Lapidus <mattn-l(a)rogers.com>
To: <leonard(a)swiezinski.de>
Sent: Wednesday, March 06, 2002 4:22 PM
Subject: Re: [PD] Dynamic Loading abstractions, pgmout
> hi,
>
> i tried the mixer, and it's very very nice. the only problem is that you
> didn't include one of your abstractions in the zip, so i can't actually
see
> how it works. i'm missing the sigout abstractoin. would you be willing
to
> send that my way?
>
> thanks a lot,
> matt.
i have put a new version of OSC for pd on
http://barely.a.live.fm/pd/OSC/OSCx_20020305.tgz
sendOSC:
typetagged msgs is on by default when using "send /bla 1 2 3.4 cinq six"
you can switch it with the "typetags 0|1" message
or you can directly access "senduntyped" and "sendtyped" methods.
dumpOSC:
added outlet support for tagged i,f,s,T,F items.
plis test.
x,j
--
i>->-o__#>xI>xIo<o<²²t 09711.52222·:=:=<.
Hi IOhannes,
I am using Windows NT with a Steinberg USB MIDI interface. The drivers were
installed properly as far as I know.
The USB MIDI interface was picked up by the OS yesterday when I checked
in the Control Panel.
Using "pd -listdev" the MIDIinOpen still tells me that there is no driver
installed in the system.
Marcus.
>From: IOhannes m zmoelnig <zmoelnig(a)iem.kug.ac.at>
>To: Marcus Flanagan <loveablemarcus(a)hotmail.com>
>CC: hans(a)eds.org, pd-list(a)iem.kug.ac.at
>Subject: Re: [PD] MIDI-in drivers Dell Optiplex GX110
>Date: Tue, 05 Mar 2002 19:07:30 +0100
>
>Marcus Flanagan wrote:
>>Hello,
>> I am trying to demo some of my PD work on a different machine...only
>>problem is that I keep getting the error:
>>
>>"midiInOpen: There is no driver installed on your system".
>>
>> Where can I get this driver? I have been trying to use a USB MIDI
>>interface....is USB supported by Pure_Data?
> >
>USB is not directly supported by pd.
>however, it is the job of the driver to hide the hardware-facts from the
>application.
>we have both windows and linux machines (well, it's one dual-boot
>machine) that work with roland's um1 perfectly under pd.
>
>so ::
>which os are you using ?
>is the gx110 supported ? i am not sure, whether the gx110 is supported
>under linux.
>are the drivers installed correctly (i guess so, but who knows)
>under linux: do you have a /dev/midi ?
>under windoze: (i don't know, but) check whether you find your
>midi-device somewhere under properties/multimedia (or whatever it is
>under your personal taste-windoze: it's all different on 95/98/nt/xp
>
>if it does work with other apps, try using
>"pd -listdev"
>to see, whether your midi-device is detected properly by pd and which
>device-id it has.
>use the one you get with "-midiindev"
>
>mfg.csd.adr
>IOhannes
>
>
>>
>> Help!
>> Marcus.
>>
>
>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.