beginner maxmsp workshop in Paris

+Initiation Maxmsp à Petahertz+

Petahertz est heureux de vous accueillir pour un workshop d ‘initiation à l’environnement de programmation maxmsp.

Maxmsp est un environnement de programmation “graphique” et modulaire destiné au traitement “Temps Reel” de tout type d’information ( midi, signal audio, video, 3D, sigal analogique venant de capteurs …)

Maxmsp est largement utilisé dans le cadre de la performance, l’installation interactive, la musique electronique, le veejaying etc…

Au programme :

– introduction à max/msp, bref historique, exemples.
– premiers pas : structure du logiciel, découverte des objets clefs, découverte de l’interface, conseils d’utilisation
– liens entre midi, audio, video, 3D.
– réalisation de premiers patchs interactifs.
– interactivité simple
– examples avec capteurs.

Les participants de ce workshop repartiront avec une connaissance suffisante pour un bon démarrage dans l’exploration/utilisation de Maxmsp. Ce workshop est destiné aux étudiants, artistes, performeurs, gens du spectacle n’ayant jamais utilise Maxmsp ou des environnements de programmation similaire ( Pure Data, vvvv etc…) et souhaitant s’initier à cet outil multimedia hors pair.

infos Pratiques:

Dates : 11-12 juin
Frais de Participation : 70 euros pour les deux journées
lieu :  77 rue de Vitry 93100 Montreuil
contact : info@petahertz.eu ou marswalkers@gmail.com
www.petahertz.eu

PS : venir équipé d un ordinateur portable mac ou PC

karrrlo

_______________________________________________
maxmsp mailing list
maxmsp@cycling74.com
http://www.cycling74.com/mailman/listinfo/maxmsp

csound~ v1.0.2 released

Hi,

csound~ v1.0.2 is now up at:

http://www.davixology.com/csound~.html

Changes from v1.0.1:

-> Fixed deadlock bug that occurs when starting/restarting a
   Csound performance while [csound~] is receiving “control”
   messages.

-> Added ability to use chnset opcode instead of outvalue opcode.

   Declaring output channels (with the chn_k opcode) is required
   for chnset to work with [csound~].

   Declaring input channels is not required for chnget.

-> Writing/Reading a recording to/from a file now occurs in a
   separate thread.

-> Fixed endian issues when reading recordings made on different
   architectures.

-> (WinXP) csound~.mxe size has increased due to static linking
   of the VC8 C runtime library.  This will prevent the
   “error 14001” problem that some people have experienced.

-> Changed dependance on pthreadVC2.dll to pthreadGC2.dll (which
   just so happens to be distributed with Csound5).  This means
   you don’t have to insall pthreadVC2.dll anymore (yay).

MaxMSP 4.6.3 released

Bug fixes and changes in 4.6.3 from version 4.6.2
Max/MSP Object Bug Fixes and Changes

– sfplay~: fixed problems with crashes when clearing cues, fixed problem with crashes when loading files and playing in reverse, fixed problem with playing files with very slow playback speeds.
– accum: fixed precision error.
– sync~: fixed problems with audio and MIDI sync
– maximum: fixed bug with maximum list and first arg being an integer
– trace: fixed problem with aborting under certain circumstances
– send~: fixed bug with set message when audio is off and multiple set messages are sent
– vexpr: fixed crash when freeing an object with discontinuous arguments such as $f1 + $f2 + $f4
– vst~: fixed parameter handling
– regexp: fixed problems with escaped “,” and “;” characters
– pattrstorage: fixed bug where deleted objects were being displayed; fixed entities bug with slotnames
– serial: fixed bug with read timeout
– fftin~ and fftout~: corrects some minor windowing bugs and provides a fix for a crash when running in fullspectrum mode on a PPC Macintosh with G4 optimizations on
– delay~: now correctly calculates the delay time when it is updated rapidly
– pattr: fixed binding problems when binding to an unbound pattr
– coll: fixed bug with sort index funkiness
– poke~: de-glitched int/float input when DSP is on and no signals are connected
– fffb~: fixed bug with list input – it now actually works as advertised
– fixed problem on Mac where audio would not turn on when MaxMSP did not have focus
– fixed problem on Windows  to solve init crash for Java v1.6
– jit.cellblock – Change to the rows and column resizing to properly handle the condition of a selection falling out of bounds
        
– mxj: fixed issues with TCPReceiver on Windows
– udpsend / udpreceive: fixed help files
– js: fixed compatibility with pattr
– pak: now supports “i” + “f” arguments
– buffer~: fixed crash when deleting before turning audio off
– vectral~: fix for slide mode on Intel processors
– cross~: made instantiation argument optional
– poly~: now allows vector size of 1 with vs 1 argument