|
|
|
|
|
Alpha_
Posts: 70
|
 |
« Reply #1162 on: 10 Oct '10 - 17:04 » |
Quote
|
I will test it in next days. Can you delete the creation of file "BASS_DSHOW_Debug.txt" ine the same directory where the dll is called from ? I have those files everywhere on my computer lol. Thank. Have you an idea when the 2.4.2 will be available ?
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1376
|
 |
« Reply #1163 on: 11 Oct '10 - 15:15 » |
Quote
|
I will test it in next days. Can you delete the creation of file "BASS_DSHOW_Debug.txt" ine the same directory where the dll is called from ? I have those files everywhere on my computer lol. Thank.
OK i will remove the txt at next release. Have you an idea when the 2.4.2 will be available ? I hope this week  A new update is available: -fixed multi output issues  -added 2 new flags that can be used in BASS_ChannelSetAttribute function #define BASS_ATTRIB_FREQ2 1002 #define BASS_ATTRIB_TEMPO_PITCH 0x10001 Usage: BASS_ChannelSetAttribute(chan,BASS_ATTRIB_FREQ2,50000); //change freq and movie speed BASS_ChannelSetAttribute(chan,BASS_ATTRIB_TEMPO_PITCH,5); //set 5 pitch octaves
DOWNLOAD: http://surodev.com/downloads/BASS_DSHOWupdate.rar Thanks, Ionut Cristea.
|
|
|
|
|
Logged
|
|
|
|
|
Alpha_
Posts: 70
|
 |
« Reply #1164 on: 12 Oct '10 - 16:02 » |
Quote
|
I will test it in next days. Can you delete the creation of file "BASS_DSHOW_Debug.txt" ine the same directory where the dll is called from ? I have those files everywhere on my computer lol. Thank.
OK i will remove the txt at next release. Have you an idea when the 2.4.2 will be available ? I hope this week  A new update is available: -fixed multi output issues  -added 2 new flags that can be used in BASS_ChannelSetAttribute function #define BASS_ATTRIB_FREQ2 1002 #define BASS_ATTRIB_TEMPO_PITCH 0x10001 Usage: BASS_ChannelSetAttribute(chan,BASS_ATTRIB_FREQ2,50000); //change freq and movie speed BASS_ChannelSetAttribute(chan,BASS_ATTRIB_TEMPO_PITCH,5); //set 5 pitch octaves
DOWNLOAD: http://surodev.com/downloads/BASS_DSHOWupdate.rar Thanks, Ionut Cristea. For my usage all work fine, but maybe other people have many problem. The last function missing for me is the dvd functions to control the actions by the keyboard (to control event into the dvd menu for example). Hope that will be present in the next one. Thank again for your good job.
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1376
|
 |
« Reply #1165 on: 12 Oct '10 - 16:15 » |
Quote
|
For my usage all work fine, but maybe other people have many problem. The last function missing for me is the dvd functions to control the actions by the keyboard (to control event into the dvd menu for example). Hope that will be present in the next one.
Thank again for your good job. Thanks, I will release tommorow a version that can control dvd function by keyboard,
|
|
|
|
|
Logged
|
|
|
|
|
Latch
Posts: 89
|
 |
« Reply #1166 on: 13 Oct '10 - 00:28 » |
Quote
|
I've been waiting over a year to finally replace the old BassVideo.dll with Bass_DSHOW.dll in our app. It sounds like its finally ready. Can someone give me a simple VB.Net example of how to send the video to two different places? Sharky, if this works you can count on another license sale and I'll gladly pay it. My users are really tired of the old BassVideo's audio/video synch issues.
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1376
|
 |
« Reply #1167 on: 13 Oct '10 - 08:19 » |
Quote
|
I've been waiting over a year to finally replace the old BassVideo.dll with Bass_DSHOW.dll in our app. It sounds like its finally ready. Can someone give me a simple VB.Net example of how to send the video to two different places? Sharky, if this works you can count on another license sale and I'll gladly pay it. My users are really tired of the old BassVideo's audio/video synch issues. Use this please: BASS_DSHOW_ChannelAddWindow(chan,myHWND); BASS_DSHOW supports up to 10 new Video Windows.  Also a little BASS_DSHOW update: http://surodev.com/downloads/BASS_DSHOW2.4.1.18.rar
|
|
|
|
|
Logged
|
|
|
|
|
ne0ge0
Posts: 24
|
 |
« Reply #1168 on: 13 Oct '10 - 12:35 » |
Quote
|
With BASS_DSHOW version 2.4.18, testing with a karaoke track (.cdg + .mp3):
- BassDShow.BASS_DSHOW_ChannelStop(<streamhandle>) does not stop the audio or video output - Bass.BASS_ChannelStop(<streamhandle>) stops the audio and video output, but does not reset the position to zero (it behaves like pause)
Apart from these, excellent work so far, Sharky.
ne0ge0 Also, do you know when the Bass.Net library will be updated to include the reference to the BASS_DSHOW_ChannelAddWindow() method?
Thanks again for all the great work,
ne0ge0
|
|
|
|
|
Logged
|
|
|
|
|
radio42
Posts: 4012
|
 |
« Reply #1169 on: 13 Oct '10 - 13:06 » |
Quote
|
The Bass.Net library will be updated with the next official release of BASS_DSHOW, which should be 2.4.2.0.
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1376
|
 |
« Reply #1170 on: 13 Oct '10 - 15:44 » |
Quote
|
With BASS_DSHOW version 2.4.18, testing with a karaoke track (.cdg + .mp3):
- BassDShow.BASS_DSHOW_ChannelStop(<streamhandle>) does not stop the audio or video output - Bass.BASS_ChannelStop(<streamhandle>) stops the audio and video output, but does not reset the position to zero (it behaves like pause)
Apart from these, excellent work so far, Sharky.
ne0ge0 Why you don't use BASS_CDG addon to play cdg files? The Bass.Net library will be updated with the next official release of BASS_DSHOW, which should be 2.4.2.0. Thanks, i will notice you soon.
|
|
|
|
|
Logged
|
|
|
|
|
Alpha_
Posts: 70
|
 |
« Reply #1171 on: 13 Oct '10 - 19:12 » |
Quote
|
A little update ? previou dll size was aproximatively 100k and the new one 200 ... ? What's new in this version ?
|
|
|
|
|
Logged
|
|
|
|
|
Alpha_
Posts: 70
|
 |
« Reply #1172 on: 13 Oct '10 - 19:54 » |
Quote
|
A little update ? previou dll size was aproximatively 100k and the new one 200 ... ? What's new in this version ? it's me again  I just tested to play a dvd with my new version of my player using your new dll. *I have modified the message : I cannot play DVD using IFO file as filename in parameter. Can you check for this ? Thank in advance
|
|
|
|
« Last Edit: 13 Oct '10 - 21:26 by Alpha_ »
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1376
|
 |
« Reply #1173 on: 14 Oct '10 - 08:42 » |
Quote
|
Here is a small DVD demo. +Added to BASS_DSHOW capability to select titles and menus from DVD using arrow keys.
|
|
|
|
Logged
|
|
|
|
|
ne0ge0
Posts: 24
|
 |
« Reply #1174 on: 14 Oct '10 - 08:51 » |
Quote
|
Why you don't use BASS_CDG addon to play cdg files?
The DirectShow playback of CDG files is much smoother, and as it's not so CPU intensive, BASS_SFX visualisations can be used simaltaneously without any stuttering. Keep up the good work, ne0ge0
|
|
|
|
« Last Edit: 14 Oct '10 - 08:59 by ne0ge0 »
|
Logged
|
|
|
|
|
Alpha_
Posts: 70
|
 |
« Reply #1175 on: 14 Oct '10 - 17:45 » |
Quote
|
Here is a small DVD demo. +Added to BASS_DSHOW capability to select titles and menus from DVD using arrow keys.
Your DVD Demo work fine, but how do you use it ? Is it a dvdSetOption parameter you use to select and move selection ? thank
|
|
|
|
|
Logged
|
|
|
|
|
Latch
Posts: 89
|
 |
« Reply #1176 on: 14 Oct '10 - 20:26 » |
Quote
|
Use this please: BASS_DSHOW_ChannelAddWindow(chan,myHWND); BASS_DSHOW supports up to 10 new Video Windows.  Unfortunately, that method doesn't yet exist in the Bass.Net library. I guess I'll have to wait for the update 
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1376
|
 |
« Reply #1177 on: 15 Oct '10 - 06:33 » |
Quote
|
Your DVD Demo work fine, but how do you use it ? Is it a dvdSetOption parameter you use to select and move selection ?
thank
No, is not any parameter. All is build in in BASS_DSHOW. So the only thing you have to do is to create a DVD stream. Unfortunately, that method doesn't yet exist in the Bass.Net library. I guess I'll have to wait for the update Sad This will be soon 
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1376
|
 |
« Reply #1178 on: 15 Oct '10 - 12:40 » |
Quote
|
Hello, I think is time that BASS_DSHOW 2.4.2 release. Note: The package contains C++,Delphi,VB headers and examples. Also, the VB headers are not updated with the latest BASS_DSHOW 2.4.2, so if someone could actualize it will be great. Thanks. Download : http://surodev.com/downloads/BASS_DSHOW2.4.2.zip
|
|
|
|
« Last Edit: 15 Oct '10 - 12:54 by Sharky08 »
|
Logged
|
|
|
|
|
(: JOBnik! :)
Posts: 984
|
 |
« Reply #1179 on: 15 Oct '10 - 19:01 » |
Quote
|
Hi  Please use another name and value for this define: #define BASS_ATTRIB_TEMPO_PITCH 0x10001 it's already used in BASS_FX  // tempo attributes (BASS_ChannelSet/GetAttribute) enum { BASS_ATTRIB_TEMPO = 0x10000, BASS_ATTRIB_TEMPO_PITCH, BASS_ATTRIB_TEMPO_FREQ };
Please also see all other add-ons for any: BASS_ATTRIB_xxx Error codes they might have and find unused values to use.
|
|
|
|
« Last Edit: 15 Oct '10 - 19:11 by (: JOBnik! :) »
|
Logged
|
|
|
|
|