aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move actions to separate filesIsmaël Bouya2016-07-2612-240/+228
|
* Stop all actions before leavingIsmaël Bouya2016-07-261-0/+1
|
* Give usable errors when parsing configurationIsmaël Bouya2016-07-262-61/+153
|
* Use machine for key handlingIsmaël Bouya2016-07-264-86/+186
|
* Cleanup actions and subscribe to music events for loadingIsmaël Bouya2016-07-253-19/+109
|
* Reduce line sizeIsmaël Bouya2016-07-251-1/+4
|
* Reorder MusicFile methodsIsmaël Bouya2016-07-255-196/+184
|
* Add error message if the config file doesn't loadIsmaël Bouya2016-07-251-1/+7
|
* documentation: added new features + aliases + 'misc' sectionDenise sur Titasmo2016-07-251-6/+73
|
* Cleanup Machine useIsmaël Bouya2016-07-251-3/+9
|
* doc fr: new features + aliasesDenise sur Lya2016-07-231-35/+78
|
* Add interrupt_wait actionIsmaël Bouya2016-07-233-10/+51
|
* Fix setting volume when not playingIsmaël Bouya2016-07-221-0/+3
|
* Fix master volume fadeIsmaël Bouya2016-07-213-1/+7
|
* Add sommaireIsmaël Bouya2016-07-212-2/+6
|
* Add syntax hilight to markdownIsmaël Bouya2016-07-212-0/+21
|
* Change code blocs to indentIsmaël Bouya2016-07-211-93/+77
|
* Merge branch 'doc'Ismaël Bouya2016-07-211-0/+207
|\
| * Documentation fileDenise sur Lya2016-07-211-0/+207
|/
* 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
| | | | Use loop number in the effect
* 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-188-107/+216
|
* 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-174-29/+68
|
* Add dir in music_sampler.specIsmaël Bouya2016-07-161-0/+6
|
* 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-145-47/+89
| | | | | | | | - 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
|
* Put background behind timer in playlistIsmaël Bouya2016-07-141-0/+6
|
* Move from pygame to sounddevice for sound handlingIsmaël Bouya2016-07-145-108/+142
| | | | | 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
|
* Update config.ymlIsmaël Bouya2016-06-271-58/+115
|