Releases: elpaudio/elpAudio
Releases · elpaudio/elpAudio
elpAudio 2.52
elpAudio 2.51
This elpAudio update brings you:
- [ADDED+REMOVED] Added new color map, and a new function for it -
Color
! You can add your own colors to it, or change existing colors. Addition to that, removed all of the global color variables, andtheme_colors.ini
in theme folders. Now you can change colors intheme.plg
files. - [FIXED] Any other little bugs were fixed. And added support for .aif files (AIFF but .aif and not .aiff)
elpAudio 2.5
This elpAudio update brings you this:
- [FIXED] Plugins and visualisers are finally can be reloaded normally. More in wiki.
- [ADDED] Added built-in theme plugin! Now, elpAudio themes can have their own plugin called
theme.plg
, it was made for adding user's own objects, sprites and other things only for current theme! - [ADDED] (only for WINAPI2 builds) User can now disable popup notifications in elpAudio settings, because for some people it is very annoying,
- [FIXED] Default visusalisers were optimized to take less of CPU %.
- [FIXED] elpAudio 2.4 was broken because it wasn't containing any effect variables. Now, effects are back.
elpAudio 2.4 - Anniversary update
elpAudio is turning 1 year on this day, month and year. This update includes these fixes:
- [ADDED] Effects variables! they are all starting with
fx
, and available with plugins/visualisers. More functions and documentation will be made later. - [ADDED] New keyboard shortcut - Tab for changing visualiser.
- [FIXED] Now elpAudio is loading even more faster!
- [REMOVED] Fullscreen was removed due to latest update 2.3. It didn't work properly because of the new update
- [REMOVED] From this update, there will be no more "nodx9" releases. Sorry, but for elpAudio you need Direct3D 9 minimum!
- [for developers][ADDED] elpAudio can be built with GMake. Just click on "build_gmake.bat" file and see the magic!
elpAudio 2.3
elpAudio 2.3 gives you these fixes and additions:
- [ADDED] Two new entries at
Add file
button menu,Remove file
andRemove folder
. No longer need playlist visualisers for removing some tracks! - [ADDED] New example song - chicago fires by Hackurr, and...
- [ADDED] Two new visualisers - Fire and Water fountain!
- [ADDED] Two new default themes - Astronaut and Boombox!
- [ADDED] If song was playing for more than 1 second, "Previous song" button will reset song position to 0, else if song was playing for less than 1 second, button above will go to previous song. Useful!
- [FIXED] Now elpAudio resets window buffer to stream normally in Discord or some other streaming apps (idk why you need that)
- [FIXED]
no-chromakey
builds are now namedno-dx9
, because of simplicity.
elpAudio 2.2.3
This elpAudio update brings you:
- [ADDED] New default fonts, Classic Console Neue and Source Sans Pro, instead of Tahoma and Terminal
- [FIXED] Position slider grabbing was fixed
- [FIXED] Instead of writing
NONE
to all module metadata tags, it writesUnknown...
from this update, so instead ofNONE - NONE (NONE #NONE)
it will beUnknown artist - *Module name* (Unknown album #00)
- [ADDED] in elpAudio settings: added multiple menu levels for more settings! and...
- [ADDED] added About page, shows original info from elpAUDIO 0.1 + mentions
Contains 4 builds of elpAudio.
elpAudio 2.2 HOTFIX
Sorry, but only elpAudio.exe worked on 2.2 update. Fixes came, and new features:
- can set your own fonts with
FontSet
function from now - can get width and height of your own font with
GetFontWidth/Height
functions - fixed new updated menu in
Add file
button with icons
elpAudio 2.2.1
elpAudio 2.2
This update of elpAudio includes these features:
- [REMOVED] Removed save/load list butttons and moved them in Add File button menu as
Load playlist|Save playlist
buttons. - [ADDED] New function for checking visualiser size:
MinVisVars(width, height)
- if visualiser width will be less thanwidth
argument and visualiser height will be less thanheight
it will return 0, otherwise returns 1.
Example usage:
if !MinVisVars(100,64) exit
- [ADDED] New updated file chooser function
GetOpenFilename(title, dir, name, mask)
. You can set title of dialog box, initial dir and initial name of the file. Returns selected file as string. - [ADDED] In elpAudio settings: Added
wsz2eat
(winamp2 skin file to elpAudio theme converter). Now, you can select .wsz file onChange theme...
button press, and it will be converted to elpAudio theme! But it's a little unfinished, so you will get errors on some type of winamp2 skin. FOR THE CONVERSION YOU NEED 7zip AND winamp_default THEME THAT CAN BE OBTAINED BY CLICKING THE IMAGE BELOW.
elpAudio 2.1.1
elpAudio 2.1.1 includes these features and fixes:
- [FIXED] Fixed getting GENRE tag from the song
- [FIXED] For avoiding crash, now elpAudio creates metadata map and adds dummy tags in it. Full showcase:
- 'TITLE' - 'Untitled';
- 'ARTIST' - 'Unknown Artist';
- 'ALBUM' - 'Unknown album';
- 'GENRE' - 'Unknown genre';
- 'DATE' - '0000-00-00';
- 'TRACKNUMBER' - '00'.
- [FIXED] Now, you can't grab volume slider when position slider is grabbed, or opposite, can't grab position slider whn volume slider is grabbed
- [FIXED] Now elpAudio takes 'DATE' tag instead of 'YEAR' when converting
%try
for caption text - [FIXED] Some really minor fixes.