aboutsummaryrefslogtreecommitdiff
path: root/helpers/music_file.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix absolute path when using music_pathIsmaël Bouya2016-07-271-2/+12
|
* Add music-path option to the command lineIsmaël Bouya2016-07-271-2/+2
|
* Add possibility to reload YML config fileIsmaël Bouya2016-07-271-0/+25
|
* Add cleanup when stopping musicIsmaël Bouya2016-07-261-0/+4
|
* Use machine for key handlingIsmaël Bouya2016-07-261-8/+12
|
* Cleanup actions and subscribe to music events for loadingIsmaël Bouya2016-07-251-2/+20
|
* Reorder MusicFile methodsIsmaël Bouya2016-07-251-176/+176
|
* Cleanup Machine useIsmaël Bouya2016-07-251-3/+9
|
* Add interrupt_wait actionIsmaël Bouya2016-07-231-1/+3
|
* Fix setting volume when not playingIsmaël Bouya2016-07-221-0/+3
|
* Fix master volume fadeIsmaël Bouya2016-07-211-1/+2
|
* Make seek work well with loopsIsmaël Bouya2016-07-211-6/+23
|
* Change loop processIsmaël Bouya2016-07-201-3/+6
|
* Remove a_s_with_effect in profit to GainEffectIsmaël Bouya2016-07-201-33/+17
| | | | Use loop number in the effect
* Add fadingIsmaël Bouya2016-07-201-6/+42
|
* Fix initial volume factorIsmaël Bouya2016-07-181-3/+7
|
* Coding stylesIsmaël Bouya2016-07-181-27/+82
|
* Do gain at the last momentIsmaël Bouya2016-07-181-17/+12
|
* Add debuggerIsmaël Bouya2016-07-171-6/+5
|
* Small fixesIsmaël Bouya2016-07-171-2/+0
|
* Remove unused functionsIsmaël Bouya2016-07-171-10/+0
|
* Invert no_mixing flagIsmaël Bouya2016-07-171-0/+1
|
* Add the possibility to use the system mixerIsmaël Bouya2016-07-171-2/+4
|
* Add new configurations parametersIsmaël Bouya2016-07-171-2/+3
|
* Add a common mixerIsmaël Bouya2016-07-171-27/+14
|
* Remove pyaudioIsmaël Bouya2016-07-161-3/+0
|
* Put music effect in separate fileIsmaël Bouya2016-07-161-13/+63
|
* Add loop option for playIsmaël Bouya2016-07-141-5/+11
|
* Add seek actionIsmaël Bouya2016-07-141-0/+7
|
* Rename 'add' to 'delta'Ismaël Bouya2016-07-141-2/+2
|
* Some new features:Ismaël Bouya2016-07-141-15/+23
| | | | | | | | - 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 interruptibleIsmaël Bouya2016-07-141-3/+6
|
* Move from pygame to sounddevice for sound handlingIsmaël Bouya2016-07-141-67/+115
| | | | | Move lock files to files Add with statement to lock
* Use workflow for music_filesIsmaël Bouya2016-06-271-14/+39
|
* Put time duration in playlistIsmaël Bouya2016-06-271-0/+13
|
* Apply initial gain to music fileIsmaël Bouya2016-06-241-2/+5
|
* Fix fade_outIsmaël Bouya2016-06-241-2/+2
|
* Reduce memoryIsmaël Bouya2016-06-211-9/+8
|
* Fix frame rate when importing musicIsmaël Bouya2016-06-211-1/+1
|
* Added music name, currently playing musics, pause/unpauseIsmaël Bouya2016-06-201-3/+16
|
* Fix channels and description with blank linesIsmaël Bouya2016-06-191-9/+10
|
* Fix threading problems with ipythonIsmaël Bouya2016-06-191-1/+1
|
* Add pirate example config.yml + descriptionIsmaël Bouya2016-06-191-0/+2
|
* Add some actionsIsmaël Bouya2016-06-181-5/+28
|
* Move classes to separate fileIsmaël Bouya2016-06-181-0/+35