summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_streamview.cc
AgeCommit message (Expand)Author
2020-04-16remove debug outputPaul Davis
2020-04-16changes to deal with region/note selection when changing into/out of internal...Paul Davis
2020-04-13Same as 97e07f4, only for MidiStreamview, duhJohannes Mueller
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-14Remember MIDI-track note-range -- #7773Robin Gareus
2019-04-08NO-OP: whitespace, alignmentRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-08Fix rec-box w/count-inRobin Gareus
2017-04-19Use PBD string conversion functions in PBD::Property classTim Mayberry
2017-03-16Fix note-grid, canvas bounding-box offset.Robin Gareus
2017-02-06Revert to allowing stacked layer region view for MIDI tracks, for now.Ben Loftis
2017-01-29prevent suggestion that MIDI tracks can be set to stacked viewPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-01-12Fix two ghost note drawing problems.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18Fix copy paste of MIDI and track automation.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-17Fix display of MIDI notes/regions while recording.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-17Don't allow drawing notes in rec regions (crash).David Robillard
2014-12-15next 2 modifiersPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-06Fix crash when showing MIDI regions we shouldn't.David Robillard
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-08fix color of top-most MIDI note line on the canvasRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-09use Canvas::LineSet for tempolines rather than N different Canvas::Line items...Paul Davis
2014-01-09a few coding style cleanupsPaul Davis
2013-10-24redraw entire MidiStreamView after scroomer drag so that everything is redrawnPaul Davis
2013-10-24fix placement of black/white note lines/bars in MIDI streamviewPaul Davis
2013-10-23fix up drawing of MIDI note "lines" on track canvas, which were in the wrong ...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard