]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/history - helpers/mapping.py
Add possibility to reload YML config file
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / mapping.py
2016-07-26  Ismaël BouyaAdd possibility to reload YML config file
2016-07-26  Ismaël BouyaPrepare modifiers
2016-07-26  Ismaël BouyaMake callbacks when key is ready
2016-07-26  Ismaël BouyaMerge branch 'actions_cleanup'
2016-07-26  Ismaël BouyaStop all actions before leaving
2016-07-26  Ismaël BouyaGive usable errors when parsing configuration
2016-07-26  Ismaël BouyaUse machine for key handling
2016-07-25  Ismaël BouyaCleanup actions and subscribe to music events for loading
2016-07-25  Ismaël BouyaReorder MusicFile methods
2016-07-25  Ismaël BouyaAdd error message if the config file doesn't load
2016-07-22  Ismaël BouyaAdd interrupt_wait action
2016-07-21  Ismaël BouyaFix master volume fade
2016-07-21  Ismaël BouyaHandle fade for master volume
2016-07-20  Ismaël BouyaAdd fading
2016-07-18  Ismaël BouyaPrint error when loading yaml
2016-07-18  Ismaël BouyaCoding styles
2016-07-17  Ismaël BouyaInvert no_mixing flag
2016-07-17  Ismaël BouyaAdd the possibility to use the system mixer
2016-07-17  Ismaël BouyaAdd new configurations parameters
2016-07-16  Ismaël BouyaAdd a common mixer
2016-07-14  Ismaël BouyaRename 'add' to 'delta'
2016-07-14  Ismaël BouyaSome new features:
2016-07-14  Ismaël BouyaMake 'wait' action interruptible
2016-07-14  Ismaël BouyaMove from pygame to sounddevice for sound handling
2016-07-14  Ismaël BouyaAdd config file option to the command line
2016-06-27  Ismaël BouyaAdd indicator of whether all keys are ready
2016-06-27  Ismaël BouyaUse aliases in key_properties
2016-06-25  Ismaël BouyaAdd exit key
2016-06-25  Ismaël BouyaMigrate to kivy
2016-06-20  Ismaël BouyaCleanup some constants
2016-06-19  Ismaël BouyaFix threading problems with ipython
2016-06-18  Ismaël BouyaMove classes to separate file