58
I Use This!
High Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix to NotationHLayout::preparse to reset fixedWidth correctly More... over 23 years ago
... More... over 23 years ago
took floating-point calculations out of MidiFile::convertToRosegarden More... over 23 years ago
Tidying up. More... over 23 years ago
... More... over 23 years ago
Several fixes to do with track start times, both in layout/display code and in the basic track creation / io code itself. More... over 23 years ago
MIDI export now works fine but exported files don't appear to have the right tempo yet. More... over 23 years ago
Midi file export still buggy when used in other progs but fine when consuming its own output. Added meta markers, prog changes, track names. More... over 23 years ago
tracks lining up when starting at different times More... over 23 years ago
MIDI export now just about works. More... over 23 years ago
Added a default tempo to Composition. Better MIDI export - now the delta times are correct for most tracks but it's still not working in all cases. More... over 23 years ago
MIDI file export changes. More... over 23 years ago
Modest changes for gcc-3.0 build More... over 23 years ago
Fixed major Sequencer playback problem. Fiddled with the latencies a little but it turned out the note off queue wasn't being emptied as it should've been. Presumably the overhead associated with processing it meant that new notes couldn't be put on the playback buffer in time. More... over 23 years ago
Doc... More... over 23 years ago
Removed bar positions from Track, added Bar events to the reference track in the Composition. Made all and sundry depend on that instead. Surely still various errors and omissions, some of which are noted with comments. Needs lots of tidying up too. More... over 23 years ago
More MIDI export work - still doesn't work. MIDI import now throws exceptions and flags corrupted files. More... over 23 years ago
Added MIDI Export GUI. More... over 23 years ago
just missing an old friend More... over 23 years ago
Sequencer process control changes - you can now keep a sequencer process up and running and stop and start the GUI as you like without it automatically creating a new sequencer everytime. More... over 23 years ago
Explains how the sequencer converts timing. More... over 23 years ago
Tempo. It should now be trivial to implement changes of tempo from the GUI i.e. the Sequencer works with the tempo rather than ignoring it. All of this should go to help timing for the MIDI export code as well. A default tempo is assigned to a loaded file if no tempo is found in it. More... over 23 years ago
Improved sequencer timing with some bug fixes. More... over 23 years ago
More MIDI file writing updates. More... over 23 years ago
Some MIDI file writing updates. More... over 23 years ago
Removed because obsolete. More... over 23 years ago
Start sequencer along with the rest of application instead of when playback starts. More... over 23 years ago
messing around More... over 23 years ago
Corrected bug which would cause newly created tracks with different instruments but identical start times not to be inserted in the composition. More... over 23 years ago
Corrected bug in ~RosegardenGUIApp(). Check if sequencer process exists before blocking its signals and deleting it. More... over 23 years ago