Bauer, Claus | 10 May 03:15
Favicon

Dolby Research Beijing looking for researchers

Dear Research community!

Dolby Laboratories’ group in Beijing continues to expand. It would be great if you could circulate the job specs below

to potentially interested people. We look for fresh grads as well as experienced staff.

 

Our current openings can be found here:

 

http://jobs.dolby.com/job/Beijing-Research-Engineer-Job/1744837/

http://jobs.dolby.com/job/Beijing-Staff-Research-Engineer-Job/1604521/

 

 

 

Best,

Claus Bauer

 

Claus Bauer, Ph.D.
Director, Research
Dolby Laboratories
Room907-916, Level 9, West Building

World Financial Center

NO.1East 3rd Ring Middle Road, Chaoyang District

Beijing100020

P.R. China

Tel.: +861059103091

 

 

Tel.: +861059103091

 

www.dolby.com

 

_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Casey Basichis | 3 Apr 03:26
Picon
Gravatar

Licensing

Hi,


Would someone mind referring me to the person in charge of licensing?

It suggests in the faq that we get in touch but I can't find a general email anywhere on the clam project site.

Thanks,
Casey
_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Dima Calancea | 27 Mar 17:02
Picon

ChorData Documentation

Hi,


Is there any documentation available on ChorData? I'm trying to understand how it works
because I would like to write a similar program.

Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Bauer, Claus | 21 Mar 09:55
Favicon

More openings at Dolby Research Beijing

Dear Research community!

Dolby Laboratories’ new research group in Beijing was founded in 2010 and continues to expand. It would be great if you could circulate the job specs below

to potentially interested people. We look for fresh grads as well as experienced staff.

 

Our current openings can be found here:

 

http://jobs.dolby.com/job/Beijing-Research-Engineer-Job/1744837/

http://jobs.dolby.com/job/Beijing-Staff-Research-Engineer-Job/1604521/

 

 

 

Best,

Claus Bauer

 

Claus Bauer, Ph.D.
Director, Research
Dolby Laboratories
Room907-916, Level 9, West Building

World Financial Center

NO.1East 3rd Ring Middle Road, Chaoyang District

Beijing100020

P.R. China

Tel.: +861059103091

 

 

Tel.: +861059103091

 

www.dolby.com

 

_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Dima Calancea | 29 Feb 13:37
Picon

Compiling CLAM on Linux Mint

Hi,

I'm trying to compile CLAM on Linux Mint 12. I've installed all
dependencies, but when I try to compile CLAM with scons I get
this error:

scons/libs/core/include/CLAM/InControl.hxx:136:4: error: no match for ‘operator<<’ in ‘valueStream << CLAM::InControl<ControlDataType>::GetLastValue [with ControlDataType = MIDI::Message]()’


Any ideas on how to solve this?

Thanks.

_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Favicon

Testfarm page rewamped

Take a look to the new javascript based testfarm sumary page:
	http://clam-project.org/testfarm.html
It is better integrated with the rest of the website, closing bugs #0000016 
and finally #0000014.
	http://clam-project.org/bugs/view.php?id=16

Moreover, the testfarm entry page it is more lightweight not including 
historical data, which is still available in 'Details'.

The page javascript retrieves testfarm data from server an rebuilds itself 
without reloading the page, so it is quite smooth.

If you hover a the building column while 'Running' you see the current task.
If you hover a 'Failed' cell you see the failed subtasks.

Now, let's do commits and see it working. ;-)

David.

------------------------------------------------------------------------------
Visit us at:

GSMA Mobile World Congress 2012 / February 27- March 1 / Barcelona, Spain / Catalan Pavilion, Universe Square
Bauer, Claus | 22 Feb 09:35
Favicon

Dolby Research Beijing looking for researchers

Dear Research community!

Dolby Laboratories’ new research group in Beijing was founded in 2010 and continues to expand. It would be great if you could circulate the job specs below

to potentially interested people. We look for fresh grads as well as experienced staff.

 

Our current openings can be found here:

 

http://jobs.dolby.com/job/Beijing-Sr-Research-Engineer-Job/1604520/

http://jobs.dolby.com/job/Beijing-Staf-Research-Engineer-Job/1604517/

 

 

 

Best,

Claus Bauer

 

Claus Bauer, Ph.D.
Director, Research
Dolby Laboratories
Rooms 906–917, Building B Gemdale Plaza No. 91
Jianguo Road Chaoyang District
Beijing 100022
P.R. China

 

Tel.: +861059103091

 

www.dolby.com

 

_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Rahul Rajan | 17 Dec 01:57
Picon

Playback Speed

Hi all, 

I had a quick question about how to speed up and slow down audio playback in a CLAM network. 

I've built a network in NetworkEditor that uses a MonoAudioFileReader to read in a wave file. I'm trying to find out how to programmatically control the playback speed in C++. Can this be done, and if so how?

Thanks for your time!
Rahul
_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Gerald Mwangi | 7 Dec 09:53
Picon
Picon

Analogsignal to Midi and Qt Stuff

Hi Guys,
First i would like to say that I'm very impressed of CLAM. It seems to just what i was looking for.
I started developing a program that take a Guitarsignal (monophone) and transforms it to a midi/control message to drive oscillators and external Synths. To do this I use the SMSAnalysisCore for Peak and Fundamental detection followed by the Fund2Control(2Midi) processing.
This work quit well for monophone signal (single notes on the Guitar), but i would like to explore the possibility of transforming polyphone signal with up to 6 notes to get the 6 Fundamentals. Therefore the question: is there anyway of building a network to do this in CLAM with the current processings,
or would I have to write my own processing.
I have some basic knowledge in signal processing since i work in the image processing field, so I could develope such a processing if you could give the literature.

My second question is rather technical: My application is in Qt so how can I expose the controls of a network to the layout managers (QLayout, QScrollArea) I use. Right now I' ve subclassed QWidget the following way

using namespace CLAM; class SynthControl : public QWidget { Q_OBJECT public: explicit SynthControl(QWidget *parent = 0,FloatInControl* control=0); ~SynthControl(); ... signals: public slots: void valChanged(int val); // Connected to valChanged Signal of mknob private: QSynthKnob* mknob; QLabel* mknoblabel; FloatInControl* mControl; ... }; The FloatInControl I get from the specific processing I want to control. Does CLAM actually expose such widgets directly through the CLAM::Network class? Thanx in advance, Gerald
_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Favicon

Deploying PyQt on windows and mac, an article to keep the eye on

Because we are getting deep into python we should keep that article close
to our hand we it comes to deploy in any other place than linux.

http://arstechnica.com/open-source/guides/2009/03/how-to-deploying-pyqt-applications-on-windows-and-mac-os-x.ars

David.
Lee Savide | 11 Oct 21:17
Picon

Important Question regarding CLAM

Hi. I'm a college student who's majoring in music technology, and when I found this project, I was VERY impressed. I've been looking for an open source framework like this for YEARS, and nothing good ever came up. Then I found this. Now, I'm going to have to ask something extremely crucial: Is there any planning to involve integration into the music21 project? Specifically, I'd be very interested with the concept of a tool that can analyze and deconstruct the music notation from WAV, MP3, and OGG files. Specifically and open source tool for that would be an amazing feat within itself. PLEASE do get back to me; I've been looking for a project like this for a very long time (over 6 years). Thank you very much for your time, and efforts. :)

_______________________________________________
clam-devel mailing list
clam-devel@...
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org

Gmane