Commit Graph

932 Commits (e7b45bc11a7ab815bf407c87e80a2080a1584190)

Author SHA1 Message Date
Georg Krause dc63930e87 apply smoothing to fx send button 2018-07-05 21:51:26 +02:00
Georg Krause 079154cc60 apply smoothing to fx sends 2018-07-05 21:24:32 +02:00
Georg Krause d1d06b6607 apply internal default naming of private vars 2018-07-05 21:08:07 +02:00
Georg Krause b0f4d8bc00 do clip playhead reset right 2018-07-02 22:52:48 +02:00
Harry van Haaren 4328296257
Merge pull request #226 from georgkrause/smoothing
Smoothing, thanks @georgkrause
2018-06-23 15:35:47 +01:00
Harry van Haaren 754ecd458d
Merge pull request #238 from georgkrause/timing
calculate tempo related numbers on higher precision. Huge thanks @georgkrause - that's a difficult bug you just fixed!
2018-06-15 18:40:44 +01:00
Georg Krause dd09c3f0ba calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
Harry van Haaren df05e7e5f0
Merge pull request #235 from georgkrause/timing-fix
Fix timing issues, thanks @georgkrause !
2018-06-08 18:38:20 +01:00
Georg Krause 15cd87cf2f delay bpm change until next bar 2018-06-08 19:26:31 +02:00
Georg Krause 7174454d31 disable time debug upstream 2018-06-08 19:26:03 +02:00
Georg Krause 0846755493 Add one more timing debug output 2018-06-08 18:34:57 +02:00
Georg Krause b0b3a3c4e5 Add timing debug options 2018-06-08 18:34:51 +02:00
Georg Krause a0cca4d78f Reset Playhead on the first beat of the first bar of a loop 2018-06-08 18:34:43 +02:00
Georg Krause 9849918565 add smoothing for sidechain signal knobs 2018-06-03 10:37:47 +02:00
Georg Krause a0963debda update comment 2018-06-03 10:37:47 +02:00
Georg Krause a537a9725e implement smoothing for sends; refactore confusing names 2018-06-03 10:37:47 +02:00
Georg Krause b178ab2110 improve setting the pan and implement smoothing for the panning 2018-06-03 10:37:47 +02:00
Georg Krause b816f05279 use global smoothing const 2018-06-03 10:37:47 +02:00
Georg Krause 6476bd8ddf apply master fader smoothing to track faders 2018-06-03 10:37:47 +02:00
Georg Krause 91803ee6eb apply better smoothing parameter 2018-06-03 10:37:47 +02:00
Georg Krause 5dfc7bc639 simplify smoothing of master fader 2018-06-03 10:37:47 +02:00
Harry van Haaren 289313ce13
Merge pull request #230 from georgkrause/issue228
Fix Input Signal Flow
2018-05-19 16:34:00 +01:00
Harry van Haaren 338c6cdbf0
Merge pull request #222 from georgkrause/trackconfusion
repair trackconfusion
2018-05-19 16:31:51 +01:00
Harry van Haaren 73221aed04
Merge pull request #219 from georgkrause/clearclip134
sets default binding active to 1
2018-05-19 16:31:24 +01:00
Georg Krause c917e9497c set the volume for recording the right way 2018-05-09 10:02:45 +02:00
Georg Krause 049ee5b191 record after input volume 2018-05-08 13:45:15 +02:00
Georg Krause 01b49a78dd don't pipe input to send if input monitoring is turned off 2018-05-08 11:46:25 +02:00
coderkun 068d882ba0 Unify access to track buffers via array indices
Unify the access to track buffers via their array indices by using
reasonable variable names (e. g. “trackoffset” instead of “o”).
Additionally define the number of channels in the global configuration.
Finally add some comments to explain the index calculation.
2018-04-13 22:24:45 +02:00
coderkun e2af26067b fix typo 2018-04-13 15:48:46 +02:00
Georg Krause 987ec5dfbc unify buffer access 2018-04-13 15:35:36 +02:00
Georg Krause 763e5da4f9 use all Buffers in a stereo way 2018-04-13 15:34:17 +02:00
Georg Krause 7b5de4580b try to fix #220 2018-04-11 21:19:05 +02:00
Georg Krause 817dd63541 solve bug in binding midi controller to grid events 2018-04-11 12:33:56 +02:00
Harry van Haaren e00c403b19
Merge pull request #218 from georgkrause/cleanup
Cleanup, thanks @georgkrause
2018-04-09 23:26:09 +01:00
Georg Krause b517662e29 sets default binding active to 1 2018-04-09 09:08:27 +02:00
Georg Krause 6a1e2c7782 removed some unused Code in TimeManager::setBpm 2018-04-08 11:23:49 +02:00
Georg Krause e24b4a661f removed some unused Code in Jack::Jack 2018-04-08 11:20:23 +02:00
Georg Krause 659fd713a7 removed some unused Code in Gui:Gui 2018-04-08 11:19:30 +02:00
Georg Krause a19a4a3e99 remove some unused Code in handleDspEvents 2018-04-08 11:16:37 +02:00
Georg Krause 371bbf7f04 removed some unused code in Diskwriter::writeControllerFile 2018-04-08 11:14:02 +02:00
Georg Krause efc531206d removed AudioBuffer::operator<< 2018-04-08 11:07:13 +02:00
Georg Krause 10b2cad7ed removed declarations of removed functions 2018-04-08 11:04:11 +02:00
Georg Krause c909d8b15f removed GenericMIDI::launchScene && ::mute 2018-04-08 11:00:26 +02:00
Georg Krause ca4478c721 removed GenericMIDI::trackSend 2018-04-08 11:00:03 +02:00
Georg Krause 2572edb570 removed GenericMIDI::progress 2018-04-08 10:59:45 +02:00
Georg Krause 74f1167558 removed GenericMIDI::volume 2018-04-08 10:58:12 +02:00
Georg Krause 4e9def136e removed GenericMIDI::noteOn 2018-04-08 10:57:54 +02:00
Georg Krause 73ad9dac35 removed GenericMIDI::ccChange 2018-04-08 10:57:18 +02:00
Georg Krause 568cc8efd9 removed GenericMIDI::ccChange 2018-04-08 10:56:43 +02:00
Harry van Haaren 964cd05ab0
Merge pull request #215 from coderkun/issue-214-docstrings
Add Doxygen configuration, thanks @coderkun and @georgkrause.
2018-04-05 21:17:09 +01:00