[RELEASE] SchabboNetX Player Beta 0.1

« Older   Newer »
  Share  
schabbo
CAT_IMG Posted on 14/7/2011, 23:51     +1   -1




Versione 0.1.1 Beta
Ciao a tutti , oggi vi presento la prima Release del mio player musicale ! Non Che mio primo Software in AutoIT :O :awe:
Per ora supporta solo mp3 , più in la aggiungerò anche wma e altri :D

Versione 0.1.2 Beta
Dopo un giorno dall'uscita del primo player è uscito il secondo player .
Migliorie :
CODICE
-Consumo di Ram Ottimizzato ;
-Aggiunte altre Estensioni di File Musicali ;
-Più libertà nella scelta del Volume ;
-Tasto Pausa ;
-3 Schede : Player , Volume , Credits .

Qui trovate la Code Soure ( Non copiatelo per fare i vostri Script , o almeno scrivete Based on Schabbo Script ! )
CODICE
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <GuiStatusBar.au3>
#include <StaticConstants.au3>
#include <TabConstants.au3>
#include <WindowsConstants.au3>
#include <audio.au3>
#region
#AutoIt3Wrapper_outfile_type=au3
#AutoIt3Wrapper_icon=ND
#AutoIt3Wrapper_outfile=SchabboNetX Player 0.1.2 Beta.au3
#AutoIt3Wrapper_compression=4
#AutoIt3Wrapper_res_fileversion=0.1.2.0
#
#AutoIt3Wrapper_res_language=1040
#AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator
#AutoIt3Wrapper_Res_File_Add=ND
#endregion
#AutoIt3Wrapper_Res_File_Add=ND
#endregion
#region _Memory

$Form2 = GUICreate("SchabboNetX Player Beta v.0.1.2", 469, 345, 208, 163)
$PageControl1 = GUICtrlCreateTab(8, 8, 452, 256)
$TabSheet1 = GUICtrlCreateTabItem("Player")
$Label0 = GUICtrlCreateLabel("SchabboNetX Player Version 0.1.2 Beta AutoIT.ForumCommunity.net", 20, 139, 438, 99)
GUICtrlSetFont(-1, 14, 400, 0, "BIRTH OF A HERO")
GUICtrlSetColor(-1, 0xFF0000)
$Browse = GUICtrlCreateButton("Browse", 16, 160, 433, 97)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$Play = GUICtrlCreateButton("Play", 16, 32, 137, 105)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$Pause = GUICtrlCreateButton("Pause", 168, 32, 129, 105)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$Stop = GUICtrlCreateButton("Stop", 312, 32, 137, 105)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$TabSheet2 = GUICtrlCreateTabItem("Volume")
$Mute = GUICtrlCreateButton("MUTE", 16, 40, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$10per = GUICtrlCreateButton("10 %", 168, 40, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$20per = GUICtrlCreateButton("20 %", 320, 40, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$30per = GUICtrlCreateButton("30 %", 16, 96, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$40per = GUICtrlCreateButton("40 %", 168, 96, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$50per = GUICtrlCreateButton("50 %", 320, 96, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$setvol = GUICtrlCreateLabel("Set Here Volume", 352, 208, 85, 18)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$Edit1 = GUICtrlCreateEdit("", 368, 232, 73, 17)
GUICtrlSetData(-1, "")
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$60per = GUICtrlCreateButton("60 %", 16, 152, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$70per = GUICtrlCreateButton("70 %", 168, 152, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$80per = GUICtrlCreateButton("80 %", 320, 152, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$90per = GUICtrlCreateButton("90 %", 16, 208, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$100per = GUICtrlCreateButton("100 %", 168, 208, 121, 41)
GUICtrlSetFont(-1, 15, 400, 0, "Charlemagne Std")
$TabSheet3 = GUICtrlCreateTabItem("Credits")
$Label2 = GUICtrlCreateLabel("SchabboNetX", 16, 32, 438, 99)
GUICtrlSetFont(-1, 64, 400, 0, "BIRTH OF A HERO")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("|P|L|A|Y|E|R|", 16, 128, 108, 45)
GUICtrlSetFont(-1, 28, 400, 0, "BIRTH OF A HERO")
GUICtrlSetColor(-1, 0x008000)
$Label4 = GUICtrlCreateLabel("Make Your Own Life !", 264, 128, 195, 34)
GUICtrlSetFont(-1, 20, 400, 0, "BIRTH OF A HERO")
GUICtrlSetColor(-1, 0x0000FF)
$Label5 = GUICtrlCreateLabel("Version 0.1.2 Beta", 128, 152, 93, 21)
GUICtrlSetFont(-1, 12, 400, 0, "BIRTH OF A HERO")
GUICtrlSetColor(-1, 0x808000)
$Label6 = GUICtrlCreateLabel("Visit AutoIT Fan Club Forum : ", 16, 208, 153, 21)
GUICtrlSetFont(-1, 12, 400, 0, "BIRTH OF A HERO")
$Label7 = GUICtrlCreateLabel("http://autoit.forumcommunity.net", 176, 200, 254, 27)
GUICtrlSetFont(-1, 16, 400, 0, "BIRTH OF A HERO")
GUICtrlSetColor(-1, 0x0000FF)
$Label8 = GUICtrlCreateLabel("Send me a mail to : Schabbo97@gmail.com or Alexx.97@hotmail.it ", 16, 232, 373, 21)
GUICtrlSetFont(-1, 12, 400, 0, "BIRTH OF A HERO")
GUICtrlCreateTabItem("")
$Button2 = GUICtrlCreateButton("Exit", 198, 272, 75, 25)
$StatusBar1 = _GUICtrlStatusBar_Create($Form2)
Dim $StatusBar1_PartsWidth[3] = [50, 100, -1]
_GUICtrlStatusBar_SetParts($StatusBar1, $StatusBar1_PartsWidth)
_GUICtrlStatusBar_SetText($StatusBar1, "", 0)
_GUICtrlStatusBar_SetText($StatusBar1, "", 1)
_GUICtrlStatusBar_SetText($StatusBar1, "", 2)
_GUICtrlStatusBar_SetMinHeight($StatusBar1, 17)
$Label9 = GUICtrlCreateLabel("SchabboNetX Player v.0.1.2 Beta | All Right Reserved 2011 | ©®", 72, 304, 313, 17)
GUISetState(@SW_SHOW)


While 1
       $nMsg = GUIGetMsg()
       Switch $nMsg
               Case $GUI_EVENT_CLOSE
                       Exit

               Case $Label2
               
       Case $Browse
               $File = (FileOpenDiaLog( "Select a Song",@ScriptDir, "Solo File Musicali (*.mp3;*.ogg;*.wma;*.wav;*.mpc)") )
       Case $Play
               _SoundOpen ($File)
               _SoundPlay ($File)
       Case $Pause
               _SoundPause ($File)
       Case $Stop
               _SoundStop ($File)
       Case $Mute
               SoundSetWaveVolume (0)
       Case $10per
               SoundSetWaveVolume (10)
       Case $20per
               SoundSetWaveVolume (20)
       Case $30per
               SoundSetWaveVolume (30)
       Case $40per
               SoundSetWaveVolume (40)
       Case $50per
               SoundSetWaveVolume (50)
       Case $60per
               SoundSetWaveVolume (60)
       Case $70per
               SoundSetWaveVolume (70)
       Case $80per
               SoundSetWaveVolume (80)
       Case $90per
               SoundSetWaveVolume (90)
       Case $100per
               SoundSetWaveVolume (100)
       Case $Edit1
               SoundSetWaveVolume ()
       Case $button2
               exit
       
       
       EndSwitch
WEnd

SchabboNetPlayer 0.1.3 ULTIMATE
E bene si , è uscita l'ultima versione del mio player .
Questa versione Ha molti Pro e 0 Contro , sono state aggiunte moltissime migliorie , anche grazie al nostro XMasteRX che ringrazio ancora :D
Eccovi la lista :
CODICE
- UTILIZZO DELLA MEMORIA RAM DIMINUITO A 8 MB
- POSSIBILITA' DI POTER ASCOLTARE LA MUSICA DAL WEB [ BETA ]
- BARRA PER IL VOLUME A SLIDER BY XMasteRX
- TASTO STOP
- VERSIONE SOLO IN ITALIANO

Qui trovate le screen che mostrano il player .
player2b
Il download lo trovate tra gli allegati , Buon Ascolto :D

Edited by schabbo - 16/7/2011, 18:00

Download attachment
SchabboNetX_Player_0.1.3_ULTIMATE.exe.7z ( Number of downloads: 32 )

 
Top
xMasteRx
CAT_IMG Posted on 15/7/2011, 05:31     +1   -1




postalo nella sezione Programmi ;)
ora lo sposto io ;)

comunque bravo ;)
 
Top
*Sym98*
CAT_IMG Posted on 15/7/2011, 08:34     +1   -1




Bello. :)
 
Top
__EnTiS__
CAT_IMG Posted on 15/7/2011, 11:14     +1   -1




Wouu,bello ;)
 
Top
Aaly
CAT_IMG Posted on 15/7/2011, 11:46     +1   -1




Giggi, non male come primo programma. ;)
Posta il source sotto spoiler, come da regolamento.
 
Top
schabbo
CAT_IMG Posted on 15/7/2011, 13:48     +1   -1




Okok Ora edito Grazie a tutti :D:D:D
 
Top
xMasteRx
CAT_IMG Posted on 15/7/2011, 18:02     +1   -1




ho messo apposto il post sennò non si capiva niente... comunque ri-bravo ;)
 
Top
schabbo
CAT_IMG Posted on 16/7/2011, 16:59     +1   -1




UPDATE :D ! 0.1.3.0 ULTIMATE .
 
Top
LoGiX
CAT_IMG Posted on 16/7/2011, 17:51     +1   -1




Posta il source!

Comunque l'ho provato (dopo averlo decompilato :P) e ti dico alcuni bug..
se i font che usi non sono installati sul pc la scritta viene visualizzata col font normale..
Screen: http://i56.tinypic.com/qqe7uq.jpg

Poi magari metti che appena sceglie il file parte in automatico.. e un label che dice se il file è in riproduzione, pausa o stop (o se non è caricato)


g00d w0rk!
 
Top
schabbo
CAT_IMG Posted on 17/7/2011, 13:32     +1   -1




Accetto le tue critiche e ora lo aggiusto :D:D , in riguardo al font invece vedrò di postare una versione in au3 zippata con dentro il font , perché altrimenti non si capisce niente XD
Poi vedrò di aggiornarlo , ma visto che ne ho pubblicati 3 in 2 giorni la prossima versione dove ci lavorerò un po di più uscirà tra 1 o 2 settimane , 1.0.4 . Se magari mi volete aiutare Ben venga :D
 
Top
LoGiX
CAT_IMG Posted on 18/7/2011, 16:54     +1   -1




Critiche? LOL!
Erano segnalazioni di bug :P
(Mica ho detto che il programma fa cagare xD)
 
Top
schabbo
CAT_IMG Posted on 19/7/2011, 15:24     +1   -1




Non avevo altri sinonimi xDDD
 
Top
11 replies since 14/7/2011, 23:51   333 views
  Share