]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/history - helpers/music_file.py
Make seek work well with loops
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / music_file.py
2016-07-21  Ismaël BouyaMake seek work well with loops
2016-07-20  Ismaël BouyaChange loop process
2016-07-20  Ismaël BouyaRemove a_s_with_effect in profit to GainEffect
2016-07-20  Ismaël BouyaAdd fading
2016-07-18  Ismaël BouyaFix initial volume factor
2016-07-18  Ismaël BouyaCoding styles
2016-07-17  Ismaël BouyaDo gain at the last moment
2016-07-17  Ismaël BouyaAdd debugger
2016-07-17  Ismaël BouyaSmall fixes
2016-07-17  Ismaël BouyaRemove unused functions heads/remove_pygame
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-16  Ismaël BouyaRemove pyaudio
2016-07-16  Ismaël BouyaPut music effect in separate file
2016-07-14  Ismaël BouyaAdd loop option for play
2016-07-14  Ismaël BouyaAdd seek action
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-06-27  Ismaël BouyaUse workflow for music_files
2016-06-27  Ismaël BouyaPut time duration in playlist
2016-06-24  Ismaël BouyaApply initial gain to music file
2016-06-24  Ismaël BouyaFix fade_out
2016-06-21  Ismaël BouyaReduce memory
2016-06-21  Ismaël BouyaFix frame rate when importing music
2016-06-20  Ismaël BouyaAdded music name, currently playing musics, pause/unpause
2016-06-19  Ismaël BouyaFix channels and description with blank lines
2016-06-19  Ismaël BouyaFix threading problems with ipython
2016-06-19  Ismaël BouyaAdd pirate example config.yml + description
2016-06-18  Ismaël BouyaAdd some actions
2016-06-18  Ismaël BouyaMove classes to separate file