hi,
somehow gemwin does not take the focus anymore with the newest release
of the highly praised OS X. when I click on it, it just stays in the
back. I can't move it. also, topmost 1 does not work.
anything else I can try? I am using gem 0.91 from cvs (oct 26).
marius.
ah brilliant thanks martin that's exactly what i need i reckon. will be able to try it out tomorrow properly!
----- Original Message ----
From: Martin Peach <martin.peach(a)sympatico.ca>
To: saintidle(a)yahoo.com; pd-list(a)iem.at
Sent: Monday, 11 February, 2008 8:19:56 PM
Subject: RE: [PD] Phasor Driven Midi File Playback?
saint
wrote:
>
>I've
been
trying
to
incorporate
synched
looped
midi
file
playback
into
a
>system
of
tabread
looping
players.
So
far
I've
been
using
xeq
but
recently
>discovered
seq
in
the
cyclone
library.
>
>I
can
kinda
get
xeq
to
work
but
it
involves
me
cheating
the
tempo
of
the
>file
playback,
banging
a
sync
point
at
the
start
of
every
audio
loop
and
>I'm
getting
quite
confused
with
the
different
xeq
objects
(the
>documentation
has
been
down
for
a
number
of
years)...
>
>Is
there
a
more
graceful
way
of
doing
this
like
I
do
with
the
>phasor/tabread
audio?
I
see
that
seq
has
a
'goto'
command
with
seconds
and
>milliseconds,
if
I
fed
that
with
my
audio
phasor
would
the
midi
loops
play
>in
sync
with
the
audio
loops?
>
There's
the
[mrpeach/midifile]
object.
You
feed
it
ticks
from
a
[metro]
to
advance
through
the
file
and
can
jump
to
any
tick
in
the
file.
It
can
also
dump
the
file
so
you
can
find
the
tick
number
to
go
to.
It
doesn't
know
about
seconds
but
you
can
tune
the
speed
very
finely.
I
have
had
it
running
in
sync
with
the
Hydrogen
drum
machine
for
hours
at
a
time.
Martin
__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
Hi,
I've been trying to incorporate synched looped midi file playback into a system of tabread looping players. So far I've been using xeq but recently discovered seq in the cyclone library.
I can kinda get xeq to work but it involves me cheating the tempo of the file playback, banging a sync point at the start of every audio loop and I'm getting quite confused with the different xeq objects (the documentation has been down for a number of years)...
Is there a more graceful way of doing this like I do with the phasor/tabread audio? I see that seq has a 'goto' command with seconds and milliseconds, if I fed that with my audio phasor would the midi loops play in sync with the audio loops?
Cheers, as always, for your time.
John.
___________________________________________________________
Support the World Aids Awareness campaign this month with Yahoo! For Good http://uk.promotions.yahoo.com/forgood/
Hi all,
I wrote a tutorial on using [table] [tabwrite~] [tabosc4~] in feedback
loops:
https://devel.goto10.org/dl.php?repname=maximus&path=%2Ftutorials%2Ftable-f…
File listing, to get a flavour of what's covered:
01_Introduction.pd
02_A_Simple_Loop.pd
03_Sample_Rate_Dependence.pd
04_Sample_Rate_Independence.pd
05_Blocks_And_Phase.pd
06_Decoupling.pd
07_Windowing.pd
08_Normalizing.pd
09_Double_Buffering.pd
10_Example_Organ.pd
11_Example_Sparkles.pd
12_Conclusion.pd
Hope someone finds it useful, all feedback appreciated (sorry for the
pun, heh).
Thanks,
Claude
--
http://claudiusmaximus.goto10.org
Has anyone tried testing the font sizes on 0.41 yet? I am reviving
this good ol' font test patch to see how it's working. The [courier
10( box is a new size on Mac OS X (71x16) and it seems that the
IEMGUI font and the Pd font are not the same size. On Mac OS X, a Pd
font of 10pt matches the IEMGUI font of 12pt.
.hc
------------------------------------------------------------------------
----
"It is convenient to imagine a power beyond us because that means we
don't have to examine our own lives.", from "The Idols of
Environmentalism", by Curtis White
hi,
maybe this is related to the luagl version I am using, or this is some
other problem, but glTranslatef(0.0, 0.0, 1.0) or glScalef(2.0, 2.0,
2.0) give me an error
attempt to call global 'glTranslatef' (a nil value).
I call it a day,
marius.
Hi,
I use netsend and netreceive to send messages across 2 instances of pd
on the same machine (localhost).
I use the outlet of netsend to detect when netsend is connected, and
when it is ([select 1]) I immediately send out some data through it.
IN SOME CASES (no consistent behaviour detected), these data that are
sent just after the connection is established, are simply LOST, i.e.
they are not received at the other end, and netsend does NOT give the
error "netsend: not connected".
I cannot provide a test patch, since in any simple test this does not
happen, but when I put the very very exact same thing into a bigger
patch, this happens.
Even a [delay 0] between detecting the active connection and sending
the data does not fix the problem, while a [delay 500] for example
does.
In summary the problem is:
Messages sent to a [netsend] immediately after the connection is
established (after netsend has output a 1) may be lost, without
issuing an error message.
Has anyone experienced it?
Any suggestion on how to systematically trigger it so as to produce a
test patch to post to the bug tracker?
The bug may even be in netreceive, not necessarily netsend.
--
Matteo Sisti Sette
matteosistisette(a)gmail.com
http://www.matteosistisette.com
Claude Heiland-Allen <claudiusmaximus(a)goto10.org>:
> Some versions of Pd behave like this if you try to print certain
> characters like '{'.
You mean using [print] ?
Is 0.40.1 one of those version?
I don't think it's my case though. I'm printing plenty of things but I
don't think there's any strange character in them. Indeed I was now
trying to print a { to test it, and I don't even know how to do that
(I can't type a { in a message box) so it's unlikely I have done it
unintentionally....
However, what other character may cause this? Are there other [print]
weirdnesses that can cause the problem apart from printing special
characters?
Thanks
m.
--
Matteo Sisti Sette
matteosistisette(a)gmail.com
http://www.matteosistisette.com
--
Matteo Sisti Sette
matteosistisette(a)gmail.com
http://www.matteosistisette.com
having a lot of freeverb objects in my patch eat all
my cpu. even when all the freeverbs are not used, why
is that? is this normal behaivor?
is there a way of turn off the dps processin in a
subpatch?
thanks
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping