Commit Graph

147 Commits (main)

Author SHA1 Message Date
Georg Krause e592d5dea4 Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
Georg Krause 1574a000f2 Disable tempo Dial in Free Record Mode 2019-06-06 15:18:20 +02:00
Georg Krause b69e3e4ce3 Disable Tempo tapping in Free Record Mode 2019-06-06 15:02:26 +02:00
Georg Krause 4114e9d802 Improve inactive behavior of avtk_light_button 2019-06-05 14:06:24 +02:00
Harry van Haaren ff71473ace dial: fix unitialized variable
Before this the pan_style value was not initialized,
meaning that the dial could (very rarely) appear as
a pan style dial when it should not be. Thanks valgrind :)

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-07-15 12:08:07 +01:00
Georg Krause 14872cad14 prevent scene names being cleared on scene launch 2018-07-15 09:36:27 +02:00
Georg Krause 0427fca96d one more hard coded scene number 2018-04-02 16:40:35 +02:00
Georg Krause dc0bf938e8 remove hardcoded clip numbers 2018-04-02 16:27:54 +02:00
Harry van Haaren 48802f14ad meson: add meson build for luppp
This allows easier and faster building, with less
complexity and better defaults than the previoius CMake
based system.

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-02-13 00:15:43 +00:00
Mathias Buhr 40d23e1b0d Fix broken waveforms 2017-06-21 21:25:02 +01:00
Mathias Buhr c322bc83b4 Make label code consistent 2017-06-21 21:25:02 +01:00
Mathias Buhr c5d33f89cd Fixes a few leaks and errors 2017-06-21 21:25:02 +01:00
Harry van Haaren bc440df955 implement pan style dials in avtk dial, close #173
Pan style "center is no action" type dial graphic
added, and marking pan dials on each track as such.
2017-04-09 14:23:55 +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 02fb669470 volume: fix mousewheel handling
Mouse scroll events are now consumed by vol faders,
and hence not passed on to the next widget.
2016-11-29 18:48:09 +00:00
Georg Krause 3a6138a0be removed unused code (fixes #131)
[HvH] I modified this commit - a few changes I didn't like, for
example removing the src/config.hxx debug variables - I know they
are commented, but I use the regularly during development to get
extra prints. So this commit removed some of your changes - just
a note that you're not wondering where the changes went :)

Thanks for the PR!
2016-11-26 09:37:37 +00:00
Harry van Haaren 5acf1f33d6 clip save implemented, fixes #121 2016-11-03 20:09:06 +00:00
Harry van Haaren 2531177223 avtk: fixed bug in dial scroll wheel handling
A bug in scroll wheel handling would result in every dial moving
instead of only the one scrolled over: fixed now.
2016-06-26 13:14:19 +01:00
Harry van Haaren 79320c8187 -Fixed #100, mouse scroll on dial working 2015-06-12 21:17:10 +01:00
Harry van Haaren 224af01f25 -Fixed #99, horizontal volume slider issue 2015-06-12 20:56:51 +01: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 df5d1cd5ca -Fixed uninit variable 2014-02-16 23:22:25 +00:00
Harry van Haaren fee7883782 -Fixed bug in using name from audio.cfg 2013-12-12 12:51:17 +00: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 672429d916 -Upgraded loop loading, now shows best stretch values for current BPM 2013-12-11 13:22:54 +00:00
Harry van Haaren 7f96d72d77 -Clip names shown in GUI when files loaded 2013-12-09 01:03:00 +00:00
Harry van Haaren d208f8959a -Added LICENSE 2013-12-08 21:44:43 +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 04fc086a5d -Added "special" selection from GUI 2013-12-04 13:50:08 +00:00
Harry van Haaren 59c46e3dfd -Selecting "special" clips in GUI possible, tested with APC footpedal 2013-12-04 13:07:17 +00:00
Harry van Haaren da92d83c84 -Clip text position auto-centers irrelevant of size 2013-12-04 12:58:59 +00:00
Harry van Haaren b30297f01a -Updated UI, GOptions, Controller reading etc 2013-12-02 00:24:24 +00:00
Harry van Haaren 61c9e8d329 -Fixed compilation warnings, and DiskWriter bug 2013-11-23 00:14:53 +00:00
Harry van Haaren d9a6694b88 -Fixed ClipSelector resizing artifacts 2013-11-20 11:37:30 +00:00
Harry van Haaren b4c36dbf4f -Working on Clipselector, Stereo loading, and GenericMIDI cruft. 2013-11-19 23:34:12 +00:00
Harry van Haaren b1ac82cc10 -Fixed dial redraw 2013-11-19 17:12:19 +00:00
Harry van Haaren ac15f2fc48 -Added bg.c / luppp.c header images, updated image drawing code, and resizing 2013-11-19 16:57:57 +00:00
Harry van Haaren aed8b2125d -Refactoring Bindings in UI 2013-11-14 19:45:43 +00:00
Harry van Haaren 0a6d8941cd -Working on adding Bindings to GOptions UI 2013-11-14 18:29:15 +00:00
Harry van Haaren 460db6e81d -Fixed 1 bar loop issue 2013-11-12 20:14:14 +00:00
Harry van Haaren cf632263a8 -Updated GTrack label, Waveform is now logartihmic in display 2013-11-09 23:27:47 +00:00
Harry van Haaren 2f691a80db -Input section MIDI bindings 2013-11-09 19:59:45 +00:00
Harry van Haaren 7b70072aac -Volume redraws smoother 2013-11-03 14:00:50 +00:00
Harry van Haaren f09515d8a5 -Added "Clear" item in right-click, "removes" clips from grid 2013-11-02 14:10:26 +00:00
Harry van Haaren 123b2bb141 -Commited hack fix for "dual scene play" bug: gridlogic "qStops" all clips on a track on qPlay of a new scene. 2013-11-02 00:13:57 +00:00
Harry van Haaren bd2945e53a -Refactoring Bindings class, working on Options draw-stall bug 2013-10-19 14:22:49 +01:00
Harry van Haaren 5ea1ff989e -Big update to dynamic binding 2013-10-18 16:52:04 +01:00
Harry van Haaren 0c5d9cbd0c -Working on binding map 2013-10-18 15:56:20 +01:00
Harry van Haaren e6475cdff6 -Working on providing MIDI bind target to user 2013-10-18 14:33:00 +01:00
Harry van Haaren e3b6ca446c -GUI Fader redraws now smooth 2013-10-18 13:29:23 +01:00