aboutsummaryrefslogtreecommitdiff
path: root/helpers/mapping.py
Commit message (Collapse)AuthorAgeFilesLines
* Stop all actions before leavingIsmaël Bouya2016-07-261-0/+1
|
* Give usable errors when parsing configurationIsmaël Bouya2016-07-261-56/+144
|
* Use machine for key handlingIsmaël Bouya2016-07-261-4/+4
|
* Cleanup actions and subscribe to music events for loadingIsmaël Bouya2016-07-251-2/+2
|
* Reorder MusicFile methodsIsmaël Bouya2016-07-251-14/+1
|
* Add error message if the config file doesn't loadIsmaël Bouya2016-07-251-1/+7
|
* Add interrupt_wait actionIsmaël Bouya2016-07-231-0/+14
|
* Fix master volume fadeIsmaël Bouya2016-07-211-0/+3
|
* Handle fade for master volumeIsmaël Bouya2016-07-211-2/+12
|
* Add fadingIsmaël Bouya2016-07-201-1/+1
|
* Print error when loading yamlIsmaël Bouya2016-07-181-2/+6
|
* Coding stylesIsmaël Bouya2016-07-181-7/+16
|
* Invert no_mixing flagIsmaël Bouya2016-07-171-3/+3
|
* Add the possibility to use the system mixerIsmaël Bouya2016-07-171-1/+4
|
* Add new configurations parametersIsmaël Bouya2016-07-171-4/+3
|
* Add a common mixerIsmaël Bouya2016-07-171-0/+2
|
* Rename 'add' to 'delta'Ismaël Bouya2016-07-141-2/+2
|
* Some new features:Ismaël Bouya2016-07-141-11/+13
| | | | | | | | - gain function moved to helpers/__init__ - cleanup some unused functions - stop can now wait for fade_out to finish before returning - volume can be incremented - master volume
* Make 'wait' action interruptibleIsmaël Bouya2016-07-141-0/+3
|
* Move from pygame to sounddevice for sound handlingIsmaël Bouya2016-07-141-18/+3
| | | | | Move lock files to files Add with statement to lock
* Add config file option to the command lineIsmaël Bouya2016-07-141-1/+2
|
* Add indicator of whether all keys are readyIsmaël Bouya2016-06-271-1/+13
|
* Use aliases in key_propertiesIsmaël Bouya2016-06-271-1/+12
|
* Add exit keyIsmaël Bouya2016-06-261-1/+10
|
* Migrate to kivyIsmaël Bouya2016-06-251-165/+116
|
* Cleanup some constantsIsmaël Bouya2016-06-211-10/+26
|
* Fix threading problems with ipythonIsmaël Bouya2016-06-191-1/+1
|
* Move classes to separate fileIsmaël Bouya2016-06-181-0/+171