- implemented loader, loader's stream and loading of objects (now you
commitdf167d17c626a3780d260e8a72846e5c7421a435
authorRok Mandeljc <rok.mandeljc@gimb.org>
Fri, 22 Aug 2003 23:53:27 +0000 (22 23:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Aug 2003 23:53:27 +0000 (22 23:53 +0000)
tree9761714d04630e1fa2d50a4156a4d3522ee1842f
parent1ccaaa1a82da97e60be764ec01f0e820ec03478a
- implemented loader, loader's stream and loading of objects (now you
  can use builtin dmloader and native other dm*.dlls)
- implemented proper creation of objects and retrieval of dmusic
  interfaces from them (object, stream, ...)
- implemented all "standard track types" and appropriate stream (for
  dmband, loading is almost complete)
- cleaned some obsolete stuff
- split debug channels
83 files changed:
dlls/dmband/Makefile.in
dlls/dmband/band.c
dlls/dmband/bandtrack.c [new file with mode: 0644]
dlls/dmband/dmband_main.c
dlls/dmband/dmband_private.h
dlls/dmband/regsvr.c
dlls/dmcompos/Makefile.in
dlls/dmcompos/chordmap.c
dlls/dmcompos/chordmaptrack.c [new file with mode: 0644]
dlls/dmcompos/composer.c
dlls/dmcompos/dmcompos_main.c
dlls/dmcompos/dmcompos_private.h
dlls/dmcompos/regsvr.c
dlls/dmcompos/signposttrack.c [new file with mode: 0644]
dlls/dmime/Makefile.in
dlls/dmime/audiopath.c
dlls/dmime/dmime_main.c
dlls/dmime/dmime_private.h
dlls/dmime/graph.c
dlls/dmime/lyricstrack.c [new file with mode: 0644]
dlls/dmime/markertrack.c [new file with mode: 0644]
dlls/dmime/paramcontroltrack.c [new file with mode: 0644]
dlls/dmime/patterntrack.c
dlls/dmime/performance.c
dlls/dmime/regsvr.c
dlls/dmime/segment.c
dlls/dmime/segmentstate.c
dlls/dmime/segtriggertrack.c [new file with mode: 0644]
dlls/dmime/seqtrack.c [new file with mode: 0644]
dlls/dmime/song.c
dlls/dmime/sysextrack.c [new file with mode: 0644]
dlls/dmime/tempotrack.c [new file with mode: 0644]
dlls/dmime/timesigtrack.c [new file with mode: 0644]
dlls/dmime/tool.c
dlls/dmime/track.c [deleted file]
dlls/dmime/wavetrack.c [new file with mode: 0644]
dlls/dmloader/Makefile.in
dlls/dmloader/container.c
dlls/dmloader/dmloader_main.c
dlls/dmloader/dmloader_private.h
dlls/dmloader/getloader.c [deleted file]
dlls/dmloader/loader.c
dlls/dmloader/loaderstream.c [new file with mode: 0644]
dlls/dmloader/regsvr.c
dlls/dmscript/Makefile.in
dlls/dmscript/dmscript_main.c
dlls/dmscript/dmscript_private.h
dlls/dmscript/regsvr.c
dlls/dmscript/script.c
dlls/dmscript/scripttrack.c [new file with mode: 0644]
dlls/dmstyle/Makefile.in
dlls/dmstyle/auditiontrack.c [new file with mode: 0644]
dlls/dmstyle/chordtrack.c [new file with mode: 0644]
dlls/dmstyle/commandtrack.c [new file with mode: 0644]
dlls/dmstyle/dmstyle_main.c
dlls/dmstyle/dmstyle_private.h
dlls/dmstyle/melodyformulationtrack.c [new file with mode: 0644]
dlls/dmstyle/motiftrack.c [new file with mode: 0644]
dlls/dmstyle/mutetrack.c [new file with mode: 0644]
dlls/dmstyle/regsvr.c
dlls/dmstyle/style.c
dlls/dmstyle/styletrack.c [new file with mode: 0644]
dlls/dmsynth/dmsynth_main.c
dlls/dmsynth/regsvr.c
dlls/dmsynth/synth.c
dlls/dmsynth/synthsink.c
dlls/dmusic/Makefile.in
dlls/dmusic/buffer.c
dlls/dmusic/clock.c
dlls/dmusic/collection.c
dlls/dmusic/dmusic.c
dlls/dmusic/dmusic_main.c
dlls/dmusic/dmusic_private.h
dlls/dmusic/download.c
dlls/dmusic/downloadedinstrument.c
dlls/dmusic/instrument.c
dlls/dmusic/object.c [deleted file]
dlls/dmusic/port.c
dlls/dmusic/portdownload.c
dlls/dmusic/thru.c
dlls/dmusic32/dmusic32.spec
dlls/dmusic32/dmusic32_main.c
winedefault.reg