NewsWorksSoftwareTextBioContact
background image

Blog archive for July 2007

Musikkteknologidagene

July 5, 2007

Musikkteknologidagene 2007 (Music Technology Days) is a two day seminar taking place in Oslo October 10-11 2007.000 The seminar is hosted by the Norwegian Academy of Music in collaboration with the University of Oslo NoTAM and Ultima. The topic of the seminar is the future of music technology within research and education.

Art-based research

July 5, 2007

Institute of Music at NTNU provides a brief discussion of their art-based research (in Norwegian) clearly referring Henk Borgdorffs discussion on art based research:

 

Det kunstneriske utviklingsarbeidet ved Institutt for musikk er av fundamental betydning for opprettholdelse og vitalisering av instituttets kunstneriske og skapende kreativitet. På tilsvarende måte som forskning er grunnlaget for universitetets undervisning og formidling i vitenskapelige disipliner er det kunstneriske utviklingsarbeidet en forutsetning for undervisning og formidling innenfor de kunstfaglige områder. Tilegnelse av kunnskap og erfaring innenfor kunstfag følger andre metoder enn forskningens. Det kunstneriske utviklingsarbeidet er både en nødvendighet og berikelse for utdanningen og representerer dessuten en garanti for kvaliteten ved instituttets utdanningstilbud.

Universitetsloven likestiller forskning og kunstnerisk utviklingsarbeid. Dette betyr ikke at disse to betraktes som identiske erkjennelsesformer men at kunstnerisk utviklingsarbeid vurderes og anerkjennes som likeverdig med og selvstendig i forhold til vitenskap og forskning. Det eksisterer imidlertid ikke en omforent definisjon på hva begrepet – kunstnerisk utviklingsarbeid – omfatter. Avgrensing til kunstfaglig forskning – som igjen kan inndeles i ulike kategorier slik som for eksempel forskning om eller på kunst forskning gjennom kunst eller forskning som kunst – er ikke entydig og diskusjonen om termens betydning og innhold er ikke avsluttet. Som utviklingsarbeid omfatter begrepet – systematisk virksomhet som anvender eksisterende kunnskap fra forskning og praktisk erfaring og som er rettet mot å: a) framstille nye eller vesentlige forbedrede materialer produkter eller innretninger eller b) innføre nye eller vesentlig forbedrede prosesser systemer og tjenester. – (OECDs definisjon i Frascati-manualen). Imidlertid vil det kunstneriske utviklingsarbeidet ofte(st) ta form som kunstnerisk utøvelse. Slik sett vil begrepet innebære aktivitet/virksomhet med det formål å frambringe kunnskap og erfaring innsikt opplevelser og forståelse gjennom virksomhetens prosess og produkt.

Surround Mics

July 15, 2007

Tn_img_4178
The Core Sound TetraMic Microphone a cheaper alternative to the SoundField line of B-format microphones is now shipping.

Another surround sound mic in development is the E32 Eigenmike. The Eigenmike is a scalable microphone array with elements embedded into a rigid sphere. Individual microphone outputs are processed with a beamforming algorithm which enables the ability to record and playback accurate 3D spatial audio. The Eigenmike’s directivity pattern can be controlled in real-time or stored and processed at a later time. Eigenmike technology is based on the principles of spherical harmonic decomposition. Some key characteristics include:

  • infinite control of directivity pattern (shape and direction)
  • any number of unique beamformer outputs
  • electronically steerable
  • complete spatial description of the 3D sound-field
  • post sound-field processing of prerecorded eigenbeam signals
  • scalable in size and number of elements

VST module for Jamoma

July 16, 2007

Jamoma_vst_moduleI have finally completed a Jamoma module for hosting VST plug-ins and I’m quite satisfied with the result. We have been discussing this for at least two years. If I had realized earlier how useful it would be I would probably made it long ago.

The patch to the right is fairly simple: An audio source is routed to two vst~ effects as inserts and then signal is output using jmod.output~. If the first plug-in is a VST instrument messages from the MIDI module can be directed to it in order to play.

The plug-in and preset program used can be selected from a pop-up menu and the first parameters of the plug-in can be controlled directly from the module interface. This was inspired by VST interface of the Radial application.

The OSC namespace implementation of plug-in parameters is based on M. Zbyszynski and A. Freed: Control of VST Plug-ins using OSC (Proceedings of ICMC 2005). The VST module use a dynamically created Open Sound Control namespace for parameters so that they all can be accessed remotely using messages such as:

/parameter/DryLevel 0.450
/parameter/DryLevel 0 ramp 2000

The latter one will cause DryLevel to ramp to 0 in 2000 ms. The plug-in and program used as well as current values for all parameters are exposed to the Jamoma system for maintaining states so that the state of the plug-in can be saved using pattrstorage or the Jamoma cuelist system. If I press the Get State button of the cuelist module I get the following for the upper VST module:

# Module /vst1
/vst1/audio/bypass 0
/vst1/audio/enveloppe_follower/1 0
/vst1/audio/enveloppe_follower/2 0
/vst1/audio/gain/midi 155.430
/vst1/audio/meters/freeze 0
/vst1/audio/mix 100.000
/vst1/audio/mute 0
/vst1/parameter/ 0
/vst1/parameter/DryLevel 0.693
/vst1/parameter/FeedbackAmount 1.000
/vst1/parameter/FeedbackDelay 0.136
/vst1/parameter/GrainCrossfade 0.042
/vst1/parameter/GrainDuration 0.053
/vst1/parameter/GrainPeriod 0.041
/vst1/parameter/GrainPitch 0.400
/vst1/parameter/StereoFactor 0.033
/vst1/parameter/WetLevel 0.577
/vst1/ui/freeze 0
/vst1/vst/plug /Library/Audio/Plug-Ins/<span class="caps">VST</span>/Pluggo/Rye.vst
/vst1/vst/program Crystal Clone

The above patch ends up being extremely simple but powerful in terms of testing VSTs and prototyping possibilities for sound processing. This is all that is to it:

#P bpatcher 39 97 255 60 0 0 jmod.midiin.mxt 0 /midiin
#P objectname jmod.midiin.mxt
#P bpatcher 39 37 255 60 0 0 jmod.cuelist.mxt 0 /cuelist
#P objectname jmod.cuelist.mxt
#P window setfont &#8220;Sans Serif&#8221; 9.000
#P window linecount 2
#P message 89 179 70 196617 ; max refresh
#P user ezdac~ 39 179 83 212 0
#P bpatcher 293 529 255 120 0 0 jmod.output~.mxt 0
#P objectname jmod.output~.mxt
#P bpatcher 293 346 255 180 0 0 jmod.vst~.mxt 0 /vst2
#P objectname /vst2
#P bpatcher 293 162 255 180 0 0 jmod.vst~.mxt 0 /vst1
#P objectname /vst1
#P bpatcher 293 37 255 120 0 0 jmod.input~.mxt 0
#P objectname jmod.input~.mxt
#P fasten 7 0 1 0 44 159 298 159
#P connect 0 2 1 2
#P connect 0 1 1 1
#P connect 1 1 2 1
#P connect 1 2 2 2
#P connect 2 2 3 2
#P connect 2 1 3 1
#P window clipboard copycount 8 

The VST module has not made it into the downloadable version of Jamoma yet. To get hold of it as of today you need to use subversion to get the most recent version of Jamoma from the active branch. The Jamoma wiki gives details on how to do this.