LARVA

2012/08/04 14:08 2012/08/04 14:08

Dyson Fanless Fan

[[Nature physics insight] Quantum simulation

개풀 뜯어먹는 소리



정말로...
2012/04/15 11:18 2012/04/15 11:18

나갈래


2012/04/05 11:29 2012/04/05 11:29

[Poweramp] Replay Gain


귀를 즐겁게 해주는Poweramp(PA)에는 많은 기능이 존재한다. 그 중 Replay gain(RG)*은 노래마다 볼륨이 다른것을 보정해주는 기능을 한다. 일종의 볼륨에 대한 normalization을 해주는 기능이다. PA는 실제로 이러한 계산(스캔)을 각 트랙별로 수행하는건 아니고 단지 노래에 저장된 RG 태그값을 읽어와서 이러한 기능을 수행한다고 한다[참고]. 음악의 장르가 바뀔때마다 혹은 마스터링한 시대가 바뀔때마다 볼륨을 직접 보정해주는 수고를 RG 기능을 활용하여 덜어보도록 하자.


[참고] : http://forum.powerampapp.com/index.php ··· -work%2F

ReplayGain is a standard for measuring loudness. When files are scanned by ReplayGain, it determines how much the volume of each track or album should be adjusted to bring it to a standard loudness level. By default, most scanners use a value of 89 dB, which is about 9 dB (often more) below the level at which most popular rock, pop, and hip-hop albums are currently mastered. Additionally, when albums are scanned, two correction values are generated. One is for the entire album. If it is used as the basis for correction, then the differences in the loudness of individual songs on the album will be preserved even as the album as a whole is brought to the standard level. The other value is per-track. If it is used, then every song will be brought to the standard loudness level, regardless of its loudness relative to other songs on the album it's from.

PowerAMP doesn't actually do any scanning. It looks for ReplayGain tags in the music files and uses them to adjust the volume of each track or album (depending on settings). To actually scan and tag your files, you would need to use a program like foobar2000.

As for the settings in PowerAMP, the dB setting is if you want to use a standard level other than the standard 89 dB. If you think your music is too quiet even at full volume, increase this value, but not by more than 6 dB or so. You can use the pre-amp in the equalizer page for the same effect. If you increase the standard volume by either method, you should activate the limiter on the EQ page to prevent clipping in music that was mastered at quieter levels.  


2012/02/27 20:08 2012/02/27 20:08

Intel® Math Kernel Library Link Line Advisor

undefined reference to `bi_f77_get_constants_ ??


FHI-AIMS 컴파일 도중에

MKL 11.1 로 하니 안되고 10.1 로 하니까 된다.... (여튼 된다.....)
개발자로부터 들어보니 최신 버전으로 하면 또 된다고 하는군...
하지만 아직 Tachyon2에 설치가

또다른 문제는 SCALAPACK, BLACS 링크할때 발생 했는데 그 타계책이
http://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=170

아니 뭐 이런 거지같은 경우가....
믿기 힘들지만 아래처럼 하니까 진짜 된다 (정말 된다)...

---------------------------------------------------
.
.
.
.

/opt/lib/blacs_MPI-LINUX-0.a
/opt/lib/blacsCinit_MPI-LINUX-0.a
/opt/lib/blacsF77init_MPI-LINUX-0.a
and once again
/opt/lib/blacs_MPI-LINUX-0.a



.
.
.
.
------------------------------------------------------
2012/02/15 21:01 2012/02/15 21:01

GNU Make 강좌

customization of XCrySDen

http://www.xcrysden.org/doc/custom.html

Description of ~/.xcrysden/custom-definitions file




이 파일을 수정하여 취향에 맞게끔 XCrySDen을 수정할 수 있다. (홈 디렉토리에 숨겨져 있다.)


원자색 (100번째 줄)
100번째 줄로 가면 (:100) 원자색을 지정하는 옵션들을 볼 수 있다.
XCrySDen 창을 하나 연 다음에 맘에 안드는 원자색들의 RGB 설정값을 바꿔주자.

ex ) set atmCol (6) {0.95 0.95 0.95}




모자익 (116번째 줄 - 수정전)
좀더 내려가면 tessellation option 도 수정해주자. 35 정도로 올려주면 좀더 매끈한 원자로 그려준다.

## tesselation factor
set myParam(TESSELLATION)    35.0





크리스탈 프레임 (159)
이것도 역시 누리끼리한 색이 맘에 안든다면 슥삭슥삭 바꿔주자.

## RGB color of crystal frame (each compoenent must be within [0,1])
set myParam(FRAMECOL)        {1.00 1.00 1.00}





바탕화면색 (170)
검정바탕으로 그려 토너종결자로 낙인 찍히기 싫다면 역시 수정해주자.


## RGB background of XCRYSDEN display window
## (each compoenent must be within [0,1])
set myParam(BACKGROUND)      {1.00 1.00 1.00}




2012/01/13 18:04 2012/01/13 18:04