openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
radarsat1's LoopDub
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Jul 31, 2024 — Jul 31, 2025
Showing page 3 of 5
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Patch to sort filenames alphabetically in the file browser. (Nick Thomas)
Stephen Sinclair
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.
Stephen Sinclair
More...
over 17 years ago
Fixed dependencies for libsamplerate in the bootstrap*.mk files.
Stephen Sinclair
More...
over 17 years ago
Added libsamplerate to the dependencies. Expected already-installed for Linux. Compiled explicitly for Darwin and Cygwin.
Stephen Sinclair
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.
Stephen Sinclair
More...
over 17 years ago
Merge branch 'feature/interleavedbuffers' into feature/samplerateconv Fixed conflict in Player::Initialize() function definition.
Stephen Sinclair
More...
over 17 years ago
Moved from seperate left/right buffers to a single interleaved stereo buffer.
Stephen Sinclair
More...
over 17 years ago
Added initialization of SRC_STATE data structure for libsamplerate.
Stephen Sinclair
More...
over 17 years ago
Removed several blocks of commented-out code.
Stephen Sinclair
More...
over 17 years ago
Added -O3 optimization flag to compiler in non-debug mode.
Stephen Sinclair
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().
Stephen Sinclair
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.)
Stephen Sinclair
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.
Stephen Sinclair
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.
Stephen Sinclair
More...
over 17 years ago
Updated docs in preparation for 0.3.
Stephen Sinclair
More...
over 17 years ago
Added comments for 0.3 release. Bumping several planned features along to later versions.
Stephen Sinclair
More...
over 17 years ago
Removed really old program-file loading code.
Stephen Sinclair
More...
over 17 years ago
Re-enabled enter key for starting stopping playback.
Stephen Sinclair
More...
over 17 years ago
Fixed loading of program file: was only loading the first 8 programs.
Stephen Sinclair
More...
over 17 years ago
The bootstrap script should be executable.
Stephen Sinclair
More...
over 17 years ago
Removed autotools files in favour of the working SCons build environment.
Stephen Sinclair
More...
over 17 years ago
Fixed bootstrap script to use = instead of == for MD5 tests.
Stephen Sinclair
More...
over 17 years ago
The md5sum program is called "md5" on darwin.
radarsat1
More...
over 18 years ago
Getting slightly closer to a working Windows -mno-cygwin build.
radarsat1
More...
over 18 years ago
*** empty log message ***
radarsat1
More...
over 18 years ago
*** empty log message ***
radarsat1
More...
over 18 years ago
*** empty log message ***
radarsat1
More...
over 18 years ago
*** empty log message ***
radarsat1
More...
over 18 years ago
*** empty log message ***
radarsat1
More...
over 18 years ago
*** empty log message ***
radarsat1
More...
over 18 years ago
←
1
2
3
4
5
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree