quince.


quince

quince라는 프로그램인데 독일에서 개발되었네요.

주로 믹싱작업이나 채널위주로 되는게 아니라 single채널에 여러 이벤트들이 모여 소리를 디자인 하는데 사용되는 듯 합니다.

장점은 공짜라는것/비디오 믹싱 가능하다는것/그리고 macro개념이 아닌 micro개념으로는 디테일 할것 같다는것입니다.


http://quince.maximilianmarcoll.de/img/quince_screenshot_1.png



http://quince.maximilianmarcoll.de/img/quince_screenshot_2.png


더 많은 사항은 홈페이지를 확인하세요. :http://quince.maximilianmarcoll.de/


quince is a program, similar to a daw, for editing time-based data on the mac (at least os 10.5).
major features include:
– the paradigm “tape-recorder – mixing desk” is broken: there are no
channels. arbitrary numbers of objects can be layered, thus displayed
and edited, on top of or next to each other.

– nested object-trees: each event may contain arbitrary numbers of
events which themselves may contain any number of events and so on.

– all the functionality is implemented in a plug-in structure with an
open API. adding custom plug-ins requires a minimum of code.

– combined functions: using the function composer, function plug-ins can
be combined into functionGraphs, enabling you to create powerful and
complex tools with just a few clicks.

– although quince was developed to serve musical purposes,
theoretically, not only audio but video and every other time-based data
type can be edited in quince. all it needs is a corresponding plug-in.

SC에서 Audio Meter사용하기

사운드 작업을 하다보면 늘 소리를 눈으로 확인해야 한다. MAX에서는 친절하게 signal을 보여주는

여러가지 툴들이 있는데 (scope~, number~, meter~) SC에서는 늘 그부분이 불만족 스러웠다.

기능이 없는것은 아닌데 불편했달까.


SC할때, internal server를 사용하면 internal server를 활성화 시킨후 s를 누르면

Scope가 등장한다.

 


그리고 local server에서는 s.meter를 사용하여 meter들을 확인하나

서버를 recompile할때 많은 오류가 나온다.

이 부분은 모르는 분들이 많은것이다. help에 search에 어디한군데 시원하게 나와있지를 않으니!!

 


여기에 도움을 줄 class를 소개하자면

AudioMeter

 

s. meter는 보여지는 레벨 범위등 설정이 불가능하나

audio meter는 여러가지 설정이 가능하다.

모든 설명과 예제는 help에 잘 나와있다.


다운받아서 Users/Library/Application Supports/Supercollider/Extensions/ 여기에 넣고 recompile하면 된다.


http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/file/n5425350/AudioMeter.zip




Natural Language Processing with mxj

Hi all,

“resumai” is a Natural Language Processing toolkit and text
classification in max mxj class.

For the moment, “resumai” does summarization (natural language based or
bayesian technique), categorization, key phrase generation, part of
speech tagging (VERY USEFUL), anaphora resolution (i.e., matches proper
names with pronouns), identification of place and human names, and
sentence boundary detection. It will soon do document clustering by
similarity and use vectors instead of text. It will soon use Jitter
matrixes for staying in max rather using text files.
You can use it using a max symbol or directly from a possibly large
file. Available file formats are .txt, .htm, .html, .pdf, .doc, .abw
and .ppt.

You can download it from :
ftp://ftp.forumnet.ircam.fr/pub/max/MXJ/resumai.zip

I hope to give other good news soon. Meanwhile, I’d be happy you debug
it.

olivier.