It also run fine into the opensuse VM machine
It build fine here into OpenSUSE Tumbleweed as VM into gentoo. The GUI look fine, but it's late here and I will try it another day. But I would really be happy to be able to build it on gentoo. I get $ cmake --build . [ 12%] Building CXX object CMakeFiles/AudMeS.dir/rtaudio/RtAudio.cpp.o /home/dom/softs/audmes/rtaudio/RtAudio.cpp:8525:10: erreur fatale: pulse/error.h : Aucun fichier ou dossier de ce nom 8525 | #include <pulse/error.h> I will never run pulse into my machines. I use a lot of audio...
fix appdata.xml for flatpak
fix typo in appdata.xml for flatpak
'Left' amd 'Right' labels reversed on Generator
Fixed in 2025.04.05 release.
switch to C+++ style header
update github actions and dependencies
do not package windows build to test
try to avoid build error on GitHub
try other generator for Windows
add Windows to github actions
Add package to github action
Add github build workflow
add sinc to right channel too
Fix PaintTrack when called with less than a single line
Add spacer in oscilloscope view
add vector to CtrlOScope.h to fix build error on GitHub
Use enum for waveform instead of int and comment
add wobble waveform
Add sinc to GUI as toggle button
first sinc interpolation working on channel1 only
Refactor CtrlOScope using clang-tidy
use DrawLines instead of multiple DrawLine calls
https://sourceforge.net/projects/audmes/
Thanks for your contribution. I am considering your changes and testing them. I am happy that you like the program. Best Regards Walter
https://sourceforge.net/projects/audmes/
https://sourceforge.net/projects/audmes/
fix swapped box labels in generator notebook
'Left' amd 'Right' labels reversed on Generator
Dear Keith, Thanks for reporting the issue. Yes, line 315 is the place where I swapped the box labels. Best Regards Walter
'Left' amd 'Right' labels reversed on Generator
prepare release 2024-07-28
prepare release 2024-07-28
rearrange oscilloscope view
Change oscilloscope view channel range settings
refactor: rename remaining _copy variables in AudMeS
refactor rename variables with _copy in audmes.h
add clang-tidy checks
remove empty init method in audiointerface
rearrange sizers, choices and fix label text
value of xpos initialization is never used
add factor 2 to average function
refine cppcheck settings and apply suggestions
remove unused setUnits methods in CtrlOScope
make clang-format aware of the new event macro names
remove obsolete #pragma
improve performance in CtrlOScope according to cppcheck
add cppcheck settings
replace deprecated wxWidgets macros
only build sma_2d_test when desired
replace GetCurrentSelection() by GetSelection() wxWidgets method
increase clipping region slightly in graph
remove DC from spectrum samples
remove obsolete variable m_fsampling
Hello, Until today I didn't know there was a new version. Today I tested it on the same 2019 MacBook Pro and the error no longer occurs. It is currently installed with Mac Os Monterey. I'll try the other macs I have but I think it will work. Thank you.
Hi all, Compliments the author, This is a rare and valuable piece of software! Just a question: is there a way to change text color or brightness in scales? Thanks sadikkola surely not a Linux guru...
Hi Walter, Thank you for the explanation. That is helpful.
Hi Tim, You are welcome. I am happy that you like AudMeS. Right, the Y scale is not obvious or plain wrong like V/div, The signal you see is +-1.0 full scale since I switched to floating point. When you select 32768 you have full scale of the A/D converter. I cannot say what that is in volts, because it depends on your sound card and its settings. When you select 16348 you get a zoom factor 2, with 8192 a factor 4 and so on. I am working on a fix to make the Y scale clearer.
Hello, This is a nice simple program; thank you for making it available. I do have some questions though. Regarding the X and Y scales on the oscilloscope tab: The X scale is understandable. [us/div] obviously means microseconds per division. And this makes sense in my attached screenshot, where X Scale = 1000 and one division is 1m. (1000 microseconds = 1 millisecond.) But I don't get the Y scale. If Res(olution) [V/div] = 8, then what am I looking at here? The displayed signal goes between -0.2...
add change for desktop file from Debian patch
update app-data file for Flatpak
You may try the new version I released today.
prepare release 2024-02-18
let cmake automatically determine shared lib dependencies
drop DC component from FFT data for CtrlOScope
avoid log10(0) and rounding errors in CtrlOScope
pass arrays by reference to CtrlOScope
fix m_OscBufferLength
refactor graph code
draw lines slightly outside the graph for better display
adjust buffers and graph
improve legend for X axis in linear mode
fix oscilloscope graph calculation
change oscilloscope view to time axis in us/div
refactor AudMeS: rename CtrlOScope window names
modify frequency graph function interpolation
add save function to spectrum and oscillogram
rewrite ctrloscope using frequency data on X-axis
rewrite DrawFreqResponse adding x-axis data
check recordNum in GetSMA when in debug build
use wxAtoi instead of ToLong in OnFFTAvgChanged
refactor CtrlOScope: drop obsolete methods and attributes.
refresh display after loading frequency range graph
take advantage of averaging for frequency, magnitude and THD
refactor sample rate handling
remove unused declarations in AudMeS.h
fix Gitlab CI settings