|
bensam56
Posts: 65
|
 |
« Reply #1760 on: 20 Sep '11 - 18:47 » |
Quote
|
Can I use the bass fx and vst addon via this .net wrapper for video?
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1377
|
 |
« Reply #1761 on: 20 Sep '11 - 19:01 » |
Quote
|
Yes you can....BASS_FX, BASSMix are fully supported 
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1377
|
 |
« Reply #1762 on: 21 Sep '11 - 15:08 » |
Quote
|
Here are some binaries, that use the new implemented functions: play from memory and user file. PLease try them and report any bugs found. If anyone wants source code of them, i will post it here.
Ionut
|
Bin.zip (538.62 KB - downloaded 22 times.)
|
|
|
Logged
|
|
|
|
|
bensam56
Posts: 65
|
 |
« Reply #1763 on: 21 Sep '11 - 16:35 » |
Quote
|
Hello friend...whether I can use BASSmix addon for multi channel output like Front, Rear, 5.1 channel, etc via that .net wrapper? Becoz I can't able to initialize it.
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1377
|
 |
« Reply #1764 on: 21 Sep '11 - 16:39 » |
Quote
|
Nope, not via that .NET wrapper. That .NET wrapper is only for BASS_DSHOW. You'll need BASS.NET.
Example:
BASS_PluginLoad("BASS_DSHOW.dll",0);
HSTREAM chan = BASS_StreamCreateFile(...)
Because you load BASS_DSHOW like a BASS plugin you don't need to use BASS_DSHOW functions(except for its specific ones: set window, add video window etc, etc).
Ionut
|
|
|
|
|
Logged
|
|
|
|
|
radio42
Posts: 4012
|
 |
« Reply #1765 on: 21 Sep '11 - 19:46 » |
Quote
|
Sorry for being really late...but BASS_DSHOW will shortly be available within Bass.Net!
|
|
|
|
|
Logged
|
|
|
|
|
zmmaj
Posts: 80
|
 |
« Reply #1766 on: 25 Sep '11 - 17:51 » |
Quote
|
Nothing yet about CALLBACK's  (((
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1377
|
 |
« Reply #1767 on: 26 Sep '11 - 14:46 » |
Quote
|
Two more days and i will release new BASS_DSHOW, callbacks will be included also 
|
|
|
|
|
Logged
|
|
|
|
|
iwanmahe
Posts: 4
|
 |
« Reply #1768 on: 27 Sep '11 - 12:44 » |
Quote
|
I'm using vb6. when playing mpeg1 video files, i want to change both audio to left or right. Just like using fsfwrap.dll ( www.gdcl.co.uk). Please... How can i do that?
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1377
|
 |
« Reply #1769 on: 27 Sep '11 - 12:48 » |
Quote
|
This feature is already implemented in the new BASS_DSHOW/xVideo. 
|
|
|
|
|
Logged
|
|
|
|
|
iwanmahe
Posts: 4
|
 |
« Reply #1770 on: 27 Sep '11 - 14:13 » |
Quote
|
Great! Thx's Ionut Cristea. I'll try on it...
|
|
|
|
|
Logged
|
|
|
|
|
iwanmahe
Posts: 4
|
 |
« Reply #1771 on: 27 Sep '11 - 14:24 » |
Quote
|
Great! Thx's Ionut Cristea. I'll try on it...
 Ionut Cristea, can u please show me how to implement it??
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1377
|
 |
« Reply #1772 on: 27 Sep '11 - 14:53 » |
Quote
|
It's just been implemented on the new version. This version wasn't been released yet, but it will be available in about 1-2 days(need to finish documentation).
Ionut
|
|
|
|
|
Logged
|
|
|
|
|
iwanmahe
Posts: 4
|
 |
« Reply #1773 on: 27 Sep '11 - 15:06 » |
Quote
|
Thank you very much. I'm going to implement it in vb6.
|
|
|
|
|
Logged
|
|
|
|
|
Astro29
Posts: 179
|
 |
« Reply #1774 on: 29 Sep '11 - 03:38 » |
Quote
|
Great to see you've revived this library, Ionut ... I will try out the new version 2.4.2 when you official release it 
|
|
|
|
|
Logged
|
|
|
|
|
zmmaj
Posts: 80
|
 |
« Reply #1775 on: 29 Sep '11 - 12:24 » |
Quote
|
Tnx man... I was put same question " how CALLBACK make it work from another function" on several forum sites, and nobody know... So this will bee just great, if I can use another functions for same purpose... Tnx Again 
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1377
|
 |
« Reply #1776 on: 29 Sep '11 - 12:31 » |
Quote
|
The old callbacks is available too...and new functions similar to bass are also available....now all i have to fo is to update documentation and finish some sqmples.demo...and.the nww version will be available
|
|
|
|
|
Logged
|
|
|
|
|
gyrosp
Posts: 31
|
 |
« Reply #1777 on: 30 Sep '11 - 10:26 » |
Quote
|
I'm very new to Bass.net and don't undestand everything yet  . I'd like to play Audio and Video files and streams. Can I do this with only using Bass.net? Do I need BASS_DSHOW.dll or BASS_DSHOW.NET.dll? Right now I'm using BASS_DSHOW.NET.dll with Functions.xVideo... but this i quite unhandy. What is the easiest way to deal with video and audio files and streams?
|
|
|
|
|
Logged
|
|
|
|
|
Astro29
Posts: 179
|
 |
« Reply #1778 on: 30 Sep '11 - 16:14 » |
Quote
|
BASS_DSHOW.NET.DLL doesn't really exist, currently Bass.Net.DLL is used and supports BASS_DSHOW.DLL plugin version 2.4.1 (radio24 is updating it to work with this new version 2.4.2 when its ready)
|
|
|
|
|
Logged
|
|
|
|
|
zmmaj
Posts: 80
|
 |
« Reply #1779 on: 2 Oct '11 - 09:14 » |
Quote
|
well... where is update? 
|
|
|
|
|
Logged
|
|
|
|
|