Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cleanup when stopping music | Ismaël Bouya | 2016-07-26 | 1 | -0/+4 |
* | Use machine for key handling | Ismaël Bouya | 2016-07-26 | 1 | -8/+12 |
* | Cleanup actions and subscribe to music events for loading | Ismaël Bouya | 2016-07-25 | 1 | -2/+20 |
* | Reorder MusicFile methods | Ismaël Bouya | 2016-07-25 | 1 | -176/+176 |
* | Cleanup Machine use | Ismaël Bouya | 2016-07-25 | 1 | -3/+9 |
* | Add interrupt_wait action | Ismaël Bouya | 2016-07-23 | 1 | -1/+3 |
* | Fix setting volume when not playing | Ismaël Bouya | 2016-07-22 | 1 | -0/+3 |
* | Fix master volume fade | Ismaël Bouya | 2016-07-21 | 1 | -1/+2 |
* | Make seek work well with loops | Ismaël Bouya | 2016-07-21 | 1 | -6/+23 |
* | Change loop process | Ismaël Bouya | 2016-07-20 | 1 | -3/+6 |
* | Remove a_s_with_effect in profit to GainEffect | Ismaël Bouya | 2016-07-20 | 1 | -33/+17 |
* | Add fading | Ismaël Bouya | 2016-07-20 | 1 | -6/+42 |
* | Fix initial volume factor | Ismaël Bouya | 2016-07-18 | 1 | -3/+7 |
* | Coding styles | Ismaël Bouya | 2016-07-18 | 1 | -27/+82 |
* | Do gain at the last moment | Ismaël Bouya | 2016-07-18 | 1 | -17/+12 |
* | Add debugger | Ismaël Bouya | 2016-07-17 | 1 | -6/+5 |
* | Small fixes | Ismaël Bouya | 2016-07-17 | 1 | -2/+0 |
* | Remove unused functions | Ismaël Bouya | 2016-07-17 | 1 | -10/+0 |
* | Invert no_mixing flag | Ismaël Bouya | 2016-07-17 | 1 | -0/+1 |
* | Add the possibility to use the system mixer | Ismaël Bouya | 2016-07-17 | 1 | -2/+4 |
* | Add new configurations parameters | Ismaël Bouya | 2016-07-17 | 1 | -2/+3 |
* | Add a common mixer | Ismaël Bouya | 2016-07-17 | 1 | -27/+14 |
* | Remove pyaudio | Ismaël Bouya | 2016-07-16 | 1 | -3/+0 |
* | Put music effect in separate file | Ismaël Bouya | 2016-07-16 | 1 | -13/+63 |
* | Add loop option for play | Ismaël Bouya | 2016-07-14 | 1 | -5/+11 |
* | Add seek action | Ismaël Bouya | 2016-07-14 | 1 | -0/+7 |
* | Rename 'add' to 'delta' | Ismaël Bouya | 2016-07-14 | 1 | -2/+2 |
* | Some new features: | Ismaël Bouya | 2016-07-14 | 1 | -15/+23 |
* | Make 'wait' action interruptible | Ismaël Bouya | 2016-07-14 | 1 | -3/+6 |
* | Move from pygame to sounddevice for sound handling | Ismaël Bouya | 2016-07-14 | 1 | -67/+115 |
* | Use workflow for music_files | Ismaël Bouya | 2016-06-27 | 1 | -14/+39 |
* | Put time duration in playlist | Ismaël Bouya | 2016-06-27 | 1 | -0/+13 |
* | Apply initial gain to music file | Ismaël Bouya | 2016-06-24 | 1 | -2/+5 |
* | Fix fade_out | Ismaël Bouya | 2016-06-24 | 1 | -2/+2 |
* | Reduce memory | Ismaël Bouya | 2016-06-21 | 1 | -9/+8 |
* | Fix frame rate when importing music | Ismaël Bouya | 2016-06-21 | 1 | -1/+1 |
* | Added music name, currently playing musics, pause/unpause | Ismaël Bouya | 2016-06-20 | 1 | -3/+16 |
* | Fix channels and description with blank lines | Ismaël Bouya | 2016-06-19 | 1 | -9/+10 |
* | Fix threading problems with ipython | Ismaël Bouya | 2016-06-19 | 1 | -1/+1 |
* | Add pirate example config.yml + description | Ismaël Bouya | 2016-06-19 | 1 | -0/+2 |
* | Add some actions | Ismaël Bouya | 2016-06-18 | 1 | -5/+28 |
* | Move classes to separate file | Ismaël Bouya | 2016-06-18 | 1 | -0/+35 |