Commit Graph

43 Commits (335571ad1733ec7f21856100fcc2f102a4ab7641)

Author SHA1 Message Date
Georg Krause 335571ad17 Add Auto Stop Recording 2019-05-31 20:59:48 +02:00
Georg Krause 5fc0a7c000 Disable tempo dial value changes while clicked
This makes it much easier to set a specific tempo since the DSP engine does not set a value while the knob is clicked. The result were jumps while changing tempo which should be resolved now
2019-05-23 13:34:37 +02:00
Harry van Haaren 06d88ff7f5 Clean up string stuff 2018-04-01 09:41:30 +02:00
Georg Krause 31a6de2b27 fix formatting 2018-03-31 20:37:48 +02:00
Georg Krause fe77d3ca63 add hint for bpm limits 2018-03-31 15:22:33 +02:00
Georg Krause ac6d1fc4cc add sanity check for bpm value 2018-03-31 15:05:16 +02:00
Georg Krause fe1b68a069 reduce magic numbers on calculating tempo limits 2018-03-31 14:30:24 +02:00
Georg Krause 2c43704b8f set tempo by typing number
Closes #206, thanks @georgkrause for the PR
2018-03-26 20:56:49 +01:00
Mathias Buhr c5d33f89cd Fixes a few leaks and errors 2017-06-21 21:25:02 +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
Harry van Haaren f8d5ccf34d Fixing master output section
Looks better than before, but still not ideal. Perhaps adding
a global (master) FX send to JACK could fill the space?
Or else re-layout the items (labels under dials?) to fill void.
2016-11-24 23:29:41 +00: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 68bbfdb26d -BPM dial has label (#93), shows BPM as number 2014-09-13 00:27:55 +01:00
Harry van Haaren d4f74b6c45 Fixed #86, metronome volume. Use right-click 2014-08-30 16:44:09 +01:00
Harry van Haaren 2af4dd6dcd -Integrated + fixed Clang analysis into buildTest 2014-08-10 22:20:57 +01:00
Harry van Haaren 3070b2904a -Implemented Transport Play/Stop, and UI button 2014-08-08 13:58:31 +01:00
Harry van Haaren c698e631d4 -Fixed #82, metronome visibility issue 2014-05-12 14:11:01 +01:00
Harry van Haaren eb2bbe653b -Master Input section saved / restored properly 2013-12-10 14:15:08 +00:00
Harry van Haaren d208f8959a -Added LICENSE 2013-12-08 21:44:43 +00:00
Harry van Haaren a4b216f9a1 -Fixed BPM session load issue 2013-12-01 19:01:58 +00:00
Harry van Haaren 17950d7d00 -Updated MIDI bindings, added MasterReturn binding option 2013-11-21 14:11:06 +00:00
Harry van Haaren 8234370374 -Fixed prints im gmastertrack, fixed aesthetic button location in GOptions 2013-11-11 00:14:32 +00:00
Harry van Haaren d5d54fa3ea -Fixed input section MIDI binding: working as normal 2013-11-09 22:11:45 +00:00
Harry van Haaren 52c73d787c -Working on GUI feedback for Input section, fixed bugs in process staying alive if OptionsWindow is shown 2013-11-09 21:50:21 +00:00
Harry van Haaren 55c9b171bd -Removed cout prints 2013-11-01 23:31:18 +00:00
Harry van Haaren ebb9e8f5a1 -Added Avtk::Box to use as background instead of Fl widget, should fix BG theming color issue 2013-10-18 12:32:57 +01:00
Harry van Haaren 09e7a10234 -Fixed track / master fader background issue 2013-10-11 21:28:37 +01:00
Harry van Haaren 2f88994b2d -Added metronome to APC, updated GUI respond to metro event 2013-10-09 00:15:31 +01:00
Harry van Haaren d3b3fd82fe -Return volume dial working 2013-10-07 15:21:24 +01:00
Harry van Haaren 52cfaca7e8 -TrackSendActive implemented 2013-09-23 15:23:48 +01:00
Harry van Haaren 071bb78ee5 -Input handling UI and DSP both finished: working fine 2013-09-20 15:38:23 +01:00
Harry van Haaren 8813cf0852 -Input volume events added, UI updated 2013-09-20 13:11:47 +01:00
Harry van Haaren 25af4824b1 -Updated UI, added events for input routing 2013-09-20 13:02:27 +01:00
Harry van Haaren f1c5f55f80 -Implemented DSP / events for Input send handling, updated UI 2013-09-20 12:40:50 +01:00
Harry van Haaren 7a2e2a4ef0 -Input section reworked 2013-09-20 11:23:59 +01:00
Harry van Haaren 860a2d4501 -Fixed master fader, working on master return 2013-09-20 10:29:05 +01:00
Harry van Haaren 611839a8f6 -Updated GUI, added metronomeEnable to Controller 2013-09-18 10:09:26 +01:00
Harry van Haaren 23eac5b3d0 -Updated GMasterTrack inputsection 2013-09-18 09:53:15 +01:00
Harry van Haaren 57e5a86d94 -GUI tempo dial now works, updated Tupfile 2013-09-14 03:57:58 +01:00
Harry van Haaren f884d43be7 -Refactored JACK ports for reverb send / return, updated UI to reflect 2013-09-11 01:32:58 +01:00
Harry van Haaren 63680a3ffb -Updated GTrack: renameable and extra buttons, GMasterTrack BPM dial 2013-09-10 23:09:45 +01:00
Harry van Haaren e90585bb39 -Rearranged master track, moved metro buttons / blocks to bottom right. 2013-09-10 22:23:32 +01:00
Harry van Haaren 95d1d7af70 -Refactored GMasterTrack 2013-09-10 21:51:05 +01:00