]> git.parisson.com Git - timeside-diadems.git/log
timeside-diadems.git
15 years agocomponent:
Olivier Guilyardi [Tue, 1 Dec 2009 16:13:42 +0000 (16:13 +0000)]
component:
- add ability ro register abstract classes. These can register as implementing
  some interfaces, but are by default not listed by implementations()
- add automatic interface-to-component __doc__ propagation, with the
  @interfacedoc method decorator

api:
- general idea: prepare for processor "pipes" high-level api
- move process() into IProcessor, make it a generic method
- add IProcessors methods that relate to buffersize, and input/output format
- add IDecoder.nframes()
- add IEffect, an interface for effect processors

tests:
- fix testnewcore.py
- add test and examples of processors implementing the new api and component
  system

others:
- add empty Metadata class

15 years ago- merge all api's into timeside.api
Olivier Guilyardi [Fri, 27 Nov 2009 18:27:23 +0000 (18:27 +0000)]
- merge all api's into timeside.api
- add core.get_processor()
- put all exceptions into exceptions.py
- use SubProcessError instead of EncodeProcesError, DecodeProcessError and VampProcessError
- rename TimeSideError to Error (= timeside.Error)

15 years agomv img
yomguy [Fri, 9 Oct 2009 04:49:13 +0000 (04:49 +0000)]
mv img

15 years agomv img
yomguy [Fri, 9 Oct 2009 04:46:20 +0000 (04:46 +0000)]
mv img

15 years agochange export to decode/encode
yomguy [Wed, 7 Oct 2009 13:17:00 +0000 (13:17 +0000)]
change export to decode/encode

15 years agoreorder deps
yomguy [Thu, 24 Sep 2009 15:54:02 +0000 (15:54 +0000)]
reorder deps

15 years agofirst dependencies
yomguy [Thu, 24 Sep 2009 15:52:54 +0000 (15:52 +0000)]
first dependencies

15 years agofirst import of export, graph and analysis related classes
yomguy [Thu, 24 Sep 2009 15:22:35 +0000 (15:22 +0000)]
first import of export, graph and analysis related classes

15 years agoimport TimeSide UI 0.1, add GPL license file
Olivier Guilyardi [Thu, 24 Sep 2009 15:03:41 +0000 (15:03 +0000)]
import TimeSide UI 0.1, add GPL license file

15 years agoInitial directory structure.
yomguy [Thu, 24 Sep 2009 14:14:27 +0000 (14:14 +0000)]
Initial directory structure.