aboutsummaryrefslogtreecommitdiff
path: root/helpers
Commit message (Expand)AuthorAgeFilesLines
* Handle fade for master volumeIsmaël Bouya2016-07-212-4/+14
* Make seek work well with loopsIsmaël Bouya2016-07-212-7/+25
* Change loop processIsmaël Bouya2016-07-201-3/+6
* Remove a_s_with_effect in profit to GainEffectIsmaël Bouya2016-07-202-38/+33
* Add fadingIsmaël Bouya2016-07-205-15/+108
* Fix initial volume factorIsmaël Bouya2016-07-181-3/+7
* Print error when loading yamlIsmaël Bouya2016-07-181-2/+6
* Coding stylesIsmaël Bouya2016-07-186-99/+187
* Do gain at the last momentIsmaël Bouya2016-07-181-17/+12
* Add debuggerIsmaël Bouya2016-07-175-10/+36
* Small fixesIsmaël Bouya2016-07-172-9/+7
* Remove unused functionsIsmaël Bouya2016-07-171-10/+0
* Invert no_mixing flagIsmaël Bouya2016-07-173-6/+7
* Add the possibility to use the system mixerIsmaël Bouya2016-07-173-3/+12
* Add new configurations parametersIsmaël Bouya2016-07-174-24/+59
* 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
* 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
* 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