19 May '13 - 06:07 *
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 for iOS (iPhone/iPad) armv7s on: 20 Sep '12 - 20:42
Trying to link with the latest xCode and IOS6 and getting the following


ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/xxxx/libbass.a for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

(xxxx is my personal directory information)
ReplyReply Reply with quoteQuote
2  Developments / BASS / Getting new length after tempo change on: 22 Mar '11 - 21:49
After applying a tempo change to a stream, how can I determine the new playback time of the stream?  GetLength seems to still return the actual size of the stream, not the modified one.

I'm sure I'm just missing a flag or a call.

ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: Can BASS be used on iTunes music on: 9 Mar '11 - 19:55
How do you use a plugin in IOS code?  if I include the hearder and call BASS_AAC_StreamCreateFile, I get ld: warning: in libbass_aac.dylib, missing required architecture armv6 in file

ReplyReply Reply with quoteQuote
4  Developments / BASS / BASS and IOS 4.3 on: 9 Mar '11 - 19:27
Anyone know of any issues with BASS and IOS 4.3 (which just came out today?)
ReplyReply Reply with quoteQuote
5  Developments / BASS / Can BASS be used on iTunes music on: 2 Mar '11 - 20:17
Is there anyway that BASS can be used on music from your itunes library?  There are several DJ apps out there today that profess that you can select music from you iTunes library, however I don't see how to do that with BASS?
ReplyReply Reply with quoteQuote
6  Developments / BASS / Re: Can BASS_StreamCreateFile read/play from iTunes Library - iOS - iPhone on: 26 Feb '11 - 06:56
Thanks, I'll look into it.   Somehow it has to be possible as there are several DJ apps out there that allow all kinds of mods to iTunes Listed songs.
ReplyReply Reply with quoteQuote
7  Developments / BASS / Re: how can I draw a waveform using Bass ChannelGetData ? on: 24 Feb '11 - 18:10
Where are the visualization examples?
ReplyReply Reply with quoteQuote
8  Developments / BASS / Can BASS_StreamCreateFile read/play from iTunes Library - iOS - iPhone on: 24 Feb '11 - 15:32
So can BASS_StreamCreateFile open a file from the iTunes library and play it?


decoder=BASS_StreamCreateFile(FALSE, [respath UTF8String], 0, 0, BASS_STREAM_DECODE);

if so any help on what the code would look like?
ReplyReply Reply with quoteQuote
Pages: [1]
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines