Ignore:
Timestamp:
Oct 4, 2011, 1:18:33 PM (13 years ago)
Author:
george
Message:
  • Modified: MPlayer system now play audio files.
Location:
CoolAudio/Demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CoolAudio/Demo

    • Property svn:ignore
      •  

        old new  
        2211-seal-amazing.mp3
        33lib
         4Demo.exe
  • CoolAudio/Demo/UMainForm.lfm

    r275 r276  
    11object MainForm: TMainForm
    2   Left = 479
     2  Left = 531
    33  Height = 240
    4   Top = 249
    5   Width = 359
     4  Top = 300
     5  Width = 435
    66  Caption = 'CoolAudio demo'
    77  ClientHeight = 240
    8   ClientWidth = 359
     8  ClientWidth = 435
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1414    Height = 21
    1515    Top = 12
    16     Width = 264
     16    Width = 340
    1717    Anchors = [akTop, akLeft, akRight]
    1818    TabOrder = 0
    19     Text = '11-seal-amazing.mp3'
     19    Text = 'h:\Projekty2\PascalClassLibrary\CoolAudio\Demo\4 Strings - Catch A Fall (Radio Edit).mp3'
    2020  end
    2121  object Button1: TButton
    22     Left = 277
     22    Left = 353
    2323    Height = 25
    2424    Top = 12
     
    2626    Anchors = [akTop, akRight]
    2727    Caption = 'Select...'
     28    OnClick = Button1Click
    2829    TabOrder = 1
    2930  end
     
    5960    Height = 33
    6061    Top = 90
    61     Width = 341
     62    Width = 417
    6263    Position = 0
    6364    Anchors = [akTop, akLeft, akRight]
    6465    TabOrder = 5
    6566  end
     67  object OpenDialog1: TOpenDialog
     68    Filter = 'Any file (*.*)|*.*|MP3 (*.mp3)|*.mp3|WAV (*.wav)|*.wav'
     69    left = 296
     70    top = 48
     71  end
    6672end
Note: See TracChangeset for help on using the changeset viewer.