0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Patch to sort filenames alphabetically in the file browser. (Nick Thomas) More... over 17 years ago
Perform clipping on sample data in the Player::Mix() function instead of in the App::FillBuffers() function. This way, clipping can occur after sample-rate conversion, and immediately before output to the audio hardware. More... over 17 years ago
Fixed dependencies for libsamplerate in the bootstrap*.mk files. More... over 17 years ago
Added libsamplerate to the dependencies. Expected already-installed for Linux. Compiled explicitly for Darwin and Cygwin. More... over 17 years ago
Audio output is now passed through libsamplerate for hardware that runs at a different samplerate than the data. Currently defaults to sample data at 44100, with a hardware rate at 48000. Buffer size is selected to divide well into this ratio, which could be automated in the future. More... over 17 years ago
Merge branch 'feature/interleavedbuffers' into feature/samplerateconv Fixed conflict in Player::Initialize() function definition. More... over 17 years ago
Moved from seperate left/right buffers to a single interleaved stereo buffer. More... over 17 years ago
Added initialization of SRC_STATE data structure for libsamplerate. More... over 17 years ago
Removed several blocks of commented-out code. More... over 17 years ago
Added -O3 optimization flag to compiler in non-debug mode. More... over 17 years ago
Unnecessary call to MakeMinMax() was causing pauses in the audio stream during sample switching. This call was only intended to be called in the GUI thread, which it is when invoked through WaveOb()::Draw(). More... over 17 years ago
Added field to top-left of interface to give visual indication of current 'button mode' (how the interface will react to number keys over MIDI.) More... over 17 years ago
Basic MIDI input back in, using RtMidi. The RtMidi callback puts MIDI messages into a circular buffer which is read by the non-blocking polling function. More... over 17 years ago
Re-enabled MIDI code in the CheckMsg() function and moved PortMidi polling call (still commented-out) to a function PollMidi(), which will be replaced by data from the RtMidi callback. More... over 17 years ago
Updated docs in preparation for 0.3. More... over 17 years ago
Added comments for 0.3 release. Bumping several planned features along to later versions. More... over 17 years ago
Removed really old program-file loading code. More... over 17 years ago
Re-enabled enter key for starting stopping playback. More... over 17 years ago
Fixed loading of program file: was only loading the first 8 programs. More... over 17 years ago
The bootstrap script should be executable. More... over 17 years ago
Removed autotools files in favour of the working SCons build environment. More... over 17 years ago
Fixed bootstrap script to use = instead of == for MD5 tests. More... over 17 years ago
The md5sum program is called "md5" on darwin. More... over 18 years ago
Getting slightly closer to a working Windows -mno-cygwin build. More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago