Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix absolute path when using music_path | Ismaël Bouya | 2016-07-27 | 1 | -2/+12 |
* | Change line cross color depending on state | Ismaël Bouya | 2016-07-27 | 1 | -1/+4 |
* | Add cross when key is not usable | Ismaël Bouya | 2016-07-27 | 1 | -0/+14 |
* | Change color when key is running | Ismaël Bouya | 2016-07-27 | 2 | -1/+3 |
* | Add 'run_command' action | Ismaël Bouya | 2016-07-27 | 3 | -7/+14 |
* | Add music-path option to the command line | Ismaël Bouya | 2016-07-27 | 2 | -2/+10 |
* | Add other_only flag to stop_all_actions | Ismaël Bouya | 2016-07-27 | 4 | -10/+22 |
* | Coding styles | Ismaël Bouya | 2016-07-27 | 4 | -5/+9 |
* | Add repeat_delay to key properties | Ismaël Bouya | 2016-07-27 | 1 | -2/+24 |
* | Improve actions listing | Ismaël Bouya | 2016-07-27 | 1 | -9/+26 |
* | Add border around running keys | Ismaël Bouya | 2016-07-27 | 1 | -0/+12 |
* | Add possibility to reload YML config file | Ismaël Bouya | 2016-07-27 | 3 | -11/+67 |
* | Prepare modifiers | Ismaël Bouya | 2016-07-26 | 2 | -3/+10 |
* | Make callbacks when key is ready | Ismaël Bouya | 2016-07-26 | 2 | -41/+122 |
* | Add cleanup when stopping music | Ismaël Bouya | 2016-07-26 | 1 | -0/+4 |
* | Move actions to separate files | Ismaël Bouya | 2016-07-26 | 12 | -240/+228 |
* | Stop all actions before leaving | Ismaël Bouya | 2016-07-26 | 1 | -0/+1 |
* | Give usable errors when parsing configuration | Ismaël Bouya | 2016-07-26 | 2 | -61/+153 |
* | Use machine for key handling | Ismaël Bouya | 2016-07-26 | 4 | -86/+186 |
* | Cleanup actions and subscribe to music events for loading | Ismaël Bouya | 2016-07-25 | 3 | -19/+109 |
* | Reorder MusicFile methods | Ismaël Bouya | 2016-07-25 | 4 | -194/+182 |
* | Add error message if the config file doesn't load | Ismaël Bouya | 2016-07-25 | 1 | -1/+7 |
* | Cleanup Machine use | Ismaël Bouya | 2016-07-25 | 1 | -3/+9 |
* | Add interrupt_wait action | Ismaël Bouya | 2016-07-23 | 3 | -10/+51 |
* | 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 | 3 | -1/+7 |
* | Handle fade for master volume | Ismaël Bouya | 2016-07-21 | 2 | -4/+14 |
* | Make seek work well with loops | Ismaël Bouya | 2016-07-21 | 2 | -7/+25 |
* | 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 | 2 | -38/+33 |
* | Add fading | Ismaël Bouya | 2016-07-20 | 5 | -15/+108 |
* | Fix initial volume factor | Ismaël Bouya | 2016-07-18 | 1 | -3/+7 |
* | Print error when loading yaml | Ismaël Bouya | 2016-07-18 | 1 | -2/+6 |
* | Coding styles | Ismaël Bouya | 2016-07-18 | 6 | -99/+187 |
* | Do gain at the last moment | Ismaël Bouya | 2016-07-18 | 1 | -17/+12 |
* | Add debugger | Ismaël Bouya | 2016-07-17 | 5 | -10/+36 |
* | Small fixes | Ismaël Bouya | 2016-07-17 | 2 | -9/+7 |
* | Remove unused functions | Ismaël Bouya | 2016-07-17 | 1 | -10/+0 |
* | Invert no_mixing flag | Ismaël Bouya | 2016-07-17 | 3 | -6/+7 |
* | Add the possibility to use the system mixer | Ismaël Bouya | 2016-07-17 | 3 | -3/+12 |
* | Add new configurations parameters | Ismaël Bouya | 2016-07-17 | 4 | -24/+59 |
* | Add a common mixer | Ismaël Bouya | 2016-07-17 | 3 | -27/+66 |
* | Remove pyaudio | Ismaël Bouya | 2016-07-16 | 1 | -3/+0 |
* | Add option to list /select sound devices | Ismaël Bouya | 2016-07-16 | 1 | -0/+20 |
* | 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 | 2 | -9/+22 |
* | Add seek action | Ismaël Bouya | 2016-07-14 | 2 | -0/+24 |
* | Rename 'add' to 'delta' | Ismaël Bouya | 2016-07-14 | 3 | -9/+9 |
* | Some new features: | Ismaël Bouya | 2016-07-14 | 4 | -47/+79 |
* | Use argparse for parser | Ismaël Bouya | 2016-07-14 | 1 | -15/+32 |