aboutsummaryrefslogtreecommitdiff
path: root/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Add a common mixerIsmaël Bouya2016-07-173-27/+66
|
* Remove pyaudioIsmaël Bouya2016-07-161-3/+0
|
* Add option to list /select sound devicesIsmaël Bouya2016-07-161-0/+20
|
* Put music effect in separate fileIsmaël Bouya2016-07-161-13/+63
|
* Add loop option for playIsmaël Bouya2016-07-142-9/+22
|
* Add seek actionIsmaël Bouya2016-07-142-0/+24
|
* Rename 'add' to 'delta'Ismaël Bouya2016-07-143-9/+9
|
* Some new features:Ismaël Bouya2016-07-144-47/+79
| | | | | | | | - 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
* Use argparse for parserIsmaël Bouya2016-07-141-15/+32
|
* Make 'wait' action interruptibleIsmaël Bouya2016-07-144-14/+43
|
* Move from pygame to sounddevice for sound handlingIsmaël Bouya2016-07-144-107/+141
| | | | | Move lock files to files Add with statement to lock
* Add config file option to the command lineIsmaël Bouya2016-07-142-1/+16
|
* Use workflow for music_filesIsmaël Bouya2016-06-272-15/+40
|
* 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 version numberIsmaël Bouya2016-06-271-0/+13
|
* Put time duration in playlistIsmaël Bouya2016-06-273-3/+26
|
* Show last used keysIsmaël Bouya2016-06-261-0/+1
|
* Don't run not enabled keysIsmaël Bouya2016-06-261-0/+3
|
* Add exit keyIsmaël Bouya2016-06-261-1/+10
|
* Make kivy compatible with pyinstallerIsmaël Bouya2016-06-261-0/+10
|
* Migrate to kivyIsmaël Bouya2016-06-255-521/+183
|
* Use kivy instead of pygameIsmaël Bouya2016-06-252-3/+77
|
* Fix global fadoutIsmaël Bouya2016-06-251-1/+1
|
* Add checkmarks to the action listIsmaël Bouya2016-06-241-4/+17
|
* Apply initial gain to music fileIsmaël Bouya2016-06-242-5/+15
|
* Fix fade_outIsmaël Bouya2016-06-242-3/+3
|
* Reduce memoryIsmaël Bouya2016-06-211-9/+8
|
* Fix frame rate when importing musicIsmaël Bouya2016-06-211-1/+1
|
* Give default color to keysIsmaël Bouya2016-06-211-4/+4
|
* Cleanup some constantsIsmaël Bouya2016-06-212-24/+28
|
* Cleanup fontsIsmaël Bouya2016-06-203-11/+15
|
* Added music name, currently playing musics, pause/unpauseIsmaël Bouya2016-06-204-13/+43
|
* Fix channels and description with blank linesIsmaël Bouya2016-06-193-11/+22
|
* Fix threading problems with ipythonIsmaël Bouya2016-06-193-6/+6
|
* Add pirate example config.yml + descriptionIsmaël Bouya2016-06-194-7/+51
|
* enhancing locksIsmaël Bouya2016-06-194-10/+49
|
* Add some actionsIsmaël Bouya2016-06-182-11/+48
|
* Move classes to separate fileIsmaël Bouya2016-06-186-490/+509
|
* Move running keeper to MappingIsmaël Bouya2016-06-181-10/+21
|
* Modifications to mapping/keysIsmaël Bouya2016-06-181-166/+329
|
* Allow to find files in pyinstallerIsmaël Bouya2016-06-151-1/+6
|
* Add fontsIsmaël Bouya2016-06-151-1/+1
|
* Move filesIsmaël Bouya2016-06-151-0/+360