hello
I need to use Max/MSP for a concert (Pd won't be installed on the computer there), so if I want to play anything I have to port some of my Pd patches to Max/MSP
is the Max/MSP object [%~ 1.] an equivalent to the Pd object [wrap~] ?
thanks a lot
j
PS : for Pd users who want to use some Max objects, there are some libraries like Cyclone or MaxLib Is there a library of missing Pd-objects for Max/MSP too ?
hi list, juha
just wondered if there's a simple possibility to change the brightness and contrast value of an image or movie in framestein.
or maybe someone knows a simple .8bf plugin that does the job
ciao
oliver
Hi,
Take a look at fs.fx.pd, there are a couple of things there. Ranges are usually from 0 to 255. The routines are from something called fastlib.
Cheers Juha
hi list, juha
just wondered if there's a simple possibility to change the brightness and contrast value of an image or movie in framestein.
or maybe someone knows a simple .8bf plugin that does the job
ciao
oliver
hi julien,
for non-negative input you will get the same output from [%~ 1.], as from wrap~. However, for the whole domain, wrapping pong~, [pong~ 1], does the job (although it costs more)
Krzysztof
julien.breval@tremplin-utc.net wrote: ...
is the Max/MSP object [%~ 1.] an equivalent to the Pd object [wrap~] ?
thanks for your suggestions, it works better now
for non-negative input you will get the same output from [%~ 1.], as from wrap~. However, for the whole domain, wrapping pong~, [pong~ 1], does the job (although it costs more)
Krzysztof
the difference is only if you put a negative sig number you get a negative modulo ([-1;0] instead of [1;0]). so if you need positives numbers when you put negatives one ( a la [wrap~]) you must to use a detection of negatives [<~ 0] then a gate~ (or other thing) then [abs~ ] with some [-~ 1] after [%~ 1].
Hope is comprehensible and excuse my english, if you want I can send you an example.
José
hi list, juha
i want to use FRAMESTEIN to send a video signal to a second monitor (or videobeamer) by expanding my XP desktop to the other monitor and drag the FRAMESTEIN window onto its side.
now i discovered, that when i do so, the whole PD application starts to stutter and uses 100% CPU and eventually freezes. my patch works fine and smooth if the FRAMESTEIN window remains on my main display.
any experiences or hints concerning this problem ?
ciao
oliver
hi list, juha
concerning my recently posted problem about moving FRAMESTEIN- (as well as GEM-)windows to an external monitor, i am currently on a trial and error situation and thought you might be interested in my discovery:
i found out that the main problem seems to be the "dragging" of the FRAMESTEIN-window across the "border" of the dual screen. when i gave the window a creation argument that positioned it on the 2nd monitor (no overlapses) everything worked fine.
anybody has some more profound knowledge in this field ?
ciao
oliver