aboutsummaryrefslogtreecommitdiff
path: root/helpers/action.py
Commit message (Collapse)AuthorAgeFilesLines
* Small fixesIsmaël Bouya2016-07-171-7/+7
|
* Add loop option for playIsmaël Bouya2016-07-141-4/+11
|
* Add seek actionIsmaël Bouya2016-07-141-0/+17
|
* Rename 'add' to 'delta'Ismaël Bouya2016-07-141-5/+5
|
* Some new features:Ismaël Bouya2016-07-141-21/+35
| | | | | | | | - 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-9/+29
|
* Move from pygame to sounddevice for sound handlingIsmaël Bouya2016-07-141-22/+17
| | | | | Move lock files to files Add with statement to lock
* Use workflow for music_filesIsmaël Bouya2016-06-271-1/+1
|
* Put time duration in playlistIsmaël Bouya2016-06-271-3/+6
|
* Use kivy instead of pygameIsmaël Bouya2016-06-251-2/+2
|
* Fix global fadoutIsmaël Bouya2016-06-251-1/+1
|
* Fix fade_outIsmaël Bouya2016-06-241-1/+1
|
* Added music name, currently playing musics, pause/unpauseIsmaël Bouya2016-06-201-6/+20
|
* Add pirate example config.yml + descriptionIsmaël Bouya2016-06-191-2/+6
|
* enhancing locksIsmaël Bouya2016-06-191-1/+4
|
* Add some actionsIsmaël Bouya2016-06-181-6/+20
|
* Move classes to separate fileIsmaël Bouya2016-06-181-0/+119