13
0

Commit Graph

  • 7b74faaf57
    Tidy up libs/lua/LuaBridge/detail/Userdata.h Robin Gareus 2024-10-19 05:58:32 +0200
  • a7eb3b7341 un-boost: Add missing #include <cmath> in audiographer silence_trimmer.h Mads Kiilerich 2024-10-19 12:49:55 +0200
  • d217b2f8ad un-boost: Add missing #include <functional> in rt_task.h Mads Kiilerich 2024-10-19 12:38:18 +0200
  • f8e05a595d
    Remove conflicting include Robin Gareus 2024-10-19 06:27:50 +0200
  • 7b24d38c0f
    Add more missing include (fix windows builds) Robin Gareus 2024-10-19 04:58:30 +0200
  • af4d70c243
    Use heap to build peak data Robin Gareus 2024-10-19 04:49:13 +0200
  • 0a36cdedac
    Add missing include (fix windows builds) Robin Gareus 2024-10-19 04:46:35 +0200
  • 74c4ca3e52
    Reduce reliance on boost - the hard part Robin Gareus 2024-10-19 01:51:44 +0200
  • ff95d81612
    Reduce reliance on boost - the easy part Robin Gareus 2024-10-19 02:23:13 +0200
  • 168b917730
    Prepare for std::optional Robin Gareus 2024-10-19 02:17:24 +0200
  • 7037d86a00
    Add tool to reduce relince on boost Robin Gareus 2024-10-19 01:35:36 +0200
  • 8eb9263af2
    Replace boost::format with PBD::string_compose Robin Gareus 2024-10-19 01:34:26 +0200
  • 609b723650
    Remove unused header Robin Gareus 2024-10-19 00:16:56 +0200
  • 56cc8557c5
    Replace boost::replace_all with std::replace Alejandro Domínguez 2024-08-26 22:10:21 +0200
  • 2436b4df06
    Replace boost::noncopyable with C++11 deleted copy constructors Alejandro Domínguez 2024-08-25 23:41:45 +0200
  • 915200699b
    Replace boost::lexical_cast with std equivalent functions Alejandro Domínguez 2024-08-29 00:36:41 +0200
  • 7a0428644f
    Replace boost::assign::map_list_of with initializer_list constructor Alejandro Domínguez 2024-08-28 20:10:00 +0200
  • abf7a78984
    Replace boost::ptr_list with std::list Alejandro Domínguez 2024-08-27 00:57:39 +0200
  • e326426dbc
    Replace boost type traits with std version Alejandro Domínguez 2024-08-19 07:18:06 +0200
  • 88e38b2699
    Replace boost atomics with std version Alejandro Domínguez 2024-08-19 07:39:50 +0200
  • 1ee044c5fc
    Replace boost::erase_first with std equivalent Alejandro Domínguez 2024-08-25 17:28:47 +0200
  • 21e70d28cc
    Replace boost::scoped_ptr with std::unique_ptr (2/2) Alejandro Domínguez 2024-10-19 00:10:20 +0200
  • 1ffb70f670
    Replace boost::scoped_ptr with std::unique_ptr (1/2) Alejandro Domínguez 2024-08-26 04:32:38 +0200
  • 883a7cc65b
    Remove unused include Robin Gareus 2024-10-19 00:08:57 +0200
  • 30dc9ccc86
    Replace boost::scoped_array<T> Robin Gareus 2024-10-19 00:22:21 +0200
  • 2c503eab09
    Remove old Coreaudio OSX 10.5 support Robin Gareus 2024-10-18 22:47:25 +0200
  • 99906a2215
    Drop build-system support for macOS < 10.13 (require C++17) Robin Gareus 2024-10-18 22:33:52 +0200
  • bd8525e5f1
    Remove deprecated PBD::SignalN Robin Gareus 2024-10-18 20:46:31 +0200
  • 2339b4dfdc
    Replace PBD::Signals (2/2) Robin Gareus 2024-10-18 18:03:28 +0200
  • 2d7cce44f1
    Replace PBD::Signals (1/2) Robin Gareus 2024-10-18 18:01:28 +0200
  • 5808ab5608
    fix management of undo/redo and _current_editing_context Paul Davis 2024-06-30 14:20:53 -0600
  • 0ade0b2212
    Deduplicate SignalWithCombiner<Combiner, void, A...> specialization Alejandro Domínguez 2024-08-19 00:17:08 +0200
  • 6e19813c9b
    Adapt LuaCallback to new template variadic Signal Alejandro Domínguez 2024-08-19 21:43:06 +0200
  • 16dd8528c8
    Make SignalN template variadic Alejandro Domínguez 2024-08-18 19:48:21 +0200
  • 6c14a6c407 non-crashing version of previous commit Paul Davis 2024-10-18 09:57:43 -0600
  • 9f14eea88a avoid memory leak (and GUI object leak) Paul Davis 2024-10-18 09:55:16 -0600
  • 70b41d10b1 actally stop doing clip recording visual stuff when disarmed (gui) Paul Davis 2024-10-18 09:50:31 -0600
  • 837ea32898 actally stop doing clip recording visual stuff when disarmed (libs) Paul Davis 2024-10-18 09:50:23 -0600
  • a1643573be
    Fix optimized builds (missing stacktrace include) Robin Gareus 2024-10-18 15:38:54 +0200
  • 7c6fc78b11
    Amend ca1583cdad fix windows builds Robin Gareus 2024-10-18 15:37:23 +0200
  • 92e452609a
    Fix I/O Tasklist RR schedule option Robin Gareus 2024-10-18 15:09:44 +0200
  • bf2016071d a variety of improvements related to clip recording & editing Paul Davis 2024-10-17 21:47:52 -0600
  • 229506147a playhead for MIDI clip editor during playback (first steps) Paul Davis 2024-10-17 15:06:33 -0600
  • c5c865f589 fix potentially unset variable (thanks clang!) Paul Davis 2024-10-17 15:06:04 -0600
  • e74f57c52b get playhead functioning during clip recording (MIDI) Paul Davis 2024-10-17 14:36:27 -0600
  • 7b88ae2466 fix initial LR sizing of midi cue editor canvas sections Paul Davis 2024-10-17 13:37:21 -0600
  • 2ff90a0557 probably fix an assert() logic error Paul Davis 2024-10-17 11:27:57 -0600
  • 05cb6197a6 return to file-conditional for pre-release dialog Paul Davis 2024-10-17 07:49:25 -0600
  • c2094085e3 sort of get MIDI notes to extend during clip recording Paul Davis 2024-10-14 21:43:36 -0600
  • 7608d4ade2 API changes for clip recording in TriggerBox Paul Davis 2024-10-14 21:42:43 -0600
  • 774f5f49da robustify MidiView against the condition where it has no MidiRegion Paul Davis 2024-10-14 11:19:52 -0600
  • e390c2c3dd trigger page should respond to rec-enable changes Paul Davis 2024-10-13 21:16:42 -0600
  • a8f58105a9 provide a class-level static PBD::Signal for Trigger (Slot) arming Paul Davis 2024-10-13 21:16:22 -0600
  • 6b1659497d add #warning Paul Davis 2024-10-13 21:15:52 -0600
  • 9ad08fa9a5 add input,output,rec-enable buttosn to trigger strip Paul Davis 2024-10-13 21:15:16 -0600
  • d7e85de7c2 first somewhat version of show-clip-capture MIDI notes as they arrive Paul Davis 2024-10-13 09:03:44 -0600
  • bd0b5495c6 robustify MidiView so that it can be created without a MidiTrack Paul Davis 2024-10-11 09:46:11 -0600
  • 35f16f1bb6 preparations for clip data display (MIDI) while recording (GUI edition) Paul Davis 2024-10-10 22:18:17 -0600
  • 7c944687c9 preparations for clip data display (MIDI) while recording Paul Davis 2024-10-10 22:18:09 -0600
  • c03c3dd918 fix unused variable warning from clang Paul Davis 2024-10-10 22:17:43 -0600
  • 67c6a9dbf4 fix lambda warning (unused captured this) Paul Davis 2024-10-10 22:17:06 -0600
  • dab9775223 fix bitwise-vs-logic AND (thanks, clang!) Paul Davis 2024-10-10 19:20:58 -0600
  • c2deacdd54 fix definition of Trigger::playable() Paul Davis 2024-10-10 15:14:10 -0600
  • 62a4df52c7 tentative steps in infrastructure for displaying clip data during capture Paul Davis 2024-10-10 13:30:52 -0600
  • 6193535a31 apply a fade in & out to captured audio clip data, before writing to disk Paul Davis 2024-10-10 10:56:24 -0600
  • 87ab0a9e0f add config vars to control max size of captured MIDI and audio clips Paul Davis 2024-10-10 10:25:49 -0600
  • 8305ea5762 during MIDI clip recording, convert audio->beat time at capture time Paul Davis 2024-10-10 10:12:14 -0600
  • 01068fe306 further adventures in drag-refactoring do that LineDrag can be used in MidiCueEditor also Paul Davis 2024-10-09 12:49:48 -0600
  • 302337e8fd resurrect a slightly modified pre-release dialog in prep for merge with master Paul Davis 2024-10-09 12:11:52 -0600
  • dfe3c48d0f use button.y and modifier state when adding a control point in the midi cue automation lane Paul Davis 2024-10-09 11:53:15 -0600
  • 2afdeb519f refactor rubberband drags to take a functor for the no-drag condition Paul Davis 2024-10-09 11:34:01 -0600
  • e6c0fcf98f refactor end-of-rb-selection for EditingContext Paul Davis 2024-10-08 11:54:43 -0600
  • db30a7d040 fix sprintf overflow warning from clang on macOS Paul Davis 2024-10-08 11:53:52 -0600
  • f3d099f83f fix unused variable warning from clang on macOS Paul Davis 2024-10-08 11:53:31 -0600
  • dd6b2c8c7f fix several set-not-used warnings from clang on macOS Paul Davis 2024-10-08 11:52:59 -0600
  • cbc0021182 fix typo (| instead of ||) Paul Davis 2024-10-08 11:15:51 -0600
  • b8fb779fa7 allow dragging in MIDI automation line in cue editor Paul Davis 2024-10-07 16:28:54 -0600
  • 4b8c51574d refactor the "selectables" API to allow use within separate (e.g. cue) editors Paul Davis 2024-10-07 13:20:11 -0600
  • 83ea6e18b5 get MIDI cue editor mouse mode buttons to reflect state at startup Paul Davis 2024-10-07 11:28:56 -0600
  • b02a930c04 remove debug output Paul Davis 2024-10-07 11:28:35 -0600
  • 1961a9207c provide a better method to decide if a trigger(slot) is occupied Paul Davis 2024-10-02 13:46:59 -0600
  • 1e8b2c521c provide a better method to decide if a trigger(slot) is occupied Paul Davis 2024-10-02 13:46:52 -0600
  • e089953e78 get blinking rec status closer to correct for clip recording Paul Davis 2024-09-30 18:10:50 -0600
  • 596c54d742 fix ups for record state in TriggerBox Paul Davis 2024-09-30 18:10:33 -0600
  • 1146a4ad07 move RecordState enum from ARDOUR::Session to ARDOUR so we can use it in TriggerBox (GUI) Paul Davis 2024-09-30 16:04:19 -0600
  • d7d208dc34 move RecordState enum from ARDOUR::Session to ARDOUR so we can use it in TriggerBox (libs) Paul Davis 2024-09-30 16:04:12 -0600
  • 90858279bc tweak drawing of clip recording rec-enable icon Paul Davis 2024-09-30 14:07:57 -0600
  • 6ef4a74728 cleanup of bits of clip recording code Paul Davis 2024-09-30 13:19:07 -0600
  • 4466563a89 avoid double delete of clip recording audio buffers Paul Davis 2024-09-30 13:18:24 -0600
  • 25400a4936 fix appending new audio data during clip recording Paul Davis 2024-09-30 13:18:06 -0600
  • 7455b99b45 account for clip recording when computing monitoring state Paul Davis 2024-09-30 13:17:15 -0600
  • a357575954 less debugging Paul Davis 2024-09-28 12:18:56 -0600
  • 1e193d0363 GUI side of clip recording (recording indicators etc.) Paul Davis 2024-09-28 11:44:16 -0600
  • 423148c2af tweaks to cleanup and get much closer to full audio clip recording Paul Davis 2024-09-28 11:43:56 -0600
  • 26fb50d1a9 a bit more type-safety when handling audio data during clip recording Paul Davis 2024-09-27 15:58:52 -0600
  • d7c424c440 attempt to write and use audio data to disk for audio clip recording Paul Davis 2024-09-26 17:53:52 -0600
  • 0959696070 NO-OP: remove pointless embedded whitespace Paul Davis 2024-09-26 17:53:31 -0600
  • b4d0b06d95 const-ify first "src" argument in AudioSource::write() and derivatives Paul Davis 2024-09-26 17:52:50 -0600
  • 8069a4a514 remove some debug output Paul Davis 2024-09-26 16:08:52 -0600
  • 74132b60a0 get the data collection and initial setup part of audio clip recording working Paul Davis 2024-09-26 16:08:44 -0600