Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1. ; Monstercat Visualizer
  2. ; =========================
  3. ; marcopixel.deviantart.com
  4. ; Many thanks for the audiolevel.dll plugin to dgrace
  5. ; ----------------------------------
  6.  
  7. [Rainmeter]
  8. Author=marcopixel
  9. AppVersion=2003000
  10. Update=0
  11.  
  12. ; ----------------------------------
  13. ; VARIABLES - For changing font, player, bar color and more.
  14. ; ----------------------------------
  15. 15:56 06-10-2014
  16. [Variables]
  17. fontName=Bebas Neue Light
  18. colorText=135,135,135
  19. bg=255,255,255,0
  20. BarColor=200,200,200
  21. ; ----------------------------------
  22. ; BACKGROUND - For better Snapping/grabbing
  23. ; ----------------------------------
  24.  
  25. [Background]
  26. Meter=IMAGE
  27. W=675
  28. H=150
  29. x=0
  30. y=0
  31. SolidColor=#bg#
  32.  
  33. ; ----------------------------------
  34. ; MEASURES
  35. ; ----------------------------------
  36.  
  37. [measureAudioRaw_Out]
  38. ; This measure is the heart of the visualizer.
  39. ; Documentation: http://rainmeter.net/forum/viewtopic.php?f=18&t=18802
  40. Measure=Plugin
  41. Plugin=AudioLevel
  42. Port=Output
  43. ;RMSAttack=0
  44. ;RMSDecay=100
  45. ;RMSGain=0.0
  46. ;PeakAttack=20
  47. ;PeakDecay=80
  48. ;PeakGain=10
  49. FFTSize=2048
  50. FFTOverlap=1024
  51. FFTAttack=40
  52. FFTDecay=60
  53. Bands=39
  54. FreqMin=10
  55. FreqMax=15000
  56. Sensitivity=55
  57. ; ----------------------------------
  58. ; MEASURES NowPlaying - Controls the MediaPlayer and outputs title, artist, cover and more.
  59. ; ----------------------------------
  60.  
  61.  
  62.  
  63. ; ----------------------------------
  64. ; MEASURES Visualizer Bars - these output the values for the bars
  65. ; ----------------------------------
  66.  
  67. [measureAudioOut_01]
  68. Measure=Plugin
  69. Plugin=AudioLevel
  70. Parent=measureAudioRaw_Out
  71. Type=Band
  72. BandIdx=1
  73.  
  74. [measureAudioOut_02]
  75. Measure=Plugin
  76. Plugin=AudioLevel
  77. Parent=measureAudioRaw_Out
  78. Type=Band
  79. BandIdx=1
  80.  
  81. [measureAudioOut_03]
  82. Measure=Plugin
  83. Plugin=AudioLevel
  84. Parent=measureAudioRaw_Out
  85. Type=Band
  86. BandIdx=2
  87.  
  88. [measureAudioOut_04]
  89. Measure=Plugin
  90. Plugin=AudioLevel
  91. Parent=measureAudioRaw_Out
  92. Type=Band
  93. BandIdx=3
  94.  
  95. [measureAudioOut_05]
  96. Measure=Plugin
  97. Plugin=AudioLevel
  98. Parent=measureAudioRaw_Out
  99. Type=Band
  100. BandIdx=4
  101.  
  102. [measureAudioOut_06]
  103. Measure=Plugin
  104. Plugin=AudioLevel
  105. Parent=measureAudioRaw_Out
  106. Type=Band
  107. BandIdx=5
  108.  
  109. [measureAudioOut_07]
  110. Measure=Plugin
  111. Plugin=AudioLevel
  112. Parent=measureAudioRaw_Out
  113. Type=Band
  114. BandIdx=6
  115.  
  116. [measureAudioOut_08]
  117. Measure=Plugin
  118. Plugin=AudioLevel
  119. Parent=measureAudioRaw_Out
  120. Type=Band
  121. BandIdx=7
  122.  
  123. [measureAudioOut_09]
  124. Measure=Plugin
  125. Plugin=AudioLevel
  126. Parent=measureAudioRaw_Out
  127. Type=Band
  128. BandIdx=8
  129.  
  130. [measureAudioOut_10]
  131. Measure=Plugin
  132. Plugin=AudioLevel
  133. Parent=measureAudioRaw_Out
  134. Type=Band
  135. BandIdx=9
  136.  
  137. [measureAudioOut_11]
  138. Measure=Plugin
  139. Plugin=AudioLevel
  140. Parent=measureAudioRaw_Out
  141. Type=Band
  142. BandIdx=10
  143.  
  144. [measureAudioOut_12]
  145. Measure=Plugin
  146. Plugin=AudioLevel
  147. Parent=measureAudioRaw_Out
  148. Type=Band
  149. BandIdx=11
  150.  
  151. [measureAudioOut_13]
  152. Measure=Plugin
  153. Plugin=AudioLevel
  154. Parent=measureAudioRaw_Out
  155. Type=Band
  156. BandIdx=12
  157.  
  158. [measureAudioOut_14]
  159. Measure=Plugin
  160. Plugin=AudioLevel
  161. Parent=measureAudioRaw_Out
  162. Type=Band
  163. BandIdx=13
  164.  
  165. [measureAudioOut_15]
  166. Measure=Plugin
  167. Plugin=AudioLevel
  168. Parent=measureAudioRaw_Out
  169. Type=Band
  170. BandIdx=14
  171.  
  172. [measureAudioOut_16]
  173. Measure=Plugin
  174. Plugin=AudioLevel
  175. Parent=measureAudioRaw_Out
  176. Type=Band
  177. BandIdx=15
  178.  
  179. [measureAudioOut_17]
  180. Measure=Plugin
  181. Plugin=AudioLevel
  182. Parent=measureAudioRaw_Out
  183. Type=Band
  184. BandIdx=16
  185.  
  186. [measureAudioOut_18]
  187. Measure=Plugin
  188. Plugin=AudioLevel
  189. Parent=measureAudioRaw_Out
  190. Type=Band
  191. BandIdx=17
  192.  
  193. [measureAudioOut_19]
  194. Measure=Plugin
  195. Plugin=AudioLevel
  196. Parent=measureAudioRaw_Out
  197. Type=Band
  198. BandIdx=18
  199.  
  200. [measureAudioOut_20]
  201. Measure=Plugin
  202. Plugin=AudioLevel
  203. Parent=measureAudioRaw_Out
  204. Type=Band
  205. BandIdx=19
  206.  
  207. [measureAudioOut_21]
  208. Measure=Plugin
  209. Plugin=AudioLevel
  210. Parent=measureAudioRaw_Out
  211. Type=Band
  212. BandIdx=20
  213.  
  214. [measureAudioOut_22]
  215. Measure=Plugin
  216. Plugin=AudioLevel
  217. Parent=measureAudioRaw_Out
  218. Type=Band
  219. BandIdx=21
  220.  
  221. [measureAudioOut_23]
  222. Measure=Plugin
  223. Plugin=AudioLevel
  224. Parent=measureAudioRaw_Out
  225. Type=Band
  226. BandIdx=22
  227.  
  228. [measureAudioOut_24]
  229. Measure=Plugin
  230. Plugin=AudioLevel
  231. Parent=measureAudioRaw_Out
  232. Type=Band
  233. BandIdx=23
  234.  
  235. [measureAudioOut_25]
  236. Measure=Plugin
  237. Plugin=AudioLevel
  238. Parent=measureAudioRaw_Out
  239. Type=Band
  240. BandIdx=24
  241.  
  242. [measureAudioOut_26]
  243. Measure=Plugin
  244. Plugin=AudioLevel
  245. Parent=measureAudioRaw_Out
  246. Type=Band
  247. BandIdx=25
  248.  
  249. [measureAudioOut_27]
  250. Measure=Plugin
  251. Plugin=AudioLevel
  252. Parent=measureAudioRaw_Out
  253. Type=Band
  254. BandIdx=26
  255.  
  256. [measureAudioOut_28]
  257. Measure=Plugin
  258. Plugin=AudioLevel
  259. Parent=measureAudioRaw_Out
  260. Type=Band
  261. BandIdx=27
  262.  
  263. [measureAudioOut_29]
  264. Measure=Plugin
  265. Plugin=AudioLevel
  266. Parent=measureAudioRaw_Out
  267. Type=Band
  268. BandIdx=28
  269.  
  270. [measureAudioOut_30]
  271. Measure=Plugin
  272. Plugin=AudioLevel
  273. Parent=measureAudioRaw_Out
  274. Type=Band
  275. BandIdx=29
  276.  
  277. [measureAudioOut_31]
  278. Measure=Plugin
  279. Plugin=AudioLevel
  280. Parent=measureAudioRaw_Out
  281. Type=Band
  282. BandIdx=30
  283.  
  284. [measureAudioOut_32]
  285. Measure=Plugin
  286. Plugin=AudioLevel
  287. Parent=measureAudioRaw_Out
  288. Type=Band
  289. BandIdx=31
  290.  
  291. [measureAudioOut_33]
  292. Measure=Plugin
  293. Plugin=AudioLevel
  294. Parent=measureAudioRaw_Out
  295. Type=Band
  296. BandIdx=32
  297.  
  298. [measureAudioOut_34]
  299. Measure=Plugin
  300. Plugin=AudioLevel
  301. Parent=measureAudioRaw_Out
  302. Type=Band
  303. BandIdx=33
  304.  
  305. [measureAudioOut_35]
  306. Measure=Plugin
  307. Plugin=AudioLevel
  308. Parent=measureAudioRaw_Out
  309. Type=Band
  310. BandIdx=34
  311. ; ----------------------------------
  312. ; METERS - Stuff that gets drawn (like bars, cover, text)
  313. ; ----------------------------------
  314.  
  315. [meter_bar01]
  316. Meter=BAR
  317. Orientation=Vertical
  318. MeasureName=measureAudioOut_01
  319. X=10
  320. Y=0
  321. W=12
  322. H=200
  323. BarColor=#BarColor#
  324. [meter_bar02]
  325. Meter=BAR
  326. Orientation=Vertical
  327. MeasureName=measureAudioOut_02
  328. X=7R
  329. Y=0r
  330. W=12
  331. H=200
  332. BarColor=#BarColor#
  333. [meter_bar03]
  334. Meter=BAR
  335. Orientation=Vertical
  336. MeasureName=measureAudioOut_03
  337. X=7R
  338. Y=0r
  339. W=12
  340. H=200
  341. BarColor=#BarColor#
  342. [meter_bar04]
  343. Meter=BAR
  344. Orientation=Vertical
  345. MeasureName=measureAudioOut_04
  346. X=7R
  347. Y=0r
  348. W=12
  349. H=200
  350. BarColor=#BarColor#
  351. [meter_bar05]
  352. Meter=BAR
  353. Orientation=Vertical
  354. MeasureName=measureAudioOut_05
  355. X=7R
  356. Y=0r
  357. W=12
  358. H=200
  359. BarColor=#BarColor#
  360. [meter_bar06]
  361. Meter=BAR
  362. Orientation=Vertical
  363. MeasureName=measureAudioOut_06
  364. X=7R
  365. Y=0r
  366. W=12
  367. H=200
  368. BarColor=#BarColor#
  369. [meter_bar07]
  370. Meter=BAR
  371. Orientation=Vertical
  372. MeasureName=measureAudioOut_07
  373. X=7R
  374. Y=0r
  375. W=12
  376. H=200
  377. BarColor=#BarColor#
  378. [meter_bar08]
  379. Meter=BAR
  380. Orientation=Vertical
  381. MeasureName=measureAudioOut_08
  382. X=7R
  383. Y=0r
  384. W=12
  385. H=200
  386. BarColor=#BarColor#
  387. [meter_bar09]
  388. Meter=BAR
  389. Orientation=Vertical
  390. MeasureName=measureAudioOut_09
  391. X=7R
  392. Y=0r
  393. W=12
  394. H=200
  395. BarColor=#BarColor#
  396. [meter_bar10]
  397. Meter=BAR
  398. Orientation=Vertical
  399. MeasureName=measureAudioOut_10
  400. X=7R
  401. Y=0r
  402. W=12
  403. H=200
  404. BarColor=#BarColor#
  405. [meter_bar11]
  406. Meter=BAR
  407. Orientation=Vertical
  408. MeasureName=measureAudioOut_11
  409. X=7R
  410. Y=0r
  411. W=12
  412. H=200
  413. BarColor=#BarColor#
  414. [meter_bar12]
  415. Meter=BAR
  416. Orientation=Vertical
  417. MeasureName=measureAudioOut_12
  418. X=7R
  419. Y=0r
  420. W=12
  421. H=200
  422. BarColor=#BarColor#
  423. [meter_bar13]
  424. Meter=BAR
  425. Orientation=Vertical
  426. MeasureName=measureAudioOut_13
  427. X=7R
  428. Y=0r
  429. W=12
  430. H=200
  431. BarColor=#BarColor#
  432. [meter_bar14]
  433. Meter=BAR
  434. Orientation=Vertical
  435. MeasureName=measureAudioOut_14
  436. X=7R
  437. Y=0r
  438. W=12
  439. H=200
  440. BarColor=#BarColor#
  441. [meter_bar15]
  442. Meter=BAR
  443. Orientation=Vertical
  444. MeasureName=measureAudioOut_15
  445. X=7R
  446. Y=0r
  447. W=12
  448. H=200
  449. BarColor=#BarColor#
  450. [meter_bar16]
  451. Meter=BAR
  452. Orientation=Vertical
  453. MeasureName=measureAudioOut_16
  454. X=7R
  455. Y=0r
  456. W=12
  457. H=200
  458. BarColor=#BarColor#
  459. [meter_bar17]
  460. Meter=BAR
  461. Orientation=Vertical
  462. MeasureName=measureAudioOut_17
  463. X=7R
  464. Y=0r
  465. W=12
  466. H=200
  467. BarColor=#BarColor#
  468. [meter_bar18]
  469. Meter=BAR
  470. Orientation=Vertical
  471. MeasureName=measureAudioOut_18
  472. X=7R
  473. Y=0r
  474. W=12
  475. H=200
  476. BarColor=#BarColor#
  477. [meter_bar19]
  478. Meter=BAR
  479. Orientation=Vertical
  480. MeasureName=measureAudioOut_19
  481. X=7R
  482. Y=0r
  483. W=12
  484. H=200
  485. BarColor=#BarColor#
  486. [meter_bar20]
  487. Meter=BAR
  488. Orientation=Vertical
  489. MeasureName=measureAudioOut_20
  490. X=7R
  491. Y=0r
  492. W=12
  493. H=200
  494. BarColor=#BarColor#
  495. [meter_bar21]
  496. Meter=BAR
  497. Orientation=Vertical
  498. MeasureName=measureAudioOut_21
  499. X=7R
  500. Y=0r
  501. W=12
  502. H=200
  503. BarColor=#BarColor#
  504. [meter_bar22]
  505. Meter=BAR
  506. Orientation=Vertical
  507. MeasureName=measureAudioOut_22
  508. X=7R
  509. Y=0r
  510. W=12
  511. H=200
  512. BarColor=#BarColor#
  513. [meter_bar23]
  514. Meter=BAR
  515. Orientation=Vertical
  516. MeasureName=measureAudioOut_23
  517. X=7R
  518. Y=0r
  519. W=12
  520. H=200
  521. BarColor=#BarColor#
  522. [meter_bar24]
  523. Meter=BAR
  524. Orientation=Vertical
  525. MeasureName=measureAudioOut_24
  526. X=7R
  527. Y=0r
  528. W=12
  529. H=200
  530. BarColor=#BarColor#
  531. [meter_bar25]
  532. Meter=BAR
  533. Orientation=Vertical
  534. MeasureName=measureAudioOut_25
  535. X=7R
  536. Y=0r
  537. W=12
  538. H=200
  539. BarColor=#BarColor#
  540. [meter_bar26]
  541. Meter=BAR
  542. Orientation=Vertical
  543. MeasureName=measureAudioOut_26
  544. X=7R
  545. Y=0r
  546. W=12
  547. H=200
  548. BarColor=#BarColor#
  549. [meter_bar27]
  550. Meter=BAR
  551. Orientation=Vertical
  552. MeasureName=measureAudioOut_27
  553. X=7R
  554. Y=0r
  555. W=12
  556. H=200
  557. BarColor=#BarColor#
  558. AverageSize=0.1
  559. [meter_bar28]
  560. Meter=BAR
  561. Orientation=Vertical
  562. MeasureName=measureAudioOut_28
  563. X=7R
  564. Y=0r
  565. W=12
  566. H=200
  567. BarColor=#BarColor#
  568. [meter_bar29]
  569. Meter=BAR
  570. Orientation=Vertical
  571. MeasureName=measureAudioOut_29
  572. X=7R
  573. Y=0r
  574. W=12
  575. H=200
  576. BarColor=#BarColor#
  577. [meter_bar30]
  578. Meter=BAR
  579. Orientation=Vertical
  580. MeasureName=measureAudioOut_30
  581. X=7R
  582. Y=0r
  583. W=12
  584. H=200
  585. BarColor=#BarColor#
  586. [meter_bar30]
  587. Meter=BAR
  588. Orientation=Vertical
  589. MeasureName=measureAudioOut_30
  590. X=7R
  591. Y=0r
  592. W=12
  593. H=200
  594. BarColor=#BarColor#
  595. [meter_bar31]
  596. Meter=BAR
  597. Orientation=Vertical
  598. MeasureName=measureAudioOut_31
  599. X=7R
  600. Y=0r
  601. W=12
  602. H=200
  603. BarColor=#BarColor#
  604. [meter_bar32]
  605. Meter=BAR
  606. Orientation=Vertical
  607. MeasureName=measureAudioOut_32
  608. X=7R
  609. Y=0r
  610. W=12
  611. H=200
  612. BarColor=#BarColor#
  613. [meter_bar33]
  614. Meter=BAR
  615. Orientation=Vertical
  616. MeasureName=measureAudioOut_33
  617. X=7R
  618. Y=0r
  619. W=12
  620. H=200
  621. BarColor=#BarColor#
  622. [meter_bar34]
  623. Meter=BAR
  624. Orientation=Vertical
  625. MeasureName=measureAudioOut_34
  626. X=7R
  627. Y=0r
  628. W=12
  629. H=200
  630. BarColor=#BarColor#
  631. [meter_bar35]
  632. Meter=BAR
  633. Orientation=Vertical
  634. MeasureName=measureAudioOut_35
  635. X=7R
  636. Y=0r
  637. W=12
  638. H=200
  639. BarColor=#BarColor#
  640.  
  641. ; ----------------------------------
  642. ; METERS NowPlaying
  643. ; ----------------------------------
  644.  
  645. [ProgressBar]
  646. Meter=Bar
  647. X=10
  648. Y=5R
  649. W=659
  650. H=6
  651. BarColor=#BarColor#
  652. SolidColor=0,0,0,75
  653. BarOrientation=HORIZONTAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement