18 Jun '13 - 06:27 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Developments / BASS / Re: BASS_GetDeviceInfo() returns recording devices on Mac OSX on: 17 Aug '12 - 13:17
Thank you! New version solved the problem.
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: BASS_GetDeviceInfo() returns recording devices on Mac OSX on: 16 Aug '12 - 08:49
BASS_GetVersion() returns 0x2040800. This is the latest version right?
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: BASS_GetDeviceInfo() returns recording devices on Mac OSX on: 15 Aug '12 - 20:55
Not sure what version, it came with the latest NativeBass release. I'll check the version tomorrow. I have feeling that this is a problem with NativeBass spefically.
ReplyReply Reply with quoteQuote
4  Developments / BASS / Re: BASS_GetDeviceInfo() returns recording devices on Mac OSX on: 15 Aug '12 - 08:40
The example only shows output devices.

This code prints also input devices:
BASS_DEVICEINFO info = BASS_DEVICEINFO.allocate();
        int i = 1;

        //Get information on system devices
        while (Bass.BASS_GetDeviceInfo(i, info)) {
            System.out.println(info.getName());
           
            i++;
        }
ReplyReply Reply with quoteQuote
5  Developments / BASS / Re: BASS_GetDeviceInfo() returns recording devices on Mac OSX on: 14 Aug '12 - 20:10
Thank you! =) I'll report back tomorrow when I have a chance to test it out.
ReplyReply Reply with quoteQuote
6  Developments / BASS / Re: BASS_GetDeviceInfo() returns recording devices on Mac OSX on: 14 Aug '12 - 13:29
I'm not able to get C build chain together, so could you give me pre-built binaries for the example?
ReplyReply Reply with quoteQuote
7  Developments / BASS / BASS_GetDeviceInfo() returns recording devices on Mac OSX on: 30 Jul '12 - 16:45
Title says it all. On Mac GetDeviceInfo() returns also recording devices. Is this problem with BASS or just because I'm using NativeBass? On Windows everything works fine.
ReplyReply Reply with quoteQuote
8  Developments / BASS / Re: BASS_DSHOW Video Library on: 11 Feb '12 - 14:21
Trying to register, but the form only seems to send email to my own email.
ReplyReply Reply with quoteQuote
9  Developments / BASS / Re: BASS_DSHOW Video Library on: 26 Nov '11 - 21:33
When shall we see the next release?

Hopefully soon, I'd like to be able to get the play position and total length of a playing DVD Shocked

Everything else seems to work fine
I was talking about BASS_DSHOW, not the .NET api.
ReplyReply Reply with quoteQuote
10  Developments / BASS / Re: BASS_DSHOW Video Library on: 26 Nov '11 - 14:43
When shall we see the next release?
ReplyReply Reply with quoteQuote
11  Developments / BASS / Re: BASS_DSHOW Video Library on: 12 Nov '11 - 08:51
Still having the same problem. All the other functions are working, but ChannelSetAttribute is not.
ReplyReply Reply with quoteQuote
Pages: [1]
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines