Ignore:
Timestamp:
Apr 23, 2012, 1:32:52 PM (13 years ago)
Author:
chronos
Message:
  • Modified: Supported AudioSystems is configured using include config file.
  • Added: Added playlist demo to Demo player.
  • Added: Working DSP audiosystem for playing using linux /dev/dsp device. DSP backend support only WAV file so far.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CoolAudio/Demo/Demo.lpr

    r280 r352  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm;
     10  Forms, UFormMain, UFormPlaylist;
    1111
    1212{$R *.res}
     
    1515  RequireDerivedFormResource := True;
    1616  Application.Initialize;
    17   Application.CreateForm(TMainForm, MainForm);
     17  Application.CreateForm(TFormMain, FormMain);
     18  Application.CreateForm(TFormPlaylist, FormPlaylist);
    1819  Application.Run;
    1920end.
Note: See TracChangeset for help on using the changeset viewer.