|
BulleTTime
Guest
|
 |
« Reply #1060 on: 20 Feb '12 - 12:21 » |
Quote
|
Though its a warning, im not able to compile. Would there be any way to use BassNet and the other classes without getting a compile error?
Thanks
|
|
|
|
|
Logged
|
|
|
|
|
radio42
Posts: 4030
|
 |
« Reply #1061 on: 20 Feb '12 - 14:28 » |
Quote
|
See your other post (no duplicates please)...
|
|
|
|
|
Logged
|
|
|
|
|
PrzemCio
Guest
|
 |
« Reply #1062 on: 26 Feb '12 - 18:33 » |
Quote
|
Hello everybody,
I have installed Bass.NET 3 times and still there is no Samples folder... wtf? There is everything else...
|
|
|
|
|
Logged
|
|
|
|
|
gnag
Posts: 160
|
 |
« Reply #1063 on: 26 Feb '12 - 19:27 » |
Quote
|
On Windows 7 it should be in "C:\Users\%username%\AppData\Roaming\BASS.NET\Samples\", did you check that Folder?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
smoodilo
Guest
|
 |
« Reply #1065 on: 21 Mar '12 - 11:04 » |
Quote
|
I am trying to add some markers with WaveForm.MARKERDRAWTYPE.Line.
Is it correct that the vertical line is only as long as the waveforms amplitude? If I draw a marker on a silent part I don't see a vertical line. If I draw one on a loud part I can see the line. Can I change this behaviour?
Thanks again
|
|
|
|
|
Logged
|
|
|
|
|
radio42
Posts: 4030
|
 |
« Reply #1066 on: 21 Mar '12 - 15:19 » |
Quote
|
No, the height of a marker line is defined by the "MarkerLength" property and has nothing to do with any 'amplitude'. The "MarkerLength" property gets or sets the length of the marker line to be drawn in percentage of the total height (default is 0.1 = 10%).
How are you adding a marker?
|
|
|
|
|
Logged
|
|
|
|
|
smoodilo
Guest
|
 |
« Reply #1067 on: 21 Mar '12 - 18:31 » |
Quote
|
I was using your example, which does not set the markerlength property. So I saw a line of 10%. It's clear to me now.
Thanks
|
|
|
|
|
Logged
|
|
|
|
|
ramesh.joshi
Posts: 3
|
 |
« Reply #1068 on: 3 Apr '12 - 09:09 » |
Quote
|
Hello Everyone, I am using this library in my .NET project, but what ever examples or code i am seeing in the internet i am getting the common error in all examples. When below code gets executed
BASS_Init(-1, 44100, BASS_DEVICE_DEFAULT, IntPtr.Zero, Nothing)
Or
Bass.BASS_Init(-1, 44100, BASSInit.BASS_DEVICE_DEFAULT, System.IntPtr.Zero);
i get the following error
(Exception from HRESULT: 0x8007000B)
Please help me out on this issues.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
ramesh.joshi
Posts: 3
|
 |
« Reply #1070 on: 3 Apr '12 - 11:07 » |
Quote
|
Thank you very much  Running perfectly 
|
|
|
|
|
Logged
|
|
|
|
|
radio42
Posts: 4030
|
 |
« Reply #1071 on: 3 Apr '12 - 11:56 » |
Quote
|
03.04.2012: Version 2.4.8.6 is out! BASSenc: added support for v2.4.9.1 BASS_ASIO: added support for v1.2.0.0 BASSCD: added support for v2.4.5.2 BASSMIDI: added support for v2.4.6.11 BASS_DSHOW: added support for v1.2.2.0 General: - Broadcast: new BroadCastEventType.Reconnected added - WaveForm: Marker drawing bug-fix Full Install: www.un4seen.com/filez/4/Bass24.Net.zipLib only: www.un4seen.com/filez/4/Bass24.Net_update.zip
|
|
|
|
|
Logged
|
|
|
|
|
smodielo
Guest
|
 |
« Reply #1072 on: 3 Apr '12 - 16:14 » |
Quote
|
Bernd,
I was thinking, and it's a long shot: But I have a problem with ChannelSetPosition in combination with Bass_Dshow (the video starts playing when in pause if I try to set the position. Is it possible that there is a bug in your wrapper for this somewhere? Could you please check, just to rule this out?
|
|
|
|
|
Logged
|
|
|
|
|
radio42
Posts: 4030
|
 |
« Reply #1073 on: 3 Apr '12 - 16:31 » |
Quote
|
No, that's all plain 1:1 calls to DSHOW - no extra code in my wrapper - so it must somehow be related inside BASS_DHSOW I guess.
|
|
|
|
|
Logged
|
|
|
|
|
ramesh.joshi
Posts: 3
|
 |
« Reply #1074 on: 3 Apr '12 - 16:55 » |
Quote
|
Hi all, i am using BASS.NET Dll with my WPF application and trying to create a small mp3 player application. How can i use this DLL, can anyone help me out on this issue or is there any sample for this ? I downloaded samples from " http://www.un4seen.com/" but is not working. Thanks in advance.
|
|
|
|
|
Logged
|
|
|
|
|
smoodilo
Guest
|
 |
« Reply #1075 on: 3 Apr '12 - 17:41 » |
Quote
|
No, that's all plain 1:1 calls to DSHOW - no extra code in my wrapper - so it must somehow be related inside BASS_DHSOW I guess.
Ok, thanks.
|
|
|
|
|
Logged
|
|
|
|
|
gnag
Posts: 160
|
 |
« Reply #1076 on: 3 Apr '12 - 18:48 » |
Quote
|
Hi all, i am using BASS.NET Dll with my WPF application and trying to create a small mp3 player application. How can i use this DLL, can anyone help me out on this issue or is there any sample for this ? I downloaded samples from " http://www.un4seen.com/" but is not working. Thanks in advance. You should not use this Thread, please create a new one next time, also "is not working" is not an Error Description which lets us help you out much. You have to check if the Bass.Net.dll is referenced in your Project (Visual Studio Project Explorer -> References) and also verify that Bass.dll is either in the Executable File Folder or in C:\Windows\system32 or C:\Windows\SysWOW64 (If you use a 64 Bit Windows).
|
|
|
|
|
Logged
|
|
|
|
|
|
|
jjohnston
Posts: 36
|
 |
« Reply #1078 on: 4 May '12 - 23:05 » |
Quote
|
ETA on 2.4.9 support? Looking forward to using that sweet new resampling code 
|
|
|
|
|
Logged
|
|
|
|
|
radio42
Posts: 4030
|
 |
« Reply #1079 on: 7 May '12 - 10:26 » |
Quote
|
Yes, a new Bass.Net version will be ready today or tomorrow.
|
|
|
|
|
Logged
|
|
|
|
|