You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elpAudio 2.0 is a revolution. This version brings you these additions and fixes:
[ADDED] PLUGINS SUPPORT!!! You can now add new buttons and code, modify some of elpAudio global strings, and, most important, use external DLLs, so you can, for example, allow elpAudio to play your music formats!
[ADDED] New playlist structure, now, it has a new extension (.epl instead of .elf), the first line of new playlist structure sets playlist version (you can still open old .elf files)
[ADDED] default_wave visualiser is back again, with new and updated lib_audio.dll!
[ADDED] New functions for visualisers and plugins, for simplicity!
[ADDED] Added vertical sync support. You can turn it on or off in elpAudio settings.
[ADDED] Added frame skipper, elpAudio skips frames and eats CPU less than frame skipped disabled. You can turn it on or off too in settings.
[ADDED] On right-click on settings button, it shows menu where you can reload plugins or visualisers
[ADDED] New option where elpAudio can preload next song (good for mixed albums, like Moving Shadow and other)
[ADDED] New option where elpAudio can change music preload type (0 - uncompressed into memory (CPU intensive), 1 - uncompressed from disk (DISK intensive), 2 - compressed into memory (RAM intensive)) (you can change it only in settings.ini file!)
[ADDED] New option where elpAudio can turn off visualisers when it's window is not focused
[ADDED] New option where elpAudio can automatically load migrated playlists
[ADDED] For plugins, now every single supported format are available in one string - __fformats, it can be changed for adding your own music format
[ADDED] New caption formatting! Now you can type in %trt for track title, %tra for track artist, %try for track year, %trf for track album, %trg for track genre and %trn for track number to elpAudio window caption!
[ADDED] In elpAudio settings, added menu for enabling/disabling plugins
[ADDED] elpAudio now has multiple monitors support. If you wanna turn it off, then turn off ea_monitors.plg plugin in elpAudio settings
[FIXED] Now elpAudio eats less CPU, all of the time strings such as current song's minutes/seconds, are taken from one pre-compiled globalvar (global.formatted_time)
[FIXED] Fixed broken file importer when dragging files in elpAudio window
[FIXED] Fixed elpAudio doesn't change it's current song when opening song from argument
[FIXED] Fixed a typo in Add file button, now you can load .mod files normally
[FIXED] Fixed information shown when F1 key is pressed and removed dialog when Shift+F1 keys are pressed
[FIXED] Now custom FPS works
[FIXED] Removed some necessary variables for faster elpAudio work
[UPDATED] Now, for getting music tags, use MetadataGetTag() function
[UPDATED] From this version, left click on Add file button opens menu for adding a music file, and right click shows full menu with all available options