Page 1 of 2

LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Sat Aug 01, 2020 6:06 pm
by pirogronian
I'm not sure if it's worth to put it here, but anyway. It's training/hobby project. Main objective: explore all possible love.audio subsystem capabilities. Second objective: do the same with Slab library. Third objective: make some skills in programming.

It's early alpha phase. I post it here as it just gained most basic functionality.
Here is repo: https://github.com/pirogronian/LoveAudioTester
For any questions please refer FAQ first.

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Mon Aug 10, 2020 7:27 pm
by pirogronian
Just updated to version 0.2. Main changes: more convenient menus (including context menus implementation), added selection modes and single info window mode. Only one main functionality added: source volume control.

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Sat Aug 15, 2020 10:33 am
by pirogronian
Just updated to version 0.4 (v0.3 went silently meanwhile). User can now set almost all parameters of source: all related to temporal/spatial physics, like position, velocity etc (but for mono only, requirement of LOVE), as well as volume limits and pitch.
screenshot1-v0.4.png
screenshot1-v0.4.png (71.87 KiB) Viewed 13104 times

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Sun Aug 16, 2020 5:36 am
by SiENcE
Nice!

Some kind of visual representation of distances and position or radius in connection to an configurable grid could be nice. So people can see and not only hear the source parameters.

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Sun Aug 16, 2020 8:00 am
by pirogronian
SiENcE wrote: Sun Aug 16, 2020 5:36 am Some kind of visual representation of distances and position or radius i connection to an configurable grid could be nice. So people can see and not only hear the source parameters.
Yeah, exactly. lt have settled place in my ToDo :megagrin:

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Sun Aug 16, 2020 5:17 pm
by SiENcE
Nice!

I come back :).

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Tue Aug 18, 2020 3:32 pm
by pirogronian
Just updated to version 0.5. Well, there are mostly internal changes, but there is some UI changes as well and new options for better control over current item selection. Backward incompatibile*.

*(wont load state saved by previous version)

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Thu Aug 20, 2020 6:07 pm
by coding.jackalope
Hi pirogronian, good to see Slab being used in other projects. This is looking good. Keep up the good work.

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Sat Aug 22, 2020 10:17 am
by pirogronian
Version 0.6 released. Main changes:
* Recording source position & velocity from mouse movement (just for fun)
* Several GUI improvements:
- Open item window for newly created item or on double-click.
- Added options Delete and create child to item window.
- Auto-generating default item id.
* Added file Changelog.txt (just in time) ;)

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Posted: Wed Aug 26, 2020 8:17 am
by pirogronian
SiENcE wrote: Sun Aug 16, 2020 5:17 pm Nice!

I come back :).
Hi SiENcE! As I want to update Changelog (and optionally some other minors) before officially releasing version 0.7, You may already check out current master and its sources diagram feature. It's gonna to be configurable in the future, of course.

Edit: Damn it! I forgot push today changes.

Edit2: Anyway, version 0.7 is officially out. Main new features:
* Basic scene/listener properties window.
* Basic graphical diagram representing spatial sources and listener properties (position, velocity, direction).