19 Jun '13 - 09:35 *
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] 2 3 ... 70
1  Developments / BASS / Re: Tuner and fft on: 15 Jun '13 - 16:51
You could check out KissFFT, which is a lightweight, no-nonsense and easy-to-use C++ FFT library.
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: Comparing two audio files on: 13 Jun '13 - 17:54
Maybe you should read up on acoustig fingerprinting: https://en.wikipedia.org/wiki/Acoustic_fingerprint - there are existing frameworks that you could even use.
ReplyReply Reply with quoteQuote
3  Developments / XMPlay / Re: Suggestions for 3.8 on: 12 Jun '13 - 10:51
2500 posts, wohoo! Congrats Dotpitch! Grin
ReplyReply Reply with quoteQuote
4  Developments / XMPlay / Re: Album and Cover Art Vis Plugin - with auto download (xmp-coverart rev.7) on: 11 Jun '13 - 17:29
Let's hope not. A CD is still superior to any .mp3 or other lossy compression format.
So? It has practically no advantage over any lossless format. CDs will become obsolete, it's just the question when the mainstream will finally recognize this.
ReplyReply Reply with quoteQuote
5  Developments / BASS / Re: [SOLVED] Problem with tags character encoding on: 9 Jun '13 - 14:32
there is no way to know or detect it.
There are heuristics for it, though, such as the IsTextUnicode WinAPI function (which is probably not the best thing to use, though). Not every ANSI string is a valid UTF-8 string, so heuristics can help detecting the correct interpretation.
ReplyReply Reply with quoteQuote
6  Developments / XMPlay / Re: Album and Cover Art Vis Plugin - with auto download (xmp-coverart rev.7) on: 8 Jun '13 - 00:31
[OT]
I wonder when blank CD images like this one will become as obsolete as "Folder" and "Disk" icons in menu toolbars...
[/OT]
ReplyReply Reply with quoteQuote
7  Developments / BASS / Re: zip plugin for BASS on: 6 Jun '13 - 21:11
Exactly, it's not all that difficult:
http://www.un4seen.com/forum/?topic=14830.msg103191#msg103191
ReplyReply Reply with quoteQuote
8  Developments / XMPlay / Re: Suggestions for 3.8 on: 5 Jun '13 - 22:00
Well, let's not forget that this is under the DSP tab and not the Appearance tab. Sure this is not an argument for not translating the volume setting automatically, but at the same time you can just interpret it as a different DSP function being applied.
ReplyReply Reply with quoteQuote
9  Developments / XMPlay / Re: Suggestions for 3.8 on: 5 Jun '13 - 21:21
Not only, it determines whether the volume (0...100) is scaled logarithmically or linearly. As an example, if the volume is scaled linearly, half volume is at 50 (should make sense), otherwise it's at something like 90% of the volume bar (-6dB).
ReplyReply Reply with quoteQuote
10  Developments / XMPlay / Re: Suggestions for 3.8 on: 5 Jun '13 - 17:19
Quote
but that doesn't affect the output on the written file. Or does it?
It should.
ReplyReply Reply with quoteQuote
11  Developments / BASS / Re: Cut silent audio file end on: 4 Jun '13 - 11:54
Well, if it's realtime, you obviously can't look into the future. You could play the track on a decoding channel beforehand and check for silence, then render it again on your encoder, but only up to that point.
ReplyReply Reply with quoteQuote
12  Developments / XMPlay / Re: A cuestion about Cue sheets on: 2 Jun '13 - 00:20
Listing sub tunes as separate playlist entries has been requested before, but it hasn't made it into the last several versions of XMPlay.
ReplyReply Reply with quoteQuote
13  Developments / BASS / Re: BASS_VST - how to check if a dll is a valid vst file ? on: 1 Jun '13 - 15:21
Check the "synth" example in the BASS package - this is basically what you want to do, but instead of generating your own tones, you'd feed the rendered VST data into BASS. If you don't need BASS' functionality itself, though, it might be easier to plug your output into BASSASIO directly.
ReplyReply Reply with quoteQuote
14  Developments / BASS / Re: BASS_VST - how to check if a dll is a valid vst file ? on: 1 Jun '13 - 13:59
Sure, you could feed the VST's output back into BASS using e.g. DSP functions, I'm sure there are even better ways which I'm not aware of because I haven't used BASS for things like this specifically. Let me tell you that writing a good and stable VST host involves a lot of black magic and head-desking, though. Smiley
ReplyReply Reply with quoteQuote
15  Developments / XMPlay / Re: Suggestions for 3.8 on: 1 Jun '13 - 13:19
Exactly that. Not everyone listens to streamed music format exclusively, for which it wouldn't make sense (unless you are lacking an MP3 to WAV converter, for example).
ReplyReply Reply with quoteQuote
16  Developments / XMPlay / Re: Suggestions for 3.8 on: 31 May '13 - 17:57
The advantage of the disk writer context menu entry is that it can be reached quickly. I like that idea.
ReplyReply Reply with quoteQuote
17  Developments / XMPlay / Re: Flantastic - A Face for XMPlay - Bahamondes & Furan on: 31 May '13 - 17:28
Quote
No comments this time about this skin, please.
This is just silly.
ReplyReply Reply with quoteQuote
18  Developments / BASS / Re: BASS_VST - how to check if a dll is a valid vst file ? on: 30 May '13 - 21:01
I never used BASS_VST, so I can't answer that question. If there's any kind of documentation, it might give you some clues. I don't really think that there are any relevant shell plugins apart from WAVES out there, and even those are available as stand-alone plugins, I believe.
ReplyReply Reply with quoteQuote
19  Developments / BASS / Re: BASS_VST - how to check if a dll is a valid vst file ? on: 30 May '13 - 19:40
Many plugins don't support effGetPlugCategory and will return the default category, but shell plugins like WAVES should.
It is entirely possible that plugins crash if you don't call effClose, I'd say that is poor programming but sadly there are so many bad plugins out there that you can't simply ignore it.
ReplyReply Reply with quoteQuote
20  Developments / BASS / Re: BASS_VST - how to check if a dll is a valid vst file ? on: 30 May '13 - 18:18
Uhm, how about FreeLibrary(library);? That's how you unload dynamically loaded libraries in Windows. Also, you can't "just scan" a plugin, you have to load the completely library and query its VST entry to find out if it's a plugin. WAVES plugins shouldn't be an exception there.
ReplyReply Reply with quoteQuote
Pages: [1] 2 3 ... 70
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines