Commit Graph

983 Commits (main)

Author SHA1 Message Date
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
Harry van Haaren fb5174593c
Merge pull request #216 from georgkrause/cleanup
Cleanup, thanks @georgkrause
2018-04-05 21:07:28 +01:00
Harry van Haaren 2cb998366c generic midi: fix launch scene to handle all bindings
Previously only a single binding would execute, and then
we would return from the function. As a result, other bindings
would not exectue, resulting in incorrect behaviuor on certain
devices (Eg: Akai APC 40).

Closes #197, thanks @georgkrause for the PR.

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-04-05 20:18:33 +01:00
Georg Krause 9607768b7e little code improvement, removed if-else for ternary operator 2018-04-05 19:40:56 +01:00
Georg Krause e06052b656 fixes a stupid bug, thanks Harry ;) 2018-04-05 19:40:56 +01:00
Georg Krause 9292e0c715 update all scene launch buttons 2018-04-05 19:40:56 +01:00
Harry van Haaren f06b55a2c3
Merge pull request #199 from georgkrause/apkmini
Improvements for APC Mini Controller Map, @coderkun thanks for review, @georgkrause thanks for PR!
2018-04-05 19:39:31 +01:00
Georg Krause bcd64ca9c7 small cleanup 2018-04-02 22:12:27 +02:00
Georg Krause 56fcb8a7c0 use calculation in class member 2018-04-02 22:09:59 +02:00
coderkun 2ca50703b1 Add Doxygen configuration file
Add a configuration file for Doxygen to generate a documentation in the
folder “doc”. Additionally at the “doc” folder to gitignore.
2018-04-02 19:42:34 +02:00
Harry van Haaren 45b07ab777
Merge pull request #213 from georgkrause/nscenes
Replace all hard coded scene numbers, thanks @georgkrause!
2018-04-02 16:45:18 +01:00
Georg Krause 61232691ec add shift button to select special clip 2018-04-02 17:27:31 +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 61b162cd30
Merge pull request #211 from georgkrause/sanitycheck
found two more hard coded bpm limits, thanks @georgkrause!
2018-04-02 01:02:19 +01:00
Georg Krause 982dd05708 found two more hard coded bpm limits 2018-04-01 21:04:30 +02:00
Harry van Haaren 60d9c852b3
Merge pull request #209 from georgkrause/sanitycheck
Sanity check for bpm input, thanks @georgkrause !
2018-04-01 14:41:08 +01: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
vale981 3fd73ac58c Space to control special track. (#205)
Space to control special track, this enables you to use an ordinary pc keyboard as foot pedal!

Thanks @vale981, I squashed the two patches as it was a fixup :)
2018-03-26 20:51:10 +01:00
Harry van Haaren ff34b33893
Merge pull request #202 from openAVproductions/cleanup
Cleanup and optimize LooperClip playback
2018-03-26 20:47:43 +01:00
Harry van Haaren 683f80027c jacksendreturn: fix whitespace issues and cleanup
No code functionality changes here

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-03-25 20:49:28 +01: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 01a6fded5f
Merge pull request #195 from openAVproductions/meson
Add Meson build system integration
2018-03-25 20:27:31 +01:00
Georg Krause e5bf2a969c add scene launch buttons 2018-03-24 22:58:13 +01:00
Georg Krause 9cc1e65f40 added active flag for grid events 2018-03-24 14:33:02 +01:00
Georg Krause 7106a699ad better formatting 2018-03-10 15:13:49 +01:00
Harry van Haaren bc8e55b036 meson: generate version.hxx on compile
This fixes local builds (re-generates version.hxx if
it gets removed), ninja dist now works correctly too.

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-03-04 02:19:29 +00:00
Harry van Haaren f34a44e775 meson: add tests and option to disable them
This enables building the Luppp unit tests with Meson,
and adds an option to disable building those tests. For
a release, the option should probably be off - although
currently it has no significant impact on the result.

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-03-03 21:43:35 +00: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
Harry van Haaren 097d52757e stately: add virtual destructor to class
Mutes some compiler warnings

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
2018-02-12 23:58:26 +00:00
be_ d1af9bffb6 put link to user documentation at top of README.md 2017-12-10 11:40:51 +00:00
Harry van Haaren be14f4005a midi: allow clearing clip from GenericMIDI binding
This commit allows the user to clear clips from the Luppp grid
with a MIDI message. The binding method is very similar to the
existing "grid:event" style, with added to "action" representing
1 for press, and 0 for release, -1 now represents a "clear" event.

As such, the following binding would clear clip track 1, scene 1,
when midi note number 60 had a note on event. Note that the value
for "send" is also set to -1, indicating it is not a send binding.

Active set to -1 indicates that the clip should be cleared:

{
  "action": "grid:event",
  "status": 144,
  "data":    60,
  "track":    1,
  "scene":    1,
  "send":    -1,
  "active":  -1
}

See Github issue #134
2017-09-29 18:48:16 +01:00
Harry van Haaren 94261743cb options: mute compile warning 2017-09-28 18:08:17 +01:00
Yuri 074df13807 Fixed the conflict of ntk with fltk by moving ntk to the first place in CMakeFile.txt. 2017-09-19 07:59:55 +01:00
Timothée Giet eefefb2b80 add new icon licence
add new icon licence and copyright info in the svg file
2017-08-30 19:20:03 +01:00
Mathias Buhr ca0e50a36a Fixes a potential leak: sampleString not always freed 2017-06-21 21:25:02 +01:00
Mathias Buhr da42a86ad9 Clean up 2017-06-21 21:25:02 +01:00
Mathias Buhr 40d23e1b0d Fix broken waveforms 2017-06-21 21:25:02 +01:00
Mathias Buhr d3de3f0a0a Another one 2017-06-21 21:25:02 +01:00
Mathias Buhr a8741927f8 Removes another leak 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 a332d9b0fe icon: update icon to svg from @animtim, thanks, fixes #184 2017-05-06 13:02:45 +01:00
Harry van Haaren 5affab5706 Merge pull request #181 from batdevis/master
fix site url, thanks @batdevis!
2017-04-23 17:27:59 +01:00
Devis Battisti 30e0630e0e fix site url
from /Luppp to /luppp
2017-04-23 15:00:49 +02:00