Commit Graph

100 Commits (main)

Author SHA1 Message Date
Georg Krause 860348472d Disable tempo dial while a clip is recording 2019-06-18 12:34:26 +02:00
Georg Krause d210216c72 Disable Free Mode if >= 1 Clip is recorded 2019-06-15 10:24:13 +02:00
Georg Krause 74e5ab65bd Reset Queue in GUI 2019-06-14 10:20:02 +02:00
Georg Krause e592d5dea4 Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
Georg Krause a748de09ed Improve updating of controller a lot
* GridLogic does not update controllers anymore, the Looperclip does it on state change
* Looperclip does not update state and progress together anymore
2019-06-07 12:07:05 +02:00
Georg Krause 51bbe4bed8 Fix neverending play queue
When a clip record gets stopped manually while having auto stop rec active,
it might happen that a clip gets stuck in play queue. This is fixed now.

closes #45
2019-06-07 10:04:21 +02:00
Georg Krause 773692e1f9 fixes return from free record mode
closes #46
2019-06-07 01:04:09 +02:00
Georg Krause dec28147e8 Fix beats = 0; remove debug print 2019-06-06 15:24:36 +02:00
Georg Krause 67b1629e9f Remove debug prints 2019-06-06 15:22:03 +02:00
Georg Krause b1dacce730 Return from Free Record Mode when recording is stopped 2019-06-06 15:21:23 +02:00
Georg Krause 994ead34ff Set tempo with recorded loop in free mode 2019-06-06 14:17:50 +02:00
Georg Krause 335571ad17 Add Auto Stop Recording 2019-05-31 20:59:48 +02:00
Georg Krause 40035dee3c Make LooperClip a Time Observer and reset playhead after all beats are played back 2019-05-23 13:34:37 +02:00
Georg Krause d3dfa921c7 Fix setting clips individual playspeed 2019-05-23 13:34:37 +02:00
Georg Krause 985db72d8d Cleanup Code, Remove Debug prints, Add Changelog 2019-05-23 13:34:37 +02:00
Georg Krause 4c0d6f1b0f Set recFpb when loading clip 2019-05-23 13:34:37 +02:00
Georg Krause b196c3667e calculate playspead based on fpd & fix wrong clip reset
This commit calculates the play speed for a looperclip based on the frames per beat, this avoids displacement due to different clip length
Also there was a wrong clip reset when the playhead gets reset in getSample because of the end of buffer. This is not really a nice fix but works for further testing of clipsync
2019-05-23 13:34:37 +02:00
Georg Krause d7bf7db236 Fix blank line 2019-04-24 08:57:29 +02:00
Georg Krause f394454d20 Cleanup and documentation 2019-04-24 08:57:29 +02:00
Georg Krause 1422ab277d Prevent setting playhead from outside for now, only allow reset 2019-04-24 08:57:29 +02:00
Georg Krause 71feed4220 Small cleanup 2019-04-24 08:57:29 +02:00
Georg Krause d8c639abf4 Make xrec possible again 2019-04-24 08:57:29 +02:00
Georg Krause a29349338f Update controller after each state change 2019-04-24 08:57:29 +02:00
Georg Krause 7412bb49df Make state set functions private 2019-04-24 08:57:29 +02:00
Georg Krause db1b94d78c Reset Clip State on Controllers if playback was queued but clip is empty 2019-04-24 08:57:29 +02:00
Georg Krause ea89f07cc9 Fix loading of a clip 2019-04-24 08:57:29 +02:00
Georg Krause 38e3e914d6 Fix warning 2019-04-24 08:57:29 +02:00
Georg Krause 834260bed4 Clean up the Code 2019-04-24 08:57:29 +02:00
Georg Krause fe2815deb0 Introduce State transition functions 2019-04-24 08:57:29 +02:00
Georg Krause b03a660523 add some buffer debug output 2019-04-24 08:57:29 +02:00
Georg Krause c91d593818 move buffer resize request into LooperClip 2019-04-24 08:57:29 +02:00
Georg Krause b0f4d8bc00 do clip playhead reset right 2018-07-02 22:52:48 +02:00
Georg Krause dd09c3f0ba calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
Georg Krause 0846755493 Add one more timing debug output 2018-06-08 18:34:57 +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
Harry van Haaren 5692d5123d looperclip: use [] to access vector not .at()
Optimize away a bunch of bad performance

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-03-25 20:49:28 +01:00
Harry van Haaren a2e154a8be restyled looper and looperclip 2017-03-27 21:14:53 +01:00
coderkun 59b146f052 Use stereo input and stereo audio buffer 2017-03-27 20:53:03 +01:00
Harry van Haaren 01f71ec5e4 astyle: global restyle of codebase (fixes #153)
This to bring common fomatting to the whole project,
including submissions. To format a file to this style:

astyle --style=linux -t8 <file>

Future patches / pull-requests should be in this format.
2016-12-27 13:04:05 +00:00
Gerald 97ae7fbec5 Time observers get reset upon change of jack transport to rolling, fixed issue
with jack transport and bars (bars are 1 based), removed debug code
2016-09-29 19:08:28 +01:00
Gerald 804bca9135 Loops get retriggered when setting bpm 2016-09-29 19:08:28 +01:00
Gerald bc71739b3a Fixed issue with glitches on beats/bars 2016-09-29 19:08:17 +01:00
Gerald 883ab99542 Fixed Timing issues in TimeManager. This resolves also an issue related to loading
samples
2016-09-20 12:38:08 +02:00
Gerald 25560ed160 Fixed the issue: Loosing sync after N Beats, found and fixed issue with
metronome dial (integeger numbers where getting translated to fraktional floats in setBpm()), needs more testing
2016-09-15 14:39:13 +02:00
Harry van Haaren 04bff4cde2 -Fixed ClipSelector clear name, fixed looperclip playing on load bug 2013-12-11 18:22:12 +00:00
Harry van Haaren d208f8959a -Added LICENSE 2013-12-08 21:44:43 +00:00
Harry van Haaren d25a7ab339 -Aesthetic code improvements 2013-12-07 23:27:33 +00:00
Harry van Haaren d7c0f4b73f -Fixed timing bug 2013-12-05 19:57:17 +00:00
Harry van Haaren 60decf79ba -Load sample remembers location, updated Special colour / Rclick menu layout 2013-12-04 14:46:44 +00:00
Harry van Haaren 264f655adc -Fixed scroll size in GOptions, removed print in LooperClip 2013-11-19 22:15:26 +00:00