Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename helpers to music_sampler | Ismaël Bouya | 2016-07-27 | 1 | -113/+0 |
| | |||||
* | Add other_only flag to stop_all_actions | Ismaël Bouya | 2016-07-27 | 1 | -2/+3 |
| | |||||
* | Coding styles | Ismaël Bouya | 2016-07-27 | 1 | -1/+2 |
| | |||||
* | Move actions to separate files | Ismaël Bouya | 2016-07-26 | 1 | -240/+11 |
| | |||||
* | Use machine for key handling | Ismaël Bouya | 2016-07-26 | 1 | -17/+22 |
| | |||||
* | Cleanup actions and subscribe to music events for loading | Ismaël Bouya | 2016-07-25 | 1 | -15/+87 |
| | |||||
* | Reorder MusicFile methods | Ismaël Bouya | 2016-07-25 | 1 | -3/+3 |
| | |||||
* | Add interrupt_wait action | Ismaël Bouya | 2016-07-23 | 1 | -9/+34 |
| | |||||
* | Fix master volume fade | Ismaël Bouya | 2016-07-21 | 1 | -0/+2 |
| | |||||
* | Handle fade for master volume | Ismaël Bouya | 2016-07-21 | 1 | -2/+2 |
| | |||||
* | Add fading | Ismaël Bouya | 2016-07-20 | 1 | -7/+14 |
| | |||||
* | Coding styles | Ismaël Bouya | 2016-07-18 | 1 | -42/+59 |
| | |||||
* | Add debugger | Ismaël Bouya | 2016-07-17 | 1 | -1/+3 |
| | |||||
* | Small fixes | Ismaël Bouya | 2016-07-17 | 1 | -7/+7 |
| | |||||
* | Add loop option for play | Ismaël Bouya | 2016-07-14 | 1 | -4/+11 |
| | |||||
* | Add seek action | Ismaël Bouya | 2016-07-14 | 1 | -0/+17 |
| | |||||
* | Rename 'add' to 'delta' | Ismaël Bouya | 2016-07-14 | 1 | -5/+5 |
| | |||||
* | Some new features: | Ismaël Bouya | 2016-07-14 | 1 | -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 interruptible | Ismaël Bouya | 2016-07-14 | 1 | -9/+29 |
| | |||||
* | Move from pygame to sounddevice for sound handling | Ismaël Bouya | 2016-07-14 | 1 | -22/+17 |
| | | | | | Move lock files to files Add with statement to lock | ||||
* | Use workflow for music_files | Ismaël Bouya | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Put time duration in playlist | Ismaël Bouya | 2016-06-27 | 1 | -3/+6 |
| | |||||
* | Use kivy instead of pygame | Ismaël Bouya | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | Fix global fadout | Ismaël Bouya | 2016-06-25 | 1 | -1/+1 |
| | |||||
* | Fix fade_out | Ismaël Bouya | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | Added music name, currently playing musics, pause/unpause | Ismaël Bouya | 2016-06-20 | 1 | -6/+20 |
| | |||||
* | Add pirate example config.yml + description | Ismaël Bouya | 2016-06-19 | 1 | -2/+6 |
| | |||||
* | enhancing locks | Ismaël Bouya | 2016-06-19 | 1 | -1/+4 |
| | |||||
* | Add some actions | Ismaël Bouya | 2016-06-18 | 1 | -6/+20 |
| | |||||
* | Move classes to separate file | Ismaël Bouya | 2016-06-18 | 1 | -0/+119 |