ardour.git
15 years agoremove empty sigc++2 directory
Doug McLain [Mon, 2 Jun 2008 05:02:28 +0000 (05:02 +0000)]
remove empty sigc++2 directory

git-svn-id: svn://localhost/ardour2/branches/3.0@3432 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoadd new sigc++2 directory
Doug McLain [Mon, 2 Jun 2008 04:44:08 +0000 (04:44 +0000)]
add new sigc++2 directory

git-svn-id: svn://localhost/ardour2/branches/3.0@3431 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove sigc 2.0.18
Doug McLain [Sun, 1 Jun 2008 22:50:02 +0000 (22:50 +0000)]
Remove sigc 2.0.18

git-svn-id: svn://localhost/ardour2/branches/3.0@3430 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoTranslations from Petter, now in the correct branch. Now only for €19.99.
Sampo Savolainen [Sun, 1 Jun 2008 15:13:52 +0000 (15:13 +0000)]
Translations from Petter, now in the correct branch. Now only for €19.99.

git-svn-id: svn://localhost/ardour2/branches/3.0@3428 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUpdated translations from Petter
Sampo Savolainen [Mon, 26 May 2008 14:31:06 +0000 (14:31 +0000)]
Updated translations from Petter

git-svn-id: svn://localhost/ardour2/branches/3.0@3415 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* splitted midi++/event.h in header and implementation
Hans Baier [Sun, 25 May 2008 23:35:23 +0000 (23:35 +0000)]
* splitted midi++/event.h in header and implementation
* added to_string(), to_xml() and from_xml() to MIDI::Event
* added partial support for midnam-Patchfiles (http://www.sonosphere.com/dtds/MIDINameDocument.dtd): midnam_patch.h/.cc
* added validation support to xml++.cc/.h
* added XMLNode::add_property(const char *name, const long value)
* added test to pbd/tests/xpath.cc

git-svn-id: svn://localhost/ardour2/branches/3.0@3412 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoChanged Byte to uint8_t in some files (left out from drobilla's previous commit)
Sakari Bergen [Sat, 24 May 2008 16:07:33 +0000 (16:07 +0000)]
Changed Byte to uint8_t in some files (left out from drobilla's previous commit)

git-svn-id: svn://localhost/ardour2/branches/3.0@3411 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove pointless Byte typedef that didn't really match any other typedef in ardour...
David Robillard [Fri, 23 May 2008 19:32:16 +0000 (19:32 +0000)]
Remove pointless Byte typedef that didn't really match any other typedef in ardour anyway.

git-svn-id: svn://localhost/ardour2/branches/3.0@3409 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* added midnam test file for xpath
Hans Baier [Fri, 23 May 2008 10:36:51 +0000 (10:36 +0000)]
* added midnam test file for xpath
* added to_string() to MIDI::Event
* added XMLNode::attribute_value for attribute nodes
* debugging output in MidiModel (incorrect rendering of Pitchbender events: Notes lost
* added xpath tests for midnam files

git-svn-id: svn://localhost/ardour2/branches/3.0@3406 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* fixed: wrong conversion from double for pitch bender in MidiModel::control_to_midi_...
Hans Baier [Fri, 23 May 2008 02:43:09 +0000 (02:43 +0000)]
* fixed: wrong conversion from double for pitch bender in MidiModel::control_to_midi_event

git-svn-id: svn://localhost/ardour2/branches/3.0@3404 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago*fix the bugfix: Input and Output Ports exchanged in Track/Bus inspector
Hans Baier [Fri, 23 May 2008 02:13:31 +0000 (02:13 +0000)]
*fix the bugfix: Input and Output Ports exchanged in Track/Bus inspector
*increased buffer sizes to get rid of overruns (PitchBender still doesnt work though....)

git-svn-id: svn://localhost/ardour2/branches/3.0@3403 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* changed return type for pbd/xml++ xpath support to use boost::shared_ptr
Hans Baier [Fri, 23 May 2008 00:52:25 +0000 (00:52 +0000)]
* changed return type for pbd/xml++ xpath support to use boost::shared_ptr

git-svn-id: svn://localhost/ardour2/branches/3.0@3402 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMake absurdly slow MIDI selection rectangle slightly less absurd.
David Robillard [Thu, 22 May 2008 23:14:19 +0000 (23:14 +0000)]
Make absurdly slow MIDI selection rectangle slightly less absurd.

git-svn-id: svn://localhost/ardour2/branches/3.0@3401 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix rounding errors in region/source length calculuation in import (regions appearing...
David Robillard [Thu, 22 May 2008 21:46:44 +0000 (21:46 +0000)]
Fix rounding errors in region/source length calculuation in import (regions appearing slightly too short).

git-svn-id: svn://localhost/ardour2/branches/3.0@3396 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix corrupt MIDI file writing when meta events are present (fixes missing first note...
David Robillard [Thu, 22 May 2008 21:36:27 +0000 (21:36 +0000)]
Fix corrupt MIDI file writing when meta events are present (fixes missing first note issue on some imported files).
Reduce number of buffer allocations on MIDI read/write.

git-svn-id: svn://localhost/ardour2/branches/3.0@3395 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix track selection sensitivity botch for Import action, should be toggle-waveform...
Paul Davis [Thu, 22 May 2008 20:56:56 +0000 (20:56 +0000)]
fix track selection sensitivity botch for Import action, should be toggle-waveform-visible instead

git-svn-id: svn://localhost/ardour2/branches/3.0@3393 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix source/region length on MIDI import.
David Robillard [Thu, 22 May 2008 20:00:54 +0000 (20:00 +0000)]
Fix source/region length on MIDI import.

git-svn-id: svn://localhost/ardour2/branches/3.0@3391 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoArbitrarily increase MIDI process buffer size to avoid overruns with very dense data.
David Robillard [Thu, 22 May 2008 16:44:22 +0000 (16:44 +0000)]
Arbitrarily increase MIDI process buffer size to avoid overruns with very dense data.

git-svn-id: svn://localhost/ardour2/branches/3.0@3389 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* added more tests and profiling for pbd/xml++ xpath support
Hans Baier [Thu, 22 May 2008 16:02:05 +0000 (16:02 +0000)]
* added more tests and profiling for pbd/xml++ xpath support

git-svn-id: svn://localhost/ardour2/branches/3.0@3387 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* added XPath support to pbd/xml++
Hans Baier [Thu, 22 May 2008 12:06:20 +0000 (12:06 +0000)]
* added XPath support to pbd/xml++

git-svn-id: svn://localhost/ardour2/branches/3.0@3384 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix MIDI selection/tool issues (issue #0002415 and other bugs).
David Robillard [Thu, 22 May 2008 01:02:04 +0000 (01:02 +0000)]
Fix MIDI selection/tool issues (issue #0002415 and other bugs).
Fix selection preservation across MIDI model editing commands (for both note moving and resizing).
Fix selection breakage introduced by old selection preservation stuff (fix zombie selection).

git-svn-id: svn://localhost/ardour2/branches/3.0@3381 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* bugfix: Inputs and Outputs swapped in the Track/Bus Inspector
Hans Baier [Wed, 21 May 2008 23:01:40 +0000 (23:01 +0000)]
* bugfix: Inputs and Outputs swapped in the Track/Bus Inspector
* bugfix: control_to_midi_event has no effect
* typo (track/bus inspector)

git-svn-id: svn://localhost/ardour2/branches/3.0@3379 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMore petty clean ups of MIDI stuff.
David Robillard [Wed, 21 May 2008 18:07:31 +0000 (18:07 +0000)]
More petty clean ups of MIDI stuff.
Use more complete header I had laying around for MIDI controller names / depollute Automatable.

git-svn-id: svn://localhost/ardour2/branches/3.0@3378 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* Made the MIDI standard names show up for controllers instead of just controller...
Hans Baier [Wed, 21 May 2008 09:26:49 +0000 (09:26 +0000)]
* Made the MIDI standard names show up for controllers instead of just controller numbers

git-svn-id: svn://localhost/ardour2/branches/3.0@3376 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSeparate audio and MIDI disk buffer size (and track read ahead) parameters.
David Robillard [Wed, 21 May 2008 07:45:45 +0000 (07:45 +0000)]
Separate audio and MIDI disk buffer size (and track read ahead) parameters.
Clean up and remove more unused stuff from MidiDiskstream.
Remove false assumptions that MIDI ring buffer space (bytes) corresponds to disk I/O chunk length (frames).

git-svn-id: svn://localhost/ardour2/branches/3.0@3375 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoClean up MidiDiskstream code, more closely match audio diskstream.
David Robillard [Wed, 21 May 2008 05:05:26 +0000 (05:05 +0000)]
Clean up MidiDiskstream code, more closely match audio diskstream.

git-svn-id: svn://localhost/ardour2/branches/3.0@3374 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDon't read inactive tracks in Diskstream (merge oops, now matches 2.0).
David Robillard [Wed, 21 May 2008 04:23:23 +0000 (04:23 +0000)]
Don't read inactive tracks in Diskstream (merge oops, now matches 2.0).
Change soundtouch pkg-config name back to to "soundtouch-1.0" (Debian switched to this, I think fedora uses it too?).

git-svn-id: svn://localhost/ardour2/branches/3.0@3373 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* fix out of range MIDI event detection
Hans Baier [Fri, 16 May 2008 23:50:29 +0000 (23:50 +0000)]
* fix out of range MIDI event detection

git-svn-id: svn://localhost/ardour2/branches/3.0@3366 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDon't create tracks for empty MIDI channels on import (i.e. make import look clean...
David Robillard [Fri, 16 May 2008 22:40:35 +0000 (22:40 +0000)]
Don't create tracks for empty MIDI channels on import (i.e. make import look clean and sensible).
Remove no longer useful debugging output.

git-svn-id: svn://localhost/ardour2/branches/3.0@3365 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix out of range MIDI event error detection (duuuhhhhh).
David Robillard [Fri, 16 May 2008 22:00:14 +0000 (22:00 +0000)]
Fix out of range MIDI event error detection (duuuhhhhh).

git-svn-id: svn://localhost/ardour2/branches/3.0@3364 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* Fixed crash on closing MIDI automation tracks, because ARDOUR::Parameter::operator...
Hans Baier [Fri, 16 May 2008 20:54:24 +0000 (20:54 +0000)]
* Fixed crash on closing MIDI automation tracks, because ARDOUR::Parameter::operator< violated strict weak ordering,
  which is necessary for std::set to work correctly
* few small style guide corrections

git-svn-id: svn://localhost/ardour2/branches/3.0@3363 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix region/track naming on MIDI import (remove ugly/unnecessary %a %b etc suffix).
David Robillard [Fri, 16 May 2008 03:21:18 +0000 (03:21 +0000)]
Fix region/track naming on MIDI import (remove ugly/unnecessary %a %b etc suffix).

git-svn-id: svn://localhost/ardour2/branches/3.0@3360 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix invalid error message during MIDI recording (or files with stuck notes).
David Robillard [Fri, 16 May 2008 03:11:28 +0000 (03:11 +0000)]
Fix invalid error message during MIDI recording (or files with stuck notes).
Handle stuck notes more gracefully in the view (probably should show up as a diamond though?).

git-svn-id: svn://localhost/ardour2/branches/3.0@3359 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoTidy up MIDI debugging output.
David Robillard [Fri, 16 May 2008 02:50:19 +0000 (02:50 +0000)]
Tidy up MIDI debugging output.

git-svn-id: svn://localhost/ardour2/branches/3.0@3358 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix crash on out of range MIDI events (though this shouldn't be possible at all....
David Robillard [Fri, 16 May 2008 02:35:37 +0000 (02:35 +0000)]
Fix crash on out of range MIDI events (though this shouldn't be possible at all....).

git-svn-id: svn://localhost/ardour2/branches/3.0@3357 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRe-comment-out MIDI iteration debug prints (oops).
David Robillard [Thu, 15 May 2008 06:00:22 +0000 (06:00 +0000)]
Re-comment-out MIDI iteration debug prints (oops).

git-svn-id: svn://localhost/ardour2/branches/3.0@3353 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix silly bugs introduced in previous commit.
David Robillard [Thu, 15 May 2008 05:53:25 +0000 (05:53 +0000)]
Fix silly bugs introduced in previous commit.

git-svn-id: svn://localhost/ardour2/branches/3.0@3352 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoEliminate excessive allocation (for every event) during MidiModel iteration.
David Robillard [Thu, 15 May 2008 05:00:28 +0000 (05:00 +0000)]
Eliminate excessive allocation (for every event) during MidiModel iteration.

git-svn-id: svn://localhost/ardour2/branches/3.0@3351 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* formatting
Hans Baier [Tue, 13 May 2008 18:40:10 +0000 (18:40 +0000)]
* formatting
* fixed corruption bugs due to allocation hell of MidiModel::const_iterator::_event: Changed it into boost::shared_ptr
* fixed  MidiModel::const_iterator bugs:
-First note on lost, if an automation event comes first
-corrupt MidiEvent compared to automation event if there are no notes in the region
* (hopefully) fixed possible race condition
* fixed range check in MidiDiskstream::set_state for channel mask
* treating notes with duration 0 more gently in MidiRegionView (warning instead of assertion)

git-svn-id: svn://localhost/ardour2/branches/3.0@3345 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFix event allocation issues with MidiModel iteration.
David Robillard [Tue, 13 May 2008 00:15:26 +0000 (00:15 +0000)]
Fix event allocation issues with MidiModel iteration.

git-svn-id: svn://localhost/ardour2/branches/3.0@3342 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoRemove junk from MidiModel::write_to
David Robillard [Mon, 12 May 2008 23:34:35 +0000 (23:34 +0000)]
Remove junk from MidiModel::write_to

git-svn-id: svn://localhost/ardour2/branches/3.0@3341 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* added files in patch for ardour-3.0 to compile on OS X thanks to Sakari Bergen
Hans Baier [Mon, 12 May 2008 11:49:03 +0000 (11:49 +0000)]
* added files in patch for ardour-3.0 to compile on OS X thanks to Sakari Bergen

git-svn-id: svn://localhost/ardour2/branches/3.0@3339 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* applied patch for ardour-3.0 to compile on OS X thanks to Sakari Bergen
Hans Baier [Mon, 12 May 2008 11:46:53 +0000 (11:46 +0000)]
* applied patch for ardour-3.0 to compile on OS X thanks to Sakari Bergen

git-svn-id: svn://localhost/ardour2/branches/3.0@3338 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* Quick Fix: assertion converted into warning in MidiModel::write_to
Hans Baier [Mon, 12 May 2008 11:42:41 +0000 (11:42 +0000)]
* Quick Fix: assertion converted into warning in MidiModel::write_to

git-svn-id: svn://localhost/ardour2/branches/3.0@3337 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed various event size bugs
Hans Baier [Mon, 12 May 2008 10:03:53 +0000 (10:03 +0000)]
* fixed various event size bugs

git-svn-id: svn://localhost/ardour2/branches/3.0@3336 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFix various MIDI corruption bugs.
David Robillard [Mon, 12 May 2008 02:40:48 +0000 (02:40 +0000)]
Fix various MIDI corruption bugs.
Re-enable MIDI CC controller bars and other immediate output (hans commented out, tsk tsk).
Write channel mode as textual enumeration instead of magic number.
Better atomic (almost) channel mode switching on MIDI ring buffer (was a possible, if unlikely, source of corruption).
Handle some cases of broken MIDI, and oversized events, more gracefully.

git-svn-id: svn://localhost/ardour2/branches/3.0@3335 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* disabled some debugging output
Hans Baier [Sun, 11 May 2008 21:03:27 +0000 (21:03 +0000)]
* disabled some debugging output
* fixed (my) bugs in MidiRingBuffer: aborted reading on corrupted events and event does not match channel mask

git-svn-id: svn://localhost/ardour2/branches/3.0@3333 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter into...
Hans Baier [Sun, 11 May 2008 20:23:17 +0000 (20:23 +0000)]
* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter into ring buffers

git-svn-id: svn://localhost/ardour2/branches/3.0@3332 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed bug: MIDI automations could not be restored from XML (NullAutomationType)
Hans Baier [Sat, 10 May 2008 01:25:38 +0000 (01:25 +0000)]
* fixed bug: MIDI automations could not be restored from XML (NullAutomationType)

git-svn-id: svn://localhost/ardour2/branches/3.0@3331 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* formatting/style guide
Hans Baier [Fri, 9 May 2008 16:10:36 +0000 (16:10 +0000)]
* formatting/style guide
* bugfix: midi_util.h only considered channel events up to E0, but had to be EF
* bugfix: parameter.h operator == should also compare channel (drobilla, correct me if I am wrong)
* added some assert() guards

git-svn-id: svn://localhost/ardour2/branches/3.0@3330 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* adjusted formatting a bit to style guide
Hans Baier [Fri, 9 May 2008 11:28:14 +0000 (11:28 +0000)]
* adjusted formatting a bit to style guide
* fixed: velocity value left on canvas
* fixed: end-of-track problem still showed up sometimes
* enabled heaps of debugging output in order to debug MidiModel corruption

git-svn-id: svn://localhost/ardour2/branches/3.0@3329 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed some valgrind issues (uninitialized instance vars)
Hans Baier [Thu, 8 May 2008 09:53:19 +0000 (09:53 +0000)]
* fixed some valgrind issues (uninitialized instance vars)
* Added preliminary support for program changes flags from automation lists

git-svn-id: svn://localhost/ardour2/branches/3.0@3327 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed crash bug in MidiModel::const_iterator::operator=: copied iterator from other...
Hans Baier [Tue, 6 May 2008 22:54:06 +0000 (22:54 +0000)]
* fixed crash bug in MidiModel::const_iterator::operator=: copied iterator from other which becomes invalid because
  the container the iterator points into is destroyed
* fixed conditional jump from uninitialised value in CanvasNote

git-svn-id: svn://localhost/ardour2/branches/3.0@3326 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed crash bug in MidiModel::const_iterator::operator++
Hans Baier [Tue, 6 May 2008 21:31:49 +0000 (21:31 +0000)]
* fixed crash bug in MidiModel::const_iterator::operator++

git-svn-id: svn://localhost/ardour2/branches/3.0@3325 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* enabled some debugging output :|
Hans Baier [Tue, 6 May 2008 10:49:16 +0000 (10:49 +0000)]
* enabled some debugging output :|

git-svn-id: svn://localhost/ardour2/branches/3.0@3321 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* bugfix: SMFSource: track footer at beginning of track not overwritten
Hans Baier [Tue, 6 May 2008 09:38:23 +0000 (09:38 +0000)]
* bugfix: SMFSource: track footer at beginning of track not overwritten

git-svn-id: svn://localhost/ardour2/branches/3.0@3320 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* bugfix: SMFSource: track footer overwrote the last MIDI event
Hans Baier [Tue, 6 May 2008 09:15:45 +0000 (09:15 +0000)]
* bugfix: SMFSource: track footer overwrote the last MIDI event

git-svn-id: svn://localhost/ardour2/branches/3.0@3319 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed end of track at beginning-problem when writing MIDI files (also the EOT event...
Hans Baier [Tue, 6 May 2008 05:17:51 +0000 (05:17 +0000)]
* fixed end of track at beginning-problem when writing MIDI files (also the EOT event was written multiple times)

git-svn-id: svn://localhost/ardour2/branches/3.0@3317 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoComment out excessive terminal output.
David Robillard [Sat, 3 May 2008 21:55:43 +0000 (21:55 +0000)]
Comment out excessive terminal output.
Write all events (not just notes) to SMF file from MidiModel
(just use iterator instead of hand-hacked MidiModel::write_to).
Various MIDI bug fixes.

git-svn-id: svn://localhost/ardour2/branches/3.0@3312 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFix midi_model.cc formatting.
David Robillard [Sat, 3 May 2008 18:14:35 +0000 (18:14 +0000)]
Fix midi_model.cc formatting.
Clear controller data (not just note data) in MidiModel::clear.

git-svn-id: svn://localhost/ardour2/branches/3.0@3311 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoTypo.
David Robillard [Sat, 3 May 2008 07:26:16 +0000 (07:26 +0000)]
Typo.

git-svn-id: svn://localhost/ardour2/branches/3.0@3310 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* MidiModel::const_iterator::operator++: added AUTOMATION type
Hans Baier [Sat, 3 May 2008 06:37:22 +0000 (06:37 +0000)]
* MidiModel::const_iterator::operator++: added AUTOMATION type
* automatable.cc/parameter.cc: Added friendly names for the new Midi parameter types
* fixed a failed assertion problem (note on channel != note off channel), but have no idea how :)
* changed lots of whitespace :|

git-svn-id: svn://localhost/ardour2/branches/3.0@3309 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFix range problems for pitch wheel controller.
David Robillard [Fri, 2 May 2008 21:34:00 +0000 (21:34 +0000)]
Fix range problems for pitch wheel controller.

git-svn-id: svn://localhost/ardour2/branches/3.0@3308 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFix several crashes on MIDI recording.
David Robillard [Fri, 2 May 2008 20:57:27 +0000 (20:57 +0000)]
Fix several crashes on MIDI recording.
Fix MIDI CC iterator infinite looping.
Only allocate Text widget for MIDI events if necessary.

git-svn-id: svn://localhost/ardour2/branches/3.0@3307 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFix range marker bar separator (colour is still off though, for some reason...).
David Robillard [Fri, 2 May 2008 19:28:25 +0000 (19:28 +0000)]
Fix range marker bar separator (colour is still off though, for some reason...).

git-svn-id: svn://localhost/ardour2/branches/3.0@3305 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* removed old implementation for Program Changes from MidiModel
Hans Baier [Fri, 2 May 2008 19:09:32 +0000 (19:09 +0000)]
* removed old implementation for Program Changes from MidiModel
* Added Automation based implementation for Program Changes, Pitch Bender and Channel Aftertouch

git-svn-id: svn://localhost/ardour2/branches/3.0@3304 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFixes for GCC 4.3.
David Robillard [Fri, 2 May 2008 18:35:05 +0000 (18:35 +0000)]
Fixes for GCC 4.3.

git-svn-id: svn://localhost/ardour2/branches/3.0@3303 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* renamed canvas-midi-event.* into canvas-note-event.*
Hans Baier [Tue, 29 Apr 2008 21:58:05 +0000 (21:58 +0000)]
* renamed canvas-midi-event.* into canvas-note-event.*
* make MidiModel keep track of its CanvasProgramChange instances

git-svn-id: svn://localhost/ardour2/branches/3.0@3297 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* added new defaults for program change ui gtk2_ardour/ardour3_ui_default.conf
Hans Baier [Tue, 29 Apr 2008 12:51:10 +0000 (12:51 +0000)]
* added new defaults for program change ui  gtk2_ardour/ardour3_ui_default.conf
* reverted involuntarily committed changes

git-svn-id: svn://localhost/ardour2/branches/3.0@3296 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* added defaults for program change ui gtk2_ardour/ardour3_ui_default.conf
Hans Baier [Tue, 29 Apr 2008 12:38:46 +0000 (12:38 +0000)]
* added defaults for program change ui  gtk2_ardour/ardour3_ui_default.conf

git-svn-id: svn://localhost/ardour2/branches/3.0@3295 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* Renamed CanvasMidiEvent into CanvasNoteEvent
Hans Baier [Tue, 29 Apr 2008 08:37:53 +0000 (08:37 +0000)]
* Renamed CanvasMidiEvent into CanvasNoteEvent
* changed MidiModel::write_to to include note off handling *and* time sorting

git-svn-id: svn://localhost/ardour2/branches/3.0@3294 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* first prototype of program changes UI show up correctly (see http://www.flickr...
Hans Baier [Tue, 29 Apr 2008 07:28:24 +0000 (07:28 +0000)]
* first prototype of program changes UI show up correctly (see flickr.com/photos/24012642@N02/2451596190/)

git-svn-id: svn://localhost/ardour2/branches/3.0@3293 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* forgot to commit this last time
Hans Baier [Sat, 26 Apr 2008 09:07:32 +0000 (09:07 +0000)]
* forgot to commit this last time

git-svn-id: svn://localhost/ardour2/branches/3.0@3291 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix crash when popping up redirect/processor menu
Paul Davis [Sat, 26 Apr 2008 00:26:42 +0000 (00:26 +0000)]
fix crash when popping up redirect/processor menu

git-svn-id: svn://localhost/ardour2/branches/3.0@3289 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* recording/playing/saving/loading program changes basically seems to work now
Hans Baier [Sat, 26 Apr 2008 00:12:54 +0000 (00:12 +0000)]
* recording/playing/saving/loading program changes basically seems to work now

git-svn-id: svn://localhost/ardour2/branches/3.0@3288 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* preliminary impl for PGM Change support in MidiModel
Hans Baier [Thu, 24 Apr 2008 15:04:56 +0000 (15:04 +0000)]
* preliminary impl for PGM Change support in MidiModel

git-svn-id: svn://localhost/ardour2/branches/3.0@3283 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* added methods for pich bender/pgm change/aftertouch to MidiEvent
Hans Baier [Wed, 23 Apr 2008 02:27:27 +0000 (02:27 +0000)]
* added methods for pich bender/pgm change/aftertouch to MidiEvent

git-svn-id: svn://localhost/ardour2/branches/3.0@3282 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* refactored MidiControlIterator to improve readability of code
Hans Baier [Wed, 23 Apr 2008 02:15:57 +0000 (02:15 +0000)]
* refactored MidiControlIterator to improve readability of code
* commented out crashing section (control iterator stuff in MidiModel::const_iterator::operator++)
* added midi_panic() on no_roll in midi tracks so that all notes stop when pressing stop
* mark midi model edited on all changes so that recorded tracks get saved

git-svn-id: svn://localhost/ardour2/branches/3.0@3281 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* disabled some debugging output
Hans Baier [Tue, 22 Apr 2008 22:39:45 +0000 (22:39 +0000)]
* disabled some debugging output
* make record buttons appear in MIDI mixer strips

git-svn-id: svn://localhost/ardour2/branches/3.0@3280 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed display bug: changing the height on tracks doesnt rescale CanvasHits
Hans Baier [Mon, 21 Apr 2008 16:42:55 +0000 (16:42 +0000)]
* fixed display bug: changing the height on tracks doesnt rescale CanvasHits

git-svn-id: svn://localhost/ardour2/branches/3.0@3278 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* persisting/restoring track channel settings works now
Hans Baier [Mon, 21 Apr 2008 15:10:13 +0000 (15:10 +0000)]
* persisting/restoring track channel settings works now

git-svn-id: svn://localhost/ardour2/branches/3.0@3276 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago*fixed bug: channel mask not set in MidiRingBuffer
Hans Baier [Mon, 21 Apr 2008 10:21:10 +0000 (10:21 +0000)]
*fixed bug: channel mask not set in MidiRingBuffer

git-svn-id: svn://localhost/ardour2/branches/3.0@3274 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* UI fixes for track channel selection
Hans Baier [Mon, 21 Apr 2008 09:39:05 +0000 (09:39 +0000)]
* UI fixes for track channel selection
* implemented 'forcing midi events into a single channel'
* see http://www.flickr.com/photos/24012642@N02/2430165889/

git-svn-id: svn://localhost/ardour2/branches/3.0@3273 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* made notes whose channel is not selected in the track appear gray, see http://www...
Hans Baier [Sun, 20 Apr 2008 22:33:13 +0000 (22:33 +0000)]
* made notes whose channel is not selected in the track appear gray, see flickr.com/photos/24012642@N02/2429528120/

git-svn-id: svn://localhost/ardour2/branches/3.0@3272 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* gave the MIDI panic button a new home....
Hans Baier [Sat, 19 Apr 2008 11:49:05 +0000 (11:49 +0000)]
* gave the MIDI panic button a new home....

git-svn-id: svn://localhost/ardour2/branches/3.0@3270 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed display bug in track channel selector
Hans Baier [Sat, 19 Apr 2008 10:41:12 +0000 (10:41 +0000)]
* fixed display bug in track channel selector

git-svn-id: svn://localhost/ardour2/branches/3.0@3269 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* made channel selector look quite nice, see http://www.flickr.com/photos/24012642...
Hans Baier [Sat, 19 Apr 2008 10:30:38 +0000 (10:30 +0000)]
* made channel selector look quite nice, see flickr.com/photos/24012642@N02/2425203856/ (still needs some work...)

git-svn-id: svn://localhost/ardour2/branches/3.0@3268 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* first prototype for track based channel selection works
Hans Baier [Sat, 19 Apr 2008 02:11:11 +0000 (02:11 +0000)]
* first prototype for track based channel selection works

git-svn-id: svn://localhost/ardour2/branches/3.0@3267 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed missing get coordinate functions in CanvasHit
Hans Baier [Thu, 17 Apr 2008 21:27:33 +0000 (21:27 +0000)]
* fixed missing get coordinate functions in CanvasHit
* Fixed crash bug when NoteMode = Percussive on MidiRegionView
* Fixed possible MemoryLeaks and added Signal in MidiMultipleChannelSelector

git-svn-id: svn://localhost/ardour2/branches/3.0@3263 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* added All/None/Invert Buttons to MidiMultipleChannelSelector
Hans Baier [Thu, 17 Apr 2008 10:27:03 +0000 (10:27 +0000)]
* added All/None/Invert Buttons to MidiMultipleChannelSelector
* Added assertion at crash location introduced by latest merge in ProcessorBox::build_processor_menu:

git-svn-id: svn://localhost/ardour2/branches/3.0@3260 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* bugfix in midi editing: adding notes impossible after delete
Hans Baier [Wed, 16 Apr 2008 02:30:37 +0000 (02:30 +0000)]
* bugfix in midi editing: adding notes impossible after delete

git-svn-id: svn://localhost/ardour2/branches/3.0@3255 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed bug: crash because of invalidated iterator while removing midi notes from...
Hans Baier [Tue, 15 Apr 2008 23:00:06 +0000 (23:00 +0000)]
* fixed bug: crash because of invalidated iterator while removing midi notes from model

git-svn-id: svn://localhost/ardour2/branches/3.0@3253 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* first working version of editing MIDI channels of individual notes, see: http:...
Hans Baier [Mon, 14 Apr 2008 06:23:11 +0000 (06:23 +0000)]
* first working version of editing MIDI channels of individual notes, see: flickr.com/photos/24012642@N02/2412142661/

git-svn-id: svn://localhost/ardour2/branches/3.0@3252 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago(3.0) fix compile error related to Controllable/shared_ptr confusion post-merge
Paul Davis [Sat, 12 Apr 2008 14:02:00 +0000 (14:02 +0000)]
(3.0) fix compile error related to Controllable/shared_ptr confusion post-merge

git-svn-id: svn://localhost/ardour2/branches/3.0@3251 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* persistent undo for MIDI edits works now
Hans Baier [Fri, 11 Apr 2008 15:49:52 +0000 (15:49 +0000)]
* persistent undo for MIDI edits works now
* fixed bug: dragging of notes beyond left region bounds made it disappear (unsigned int wrap around)

git-svn-id: svn://localhost/ardour2/branches/3.0@3249 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomerge 3.0 from 2.0-ongoing@3243
Paul Davis [Fri, 11 Apr 2008 14:06:50 +0000 (14:06 +0000)]
merge 3.0 from 2.0-ongoing@3243

git-svn-id: svn://localhost/ardour2/branches/3.0@3248 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* refactored (un)marshalling of DeltaCommand into cleaner code using sigc
Hans Baier [Thu, 10 Apr 2008 07:30:10 +0000 (07:30 +0000)]
* refactored (un)marshalling of DeltaCommand into cleaner code using sigc

git-svn-id: svn://localhost/ardour2/branches/3.0@3245 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* implemented persistent undo for MidiModel::DeltaCommand. Deserializing works, but...
Hans Baier [Wed, 9 Apr 2008 15:33:01 +0000 (15:33 +0000)]
* implemented persistent undo for MidiModel::DeltaCommand. Deserializing works, but weirdly has no effect when undo/redo is applied in the editor

git-svn-id: svn://localhost/ardour2/branches/3.0@3240 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* fixed bug: MIDI region did not sound if its position was less than its start offset
Hans Baier [Tue, 8 Apr 2008 23:57:59 +0000 (23:57 +0000)]
* fixed bug: MIDI region did not sound if its position was less than its start offset

git-svn-id: svn://localhost/ardour2/branches/3.0@3239 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago* removed possible memory leak / cause of crashes for midi editing
Hans Baier [Tue, 8 Apr 2008 21:44:13 +0000 (21:44 +0000)]
* removed possible memory leak / cause of crashes for midi editing
* fixed bug: after adding new notes, notes above/below region bounds appear

git-svn-id: svn://localhost/ardour2/branches/3.0@3237 d708f5d6-7413-0410-9779-e7cbd77b26cf