0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mention GPL choice in news list in _readme.txt. More... over 6 years ago
Rename variable name ev/evt to event to have consistent variable names. More... over 6 years ago
Added copyright headers to source code on request from Vaclav Peroutka. More... over 6 years ago
Removed unused tests to keep compiler quiet. 'unsigned' values are never negative. More... over 6 years ago
Flagged unused arguments using WXUNUSED to quiet down compiler. More... over 6 years ago
Flagged unused arguments using WXUNUSED to quiet down compiler More... over 6 years ago
Made readme file slightly easier to read. More... over 6 years ago
Added some wishes for the Frequency response feature. More... over 6 years ago
Added link to project page in readme and about popup. More... over 6 years ago
Add news entry for recent changes. More... over 6 years ago
Replace PI define with M_PI from <math.h>. More... over 6 years ago
Make it easier to use system provided rtaudio. More... over 6 years ago
Renamed RtError to RtAudioError for compatibility with newer versions of RtAudio. More... over 6 years ago
Avoid crashing in the redraw timer if no data is available yet during 'Frequency Response' run. More... over 6 years ago
Stop linking with precompiled libdsound library. More... over 6 years ago
Remove binary library from repository. More... over 6 years ago
Change makefile to use CXX for C++ compiler and replace g++ with c++. More... over 6 years ago
Enable more compiler warnings. More... over 6 years ago
Remove use of WX_DEFINE_OBJARRAY which create conflicting defines. More... over 6 years ago
Make calls to wxMemoryDC BeginDrawing() and EndDrawing() conditional on Windows. They are missing on Linux and I found a reference claiming they work on Windows. More... over 6 years ago
Add <limits.h> include needed for INT_MAX. More... over 6 years ago
Remove unused and uninitialized m_ErrorMessage. More... over 6 years ago
Avoid compiler warning in CheckPointerDouble() and CheckPointerFloat(). More... over 6 years ago
added wxClipboard for frequencies around peak in Scope More... almost 17 years ago
sound card switching works in Linux - and probably in Windows as well More... almost 17 years ago
Unicode changes, AI Dlg tested on 3 snd cards More... almost 17 years ago
- OSC - L channel measures frequency - FFT - "Audio Interface" Dlg extended with sampling frequency - "Audio Interface" Dlg shows available interfaces but settings do not work yet - changed colors for numbers in scopes More... almost 17 years ago
Changed wxSizer parameters to fix minimal wxSlider sizes More... almost 17 years ago
First Linux portsvn ci --help! - compilable with wxGTK-2.6.4 wth GTK2 and UNICODE; a plenty of problems with UI More... almost 17 years ago
- SA - variable FFT length - SA - right channel is added - SA - averaging of FFT values introduced More... almost 17 years ago