Tag Archive for 'free'

Csound in MaxMsp

Giunge alla versione 1.1 (Win e Osx) csound~, l’oggetto che permette di integrare Csound in MaxMsp.

v1.1.0

(** = backwards compatibility issue)
(* = deprecation issue)

- Rewritten using C++, STL, and Boost for added robustness and lower maintenance effort.

- Better cooperation with Max threading architecture (potential hangs eliminated, now using spinlocks).

- Uses Max5 attributes (there’s a csound~ tab in the inspector window).

- Can specify Max objects in the orchestra. Format is “<~> … </~>” where “…” is a Max script for creating an object.

- Messages printed to the Max window can now be traced back to a specific csound~ instance by double-clicking on a line in the Max window.

- Warnings are colored light orange in the Max window instead of red.

- Can save sequences as JSON or XML files (in addition to binary format).

- If @matchsr attribute is 1, csound~ will auto recompile Csound with sample-rate overrides whenever host sample-rate does not equal Csound sample-rate. ksmps will be preserved.

- Fixed deadlock issues when using outlet data to trigger other csound~ functions.

- Fixed memory deallocation bug when running debug build of csound~.

- If csound~ is in bypass mode, sending “start” or “bang” to compile the orchestra will not be followed by an automatic run of 1 k-cycle performance.

- If csound~ is in bypass mode, MIDI bytes are not queued.

- Non-editable attribute @nolatency tells you when csound~ is processing audio without latency.

** No longer Max4 compatible.

** rsidx output message format has changed to: “rsidx table# index value”.

* @start is deprecated. Please use @autostart instead.

* @scale and “noscale” is deprecated. Audio is automatically scaled when 0dBFS levels don’t match.

mp

SoundHack plug-ins per MaxMsp e Pd

Pd & Max/MSP Externals – Beta 7

William Brent, Daniel Arias, Bryan Oczkowski, Trevor LeVieux and I have been spending some of the last two summers porting the SoundHack plugins to Pd and Max/MSP format. We have now ported 11 plugins to Pd (Macintosh, Windows and Linux) and Max/MSP (Macintosh and Windows).
Version 7 features binaural, morphfilter, spectralcompand, spectralgate, decimate, chebyshev, matrix, compand, delay, pitchdelay and bubbler.

mp

Csoundo: Csound incontra Processing

Buone nuove per il software free. Jacob Joaquin ha rilasciato Csoundo, una libreria Csound per Processing.
Ancora in una fase iniziale di sviluppo, è comunque già scaricabile e suonabile. Per il momento è stata testata solo su OsX.

mp

Integra

Giunge alla release 1.0 Integra, un progetto internazionale guidato dal Conservatorio di Birmingham (UK). In concreto, si tratta di un nuovo ambiente software per il live electronics. Tale ambiente può essere integrato sviluppando moduli in MaxMsp o Pure Data.

mp

Digital Performer/iPad/iPod/iPhone

Digital Performer, fra i DAW (Digital Audio Workstation) più affermati ed utilizzati, ha reso disponibile gratuitamente un’applicazione nativa che permette il controllo del software via iPad, iPod, iPhone. Per completezza, aggiungiamo che l’ultimo update ha implementato in DP il protocollo di coumunicazione OSC.

mp

AUVI objects alive!

Qualche hanno fa l’artista/sviluppatore Kurt Ralske aveva creato AUVI, una suite di oggetti per Jitter (l’estensione video di MaxMSP) davvero particolare ed efficace e che divenne immediatamente popolare.
Al costo di 200 US$, si aveva una moltitudine di possibilità di trattamento video, ognuna con il proprio feedback, la modulazione via Lfo ed una serie di caratteristiche che giustificavano appieno il prezzo.

Dopo il radicale aggiornamento 5.0 di MaxMsp, gli oggetti Auvi non risultarono più compatibili e a nulla valsero le petizioni che vennero inoltrate allo sviluppatore per aggiornare questi piccoli gioielli.

Ora, piuttosto a sorpresa, Kurt Ralske ha aggiornato la suite e l’ha resa disponibile per il download senza alcun costo, come si suol dire ‘free’. Il codice resta ancora chiuso, l’utilizzo non può essere fatto per usi commerciali (occorre per ciò ottenere una licenza), ma resta comunque un fantastico contributo.
Da ricordare che gli oggetti sono solo Mac compatibili.

mp

cv.jit 1.7

È stata aggiornata alla versione 1.7 cv.jit, una delle più interessanti librerie che estendono le funzionalità di Jitter, la parte specifica per il video di MaxMsp.
Liberamente scaricabile, è sviluppata da Jean-Marc Pelletier.

cv.jit is a collection of max/msp/jitter tools for computer vision applications. The goals of this project are to provide externals and abstractions to assist users in tasks such as image segmentation, shape and gesture recognition, motion tracking, etc. as well as to provide educational tools that outline the basics of computer vision techniques.

mp

Javascript repository per MaxMsp/M4L

Grazie a Tom Swirly, che ha messo a disposizione la propria libreria javascript sviluppata per l’utilizzo in MaxMsp e M4L.

I have rather a lot of Javascript code that I’ve written for my music projects using Max/MSP, and these days, Max For Live. These includ
- a systematic and easy method for breaking your Javascript into smaller files using make and your favorite C compiler.
- a unit testing framework for Javascript code, with many examples of use.
- utilities to perform common Javascript chores on: – dictionaries – arrays – functions – utilities to create Max objects from a data description.
- a small, light framework for undoable Javascript operations.
- very useful for live work when you sometimes need to “go back” – examples of useful undoables
- utilities to read and write JSON dictionaries to and from files.
- utilities for dealing with Max For Live – including an undoable Max For Live operation – and more

mp