Skip to content

Releases: elpaudio/elpAudio

elpAudio 2.52

19 Feb 20:56
9882ca6
Compare
Choose a tag to compare

This update brings you:

  • [HOTFIX] Visualiser count wasn't resetting when "Reset visualisers" button was clicked

image

elpAudio 2.51

08 Feb 18:43
Compare
Choose a tag to compare

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, and theme_colors.ini in theme folders. Now you can change colors in theme.plg files.
  • [FIXED] Any other little bugs were fixed. And added support for .aif files (AIFF but .aif and not .aiff)

image

elpAudio 2.5

01 Feb 18:44
Compare
Choose a tag to compare

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.

image

elpAudio 2.4 - Anniversary update

16 Jan 16:21
Compare
Choose a tag to compare

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!

image

elpAudio 2.3

28 Dec 14:10
Compare
Choose a tag to compare

elpAudio 2.3 gives you these fixes and additions:

  • [ADDED] Two new entries at Add file button menu, Remove file and Remove 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 named no-dx9, because of simplicity.

image

elpAudio 2.2.3

25 Nov 20:49
Compare
Choose a tag to compare

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 writes Unknown... from this update, so instead of NONE - NONE (NONE #NONE) it will be Unknown 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.

image

elpAudio 2.2 HOTFIX

05 Nov 20:37
Compare
Choose a tag to compare

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

10 Nov 13:08
Compare
Choose a tag to compare

This release of elpAudio contains new features and fixes:

  • [ADDED/FIXED] (From 6 months ago) Now, elpaudio frees the memory after some song was played. (frees last played song)
  • [FIXED] fixed FileFind function
  • [FIXED] fixed something in wsz2eat

image

elpAudio 2.2

03 Nov 23:38
Compare
Choose a tag to compare

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 than width argument and visualiser height will be less than height 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 on Change 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.

image

elpAudio 2.1.1

23 Oct 15:41
Compare
Choose a tag to compare

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.

image