It is currently March 29th, 2024, 12:48 pm

DJ Turntable

Media controls, music players, video and animated visualizers
Kmafin
Posts: 29
Joined: March 23rd, 2017, 7:35 am

DJ Turntable

Post by Kmafin »

Image

I hope you like it!

Change playername and path from Options.inc. Install included font! Press the left mouse button on top of the green button to toggle mute off/on. Mouseover on top of the cover to see artist-, album-, song- names and position/duration.

ChangeLog:

v1.5
- Added "titles" for buttons.
- Improved code slightly.

v1.4
- Added rotator to "tone-arm".
- Replaced power button.
- Added toggle off/on mute button (the green).
- Added a clickable adjustment to volume progress.
- Added blinking "Peek Indicator" (blinks only when the music is playing).

v1.0
- First version.

My other skins can be found here: http://hekee.deviantart.com/.
You do not have the required permissions to view the files attached to this post.
Last edited by Kmafin on April 30th, 2017, 7:41 pm, edited 8 times in total.
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: DJ Turntable

Post by CyberTheWorm »

First off, very nice skin.
I think it would be better if the volume slider could adjust the actual volume not just mute it.
I would be good if you could have the tonearm move to the center of the record as the song progresses.

Just some thoughts.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
Kmafin
Posts: 29
Joined: March 23rd, 2017, 7:35 am

Re: DJ Turntable

Post by Kmafin »

CyberTheWorm wrote:First off, very nice skin.
I think it would be better if the volume slider could adjust the actual volume not just mute it.
I would be good if you could have the tonearm move to the center of the record as the song progresses.

Just some thoughts.
Thank you! You can adjust with MouseScroll, I will add to next update possibility to adjust it by clicking. I was thinking the same, but I didn't figure out how to do that, so... :thumbdown: If anyone can help me with that, I would be greatful!
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: DJ Turntable

Post by CyberTheWorm »

Kmafin wrote:Thank you! You can adjust with MouseScroll, I will add to next update possibility to adjust it by clicking. I was thinking the same, but I didn't figure out how to do that, so... :thumbdown: If anyone can help me with that, I would be greatful!
Replace the METER_ARM_START with the code below and add the MEASURE_ARM_MOVE

Code: Select all

[METER_ARM_START]
Meter=Rotator
MeasureName=MEASURE_ARM_MOVE
ImageName="#@#Images\Arm_Start.png"
X=459
Y=180
StartAngle=(Rad(-3))
RotationAngle=(Rad(18))
OffsetX=157
OffsetY=99

[MEASURE_ARM_MOVE]
Measure=Calc
Formula=MEASURE_POSITION/(MEASURE_DURATION + 0.001)
By the way I was thinking of doing something like this but yours is way better :thumbup:
Last edited by CyberTheWorm on April 13th, 2017, 6:25 am, edited 1 time in total.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: DJ Turntable

Post by CyberTheWorm »

The (MEASURE_DURATION + 0.001) is to stop divide by 0
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
Kmafin
Posts: 29
Joined: March 23rd, 2017, 7:35 am

Re: DJ Turntable

Post by Kmafin »

CyberTheWorm wrote:Replace the METER_ARM_START with the code below and add the MEASURE_ARM_MOVE

Code: Select all

[METER_ARM_START]
Meter=Rotator
MeasureName=MEASURE_ARM_MOVE
ImageName="#@#Images\Arm_Start.png"
X=459
Y=180
StartAngle=(Rad(-3))
RotationAngle=(Rad(18))
OffsetX=157
OffsetY=99

[MEASURE_ARM_MOVE]
Measure=Calc
Formula=MEASURE_POSITION/(MEASURE_DURATION + 0.001)
By the way I was thinking of doing something like this but yours is way better :thumbup:
Omg, thank you very much... Its damn cool now and im really happy about it. :thumbup: Im sure you would have done amazing job.
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: DJ Turntable

Post by CyberTheWorm »

Kmafin wrote:Omg, thank you very much... Its damn cool now and im really happy about it. :thumbup: Im sure you would have done amazing job.
No Problem, just paying back the help so many gave me. Glad I could help.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page