28
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 15 hours ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Effect plugins: don't set modified flag on control changes Fixing a bit of a silly error made by me, all control changes on my effect plugins were flagging the project as modified, which is annoying with automations etc. So I'm disabling it. Maybe later we can have flagging only when knobs are modified manually. More... almost 10 years ago
Merge remote-tracking branch 'origin/stable-1.1' More... almost 10 years ago
Merge branch 'stable-1.0' into stable-1.1 More... almost 10 years ago
VstBase: include 32 bit version of libwinpthread DLL for RemoteVstPlugin32 More... almost 10 years ago
Move playhandle-adding to the correct spot so playhandles won't get delayed More... almost 10 years ago
InstrumentTrack.h: Remove unneeded includes More... almost 10 years ago
visualization_widget: remove unnecessary global locks More... almost 10 years ago
file_browser: remove unnecessary global locks More... almost 10 years ago
TrackContainerView: remove unnecessary global locks (improve rt safety) More... almost 10 years ago
Pattern.cpp: Remove unnecessary global locks (improve rt safety) More... almost 10 years ago
Rebase on master to fix older bugs More... almost 10 years ago
Merge pull request #960 from diizy/master More... almost 10 years ago
Fix erroneous note offset in instrumenttrack More... almost 10 years ago
Instrument track, mixer... More... almost 10 years ago
Attempt to remove mutex calls from instrumenttrack::processinevent More... almost 10 years ago
Fix relative VST paths on Windows More... almost 10 years ago
Merge pull request #957 from raboof/addRecentlyOpenedShortcut More... almost 10 years ago
Add 'Recently opened project' menu hotkey More... almost 10 years ago
Merge pull request #955 from raboof/configure More... almost 10 years ago
Point ./configure users to the INSTALL file More... almost 10 years ago
Merge pull request #953 from LMMS/stable-1.1 More... almost 10 years ago
Merge pull request #952 from tresf/patch-1 More... almost 10 years ago
Prevent changing vertical size on fx mixer More... almost 10 years ago
Merge pull request #938 from diizy/master-sf2-accurate More... almost 10 years ago
SF2: Make timing more accurate, also some fixes I'm not saying sample-accurate, because it turns out, Fluidsynth has an internal buffer size and thus timing granularity of 64 frames. So 64 frames is the max. accuracy attainable for SF2. But it's better than nothing. Big thanks to David Henningsson of the Fluidsynth dev team, who very helpfully answered questions. A great guy. In addition, there are some fixes to earlier commits here, which I ran into while working on the SF2 timing. More... almost 10 years ago
Merge remote-tracking branch 'origin/stable-1.1' More... almost 10 years ago
Merge branch 'stable-1.0' into stable-1.1 More... almost 10 years ago
Install winpthreads DLL More... almost 10 years ago
Added support for winpthreads library More... almost 10 years ago
SWH/BodeShifterCV: fix out-of-bounds array access More... almost 10 years ago