23 May '13 - 13:37 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: 1 ... 52 53 [54] 55 56 ... 60
  Reply  |  Print  
Author Topic: BASS.NET API 2.4.10.1  (Read 368974 times)
BulleTTime
Guest
« Reply #1060 on: 20 Feb '12 - 12:21 »
Reply with quoteQuote

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: 4012


« Reply #1061 on: 20 Feb '12 - 14:28 »
Reply with quoteQuote

See your other post (no duplicates please)...
Logged
PrzemCio
Guest
« Reply #1062 on: 26 Feb '12 - 18:33 »
Reply with quoteQuote

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 »
Reply with quoteQuote

On Windows 7 it should be in "C:\Users\%username%\AppData\Roaming\BASS.NET\Samples\", did you check that Folder?
Logged
radio42
Posts: 4012


« Reply #1064 on: 9 Mar '12 - 17:11 »
Reply with quoteQuote

09.03.2012: Version 2.4.8.5 is out!

BASS: added support for v2.4.8.13
BASSenc: added support for v2.4.9.0

Full Install:
 www.un4seen.com/filez/4/Bass24.Net.zip

Lib only:
 www.un4seen.com/filez/4/Bass24.Net_update.zip

Logged
smoodilo
Guest
« Reply #1065 on: 21 Mar '12 - 11:04 »
Reply with quoteQuote

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: 4012


« Reply #1066 on: 21 Mar '12 - 15:19 »
Reply with quoteQuote

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 »
Reply with quoteQuote

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 »
Reply with quoteQuote

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
radio42
Posts: 4012


« Reply #1069 on: 3 Apr '12 - 10:05 »
Reply with quoteQuote

This is a bad-image-format-exception.
E.g. you are tying to load a 32-bit dll into a 64-bit application.
Details can be found here:
http://www.un4seen.com/forum/?topic=13277.msg92581;topicseen#msg92581
Logged
ramesh.joshi
Posts: 3


« Reply #1070 on: 3 Apr '12 - 11:07 »
Reply with quoteQuote

Thank you very much   Smiley
Running perfectly  Smiley
Logged
radio42
Posts: 4012


« Reply #1071 on: 3 Apr '12 - 11:56 »
Reply with quoteQuote

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.zip

Lib only:
 www.un4seen.com/filez/4/Bass24.Net_update.zip

Logged
smodielo
Guest
« Reply #1072 on: 3 Apr '12 - 16:14 »
Reply with quoteQuote

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: 4012


« Reply #1073 on: 3 Apr '12 - 16:31 »
Reply with quoteQuote

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 »
Reply with quoteQuote

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 »
Reply with quoteQuote

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 »
Reply with quoteQuote

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
radio42
Posts: 4012


« Reply #1077 on: 3 Apr '12 - 19:18 »
Reply with quoteQuote

You might also take a look to the documentation, the provided C# samples etc.
Or here: http://www.bass.radio42.com/help/Index.html
Logged
jjohnston
Posts: 36


« Reply #1078 on: 4 May '12 - 23:05 »
Reply with quoteQuote

ETA on 2.4.9 support? Looking forward to using that sweet new resampling code  Wink
Logged
radio42
Posts: 4012


« Reply #1079 on: 7 May '12 - 10:26 »
Reply with quoteQuote

Yes, a new Bass.Net version will be ready today or tomorrow.
Logged
Pages: 1 ... 52 53 [54] 55 56 ... 60
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines