News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - vbfan

#1
Thanks. I got the idea and managed it with success.  :D Actually I was confused with the concept of e.
It's working fine now.You helped me a lot (as usual :) ). Thanks again. 
#2
Hi,
using VB.Net 2008. I'm intended to use two custom VUMeters for two different players, say VUmeter1 for Player1 and VUMeter2 for Player2. 
Embedded VUMeters are working fine but I want to use customized VUMeters that have the property

VUMeter1.Level  'can handle a value from 0 to 40000

I've the following VUMeter related code:
In the Form Load I've:
     AudioDjStudio1.DisplayVUMeter.Create(Player1, VuMeter1.Handle)
     AudioDjStudio1.DisplayVUMeter.Create(Player2, VuMeter2.Handle)


For event Handling:
Private Sub audioDjStudio1_VUMeterValueChange(ByVal Sander As Object, ByVal e As AudioDjStudio.VUMeterValueChangeEventArgs) _ HandlesudioDjStudio1.VUMeterValueChange
        VUMeter1.Value = e.nPeakLeft   'Works fine only for Player1
End Sub


I don't know how to drive my VUMeter2 from Player2. I admit that I'm missing some extremely basic concept (especially with event handling). :-\ I've studied documentation but could not figure it even after spending a whole day. Can you please reveal the correct syntax and concept that can drive two VUMeters (VUMeter1 and VUMeter2) from two different Players(Player1 and Player2)?  :)
Best regards.
#3
Hi,
Currently exploring Audio Dj Studio.NET. I've no playlist, so every time a single song is loaded in the player. I've a checkbox with text "Repeat". I want that if checkbox is checked during playback, song is repeated (infinite loop) and vice versa. Tried the loop related functions but problem is that they work like for example:

< initially checkbox is unchecked >
1: Load a song > check the checkbox > hit the play button. Song will play in loop. It's OK  :)
2: Load a song > hit the Play button > check the check box. Song will not play in loop.

What function or code I should use that can toggle the loop mode during play back.  I don't know what I'm missing. Please guide me in this regard?

Thanks and Regards.
#4
Hi Severino Delaurenti,
Thanks for your good reply.  :)
As the guideline you provided, I'll take a tour of the link and will try to manage it. As I mentioned that I'm not an expert but just a learner so it might be a little tough for me but it would be a great excercise to explore this area. Hope you'll help in the next comming issues. 
Bundle of thanks again.
Regards
vbfan.
#5
Hi, my first post so my apologies if I'm breaking some forum rules. :)
I'm exploring "Audio dj studio for .NET" and found it great and almost "all in one" utility. I'm Currently developing a media application on experimental bases in VB.NET 2008, Windows 7. I'm just curious about how to play .ra and .rm file formats? I've latest version of k_lite codec pack installed. VLC player, with its activex control, can play these formats fine but I want to go entirely with adjstudio. Can you guide me how can I manage to play these formats with adjstudio?
If adjstudio can't play these formats, then how can I communicate between vlc activex player and Audio dj studio for .NET to enjoy other functionality of adjstudio (if i use some other player component such as "axvlc.dll" and use its output for adjstudio EQ, VUmeter etc.).
I'm not an expert so please keep it simple to me.  :)
Thanks a lot for help and guideline.