Search found 77 matches: wav

Return to advanced search

VGuitar

Questo esempio funziona perfettamente, l'inconveniente è che nella function giro(), SndPlaySound( "Accordi\Beat68.wav", 1 ) viene interrotta da SndPlaySound( "Accordi\"+aFile[t]+".wav", 1 ). Io vorrei invece che rimanesse in esecuzione SndPlaySound( "Accordi\Beat68.wav", 1 ) in ...
by Lisa Giordano
Sat Aug 30, 2008 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SndPlaySound Virtual Guitar
Replies: 5
Views: 991

SndPlaySound Virtual Guitar

... a sviluppare una utility per chitarra che consente di suonare gli accordi memorizzando le progressioni, i vari accordi sono registrati in wav per cui uso SndPlaySound per suonarli. Ora, vorrei aggiungere una base di Drum ma non so come eseguire contemporaneamente due SndPlaySound. Help me
by Lisa Giordano
Fri Aug 29, 2008 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SndPlaySound Virtual Guitar
Replies: 5
Views: 991

Antonio.
MsgInfo( File( CURDIR() + "\TEST.WAV" ) devuelve .t.

msginfo( sndPlaySound( CURDIR() + "\TEST.WAV", nOr( SND_ASYNC, SND_LOOP, SND_NOSTOP, SND_FILENAME ) )) devuelve .t.

El caso es que en una Pda con Ppc 2003 funciona.
by Salvador
Wed Jul 16, 2008 10:52 am
 
Forum: FiveWin para Pocket PC
Topic: SndPlaysound() en Windows Mobile 6
Replies: 7
Views: 1063

Salvador,

Tambien puedes comprobar, aunque sea obvio, que el fichero esté ahí:

MsgInfo( File( CURDIR() + "\TEST.WAV" ) )
by Antonio Linares
Wed Jul 16, 2008 8:57 am
 
Forum: FiveWin for Pocket PC
Topic: SndPlaySound() en Windos Mobile 6
Replies: 2
Views: 814

Salvador,

sndPlaySound() devuelve un valor lógico indicando si se ha podido reproducir el fichero.

Cambia hb_retnl() por hb_retl() y comprueba desde el PRG el valor que te devuelve:

MsgInfo( sndPlaySound( CURDIR() + "\TEST.WAV", nOr( SND_ASYNC, SND_LOOP, SND_NOSTOP, SND_FILENAME ) ) )
by Antonio Linares
Wed Jul 16, 2008 8:55 am
 
Forum: FiveWin for Pocket PC
Topic: SndPlaySound() en Windos Mobile 6
Replies: 2
Views: 814

Puedes Grabar tus SONIDOS en formato .WAV y llamar directamente en tu programa.

Graba todos los ficheros .WAV, directamente en tu ARCHIVO.RES con un tamaño asta 1.052.000 Bytes, use cuantos necessitar.

El comando que los accionan és SNDPLAYRES. Identico a SNDPLAYSOUND.

Saludos.
by karinha
Mon Jun 16, 2008 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Locucion - Reproducción de mensajes sonoros
Replies: 2
Views: 534

Hola

... oBmp FILE cFile ID 15 OF oDlx ADJUST cPath := cFilePath( GetModuleFileName( GetInstance() ) ) oActiveX = TActiveX():Redefine( 16, oDlx, "ShockwaveFlash.ShockwaveFlash.9" ) oActiveXX = TActiveX():Redefine( 19, oDlx, "ShockwaveFlash.ShockwaveFlash.9" ) dbselectarea( "BITACORA" ) dbgotop() oBrw ...
by AIDA
Tue Apr 29, 2008 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se pone txbrowse en un folder (ya resuelto gracias)
Replies: 10
Views: 2346

Carlos, Probá poniendo, a continuación de las definiciones de los gets, lo siguiente: odlgh02:bGotFocus = { || msgsound("TuSonido.wav") } odlgh03:bGotFocus = { || msgsound("TuSonido.wav") } odlgh07:bGotFocus = { || msgsound("TuSonido.wav") } Obviamente en "TuSonido.wav" tenés que poner ...
by rolando
Sun Mar 02, 2008 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre un GET
Replies: 3
Views: 828

Consulta sobre un GET

Hoal Amigos: Tengo una ventana con unos get que quiero que cada vez que coja el foco tres de ellos haga sonar un WAV, quiero que suenen el wav cuando entren en odlgh02, odlgh07 y odlgh03 la parte del codigo es : DEFINE DIALOG Modicu6 OF oDlgw PIXEL FROM 0,0 TO 470,800 TITLE "Alta ...
by colthop
Sun Mar 02, 2008 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre un GET
Replies: 3
Views: 828

Length de audio

Antonio

Saludos para ti y los tuyos

Puedo saber la longitud de un archivo de sonido *.wav , *.wma o cualquier pista de CD en tiempo?

Estube buscando el los samples mmedia

Gracias antonio

Jairo Barbosa
by jaba
Wed Feb 06, 2008 12:42 pm
 
Forum: FiveWin para CA-Clipper
Topic: Length de audio
Replies: 1
Views: 803

Para Antonio Linares, salida abrupta ...

... oMsgItem[4]:SetText("Venta Aut.: "+IF(lAuto[VAL(nCaja)],"S","N")),; oMsgItem[4]:Refresh(), SndPlaySound("Click.Wav")), ), ; if( ( nK == Asc( "T" ) .OR. nK == Asc( "t" ) ) .AND. GetKeyState( VK_CONTROL ), ; ( IF(lImpre[VAL(nCaja)],lImpre[VAL(nCaja)]:=.F.,lImpre[VAL(nCaja)]:=.T.),; ...
by Francisco Horta
Sat Feb 02, 2008 10:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linares, salida abrupta ...
Replies: 6
Views: 1856

Convert kitchen-screen VB.NET to FWH

Convert VB.NET to FWH Hello Antonio, I am trieing to convert my kitchen screen to Fivewin. Now I have problems with playing wav-files. The kitchen screen has for each meal a wav-file and plays this file to announce the order. The error is on loading MMSYSTEM.DLL . This runs on a VISTA ...
by Otto
Sat Dec 08, 2007 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert kitchen-screen VB.NET to FWH
Replies: 6
Views: 1426

... = { | hDC | PalBmpDraw( hDC, 0, 0, oBmp:hBitmap ) } //MsgInfo( "definio dialogo" ) oDlg2:bGotFocus = { || SndPlaySound("c:\Windows\media\chimes.wav") } // Odlg2:oIcon=oIcon3 // oDlg2:nClrText=nRGB(249,16,32) //MsgInfo( "antes del get" ) REDEFINE GET oGet VAR CNOMBRE PICTURE "@!" ID 101 OF oDlg2 ...
by JOSEMAR
Thu Dec 06, 2007 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR BASE/1078
Replies: 5
Views: 1433

Compañero...

para que emita un pitido: msgbeep()

Si quieres que "hable" deberás grabar el sonido en un archivo con formato .wav y reproducirlo mediante la función SndPlaySound("tu_archivo.wav")

Un saludo.
LORENZO
by Loren
Wed Oct 03, 2007 8:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hay alguna funcion para emitir sonidos desde (x)Harbour-FWH
Replies: 11
Views: 6039

I'm ever gotten that promble like you.

I'm ever gotten that promble like you. But if the WAV file not long time it work. I think the WAV file not over 2 Minute be work fine.
by Peter
Wed Aug 22, 2007 3:53 am
 
Forum: FiveWin for CA-Clipper
Topic: Sound is not playing
Replies: 8
Views: 2475
PreviousNext

Return to advanced search