Commit Graph

74 Commits (21fa21e5ad5cb129f2a7595974d1cf3cda299122)

Author SHA1 Message Date
Georg Krause 47547beb15 Fix typo 2019-06-11 10:29:51 +02:00
Georg Krause 23839e4a91 Remove openAV references from the code 2019-06-09 10:53:06 +02:00
Georg Krause e592d5dea4 Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
Georg Krause 371bbf7f04 removed some unused code in Diskwriter::writeControllerFile 2018-04-08 11:14:02 +02:00
Mathias Buhr c5d33f89cd Fixes a few leaks and errors 2017-06-21 21:25:02 +01:00
coderkun ad5a5f1e5b Fix buffer size for saving and loading samples (issue #174) 2017-04-09 12:39:32 +02:00
Harry van Haaren 08bdc1ff09 restyled code after stereo added 2017-03-27 21:04:30 +01:00
coderkun ed72627245 Fix reading and writing of stereo files 2017-03-27 20:53:03 +01:00
coderkun 6a6431242f Read and write stereo files 2017-03-27 20:53:03 +01:00
coderkun 59b146f052 Use stereo input and stereo audio buffer 2017-03-27 20:53:03 +01:00
Harry van Haaren 908bb89878 pan: load and save of value implemented (close #164) 2017-01-09 15:03:56 +00:00
Harry van Haaren 0de1784e8f pan: value saved and restored to dsp 2017-01-09 14:38:19 +00:00
Harry van Haaren e8b15b394c fix #163; save file dir parent dir created
Previously when not using NSM, and the project dir ~/luppp/
did not exist, Luppp would fail to save the session as it did
not attempt to create the directory. This patch adds the creating
of the directory if it does not already exist.
2017-01-08 11:29:42 +00: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 917e61a0ac Resolves #136: saveDirectory
This commit is Geralds work, as sent by pull-request
https://github.com/openAVproductions/openAV-Luppp/pull/136
It had to be rebased, so this is a new commit of his changes.
2016-11-27 19:37:03 +00:00
Gerald bb91ac0e58 MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
Gerald 8fd3e1e1bf Made per track sends and returns an option 2016-11-24 23:15:00 +00:00
Harry van Haaren 5acf1f33d6 clip save implemented, fixes #121 2016-11-03 20:09:06 +00:00
Harry van Haaren b186de0226 -Writes default preferences file if it doesn't exist 2013-12-10 22:47:31 +00: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 51a7b1c2af -Updated directory naming for saving: now has .luppp extension, fixed diskwriter tests 2013-12-02 18:12:21 +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 b83fae5575 -Updated GenericMIDI handling 2013-11-21 14:43:22 +00:00
Harry van Haaren c8af69d044 Updated GenericMIDI / diskWriter 2013-11-21 13:24:08 +00:00
Harry van Haaren 50b34ebaa7 -Working on controller mapping event pretty name strings combo 2013-11-16 14:13:12 +00:00
Harry van Haaren 10f6256330 -Git version integrated into code 2013-11-14 17:32:51 +00:00
Harry van Haaren ff462b06fe -Saving controller file now prompts user on overwrite 2013-11-14 16:50:24 +00:00
Harry van Haaren 5486d059a1 -Fixed issue with controller over-writing 2013-11-12 19:50:11 +00:00
Harry van Haaren e8275c2fb6 -Updated GOptions window, fixed dir creation in diskwriter 2013-11-12 12:18:43 +00:00
Harry van Haaren a4407eab13 -Working on saving particular Controller to disk: ID's getting scrambled bug 2013-11-10 20:13:41 +00:00
Harry van Haaren 316ea7e668 -Fixed tests, working on writeControllerTest 2013-11-09 20:58:48 +00:00
Harry van Haaren 6579fdd085 -Fixed issue with save paths, now adheres to NSM standard saving mechanisms 2013-11-08 00:48:28 +00:00
Harry van Haaren 260a1d5a0c -Fixed NSM bug: now handles reply properly: wasn't calling nsm_check() 2013-11-07 22:42:28 +00:00
Harry van Haaren 84b220728e -Clip name is saved / restored 2013-11-03 14:12:42 +00:00
Harry van Haaren c26ebd0524 -Added session load error checking, fixed broken-session load crash 2013-11-03 13:41:30 +00:00
Harry van Haaren 55c9b171bd -Removed cout prints 2013-11-01 23:31:18 +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 7fc87cc41c -Updated .ctlr file writing, added some error printing on loading files 2013-10-19 13:38:49 +01:00
Harry van Haaren 25c758208a -Updated Controller loading: now working for Grid:launchScene 2013-10-19 13:24:35 +01:00
Harry van Haaren 88b04ecd6e -Updated controller loading file 2013-10-19 13:16:16 +01:00
Harry van Haaren e7cec02609 -Controller pointer is recieved from DSP backend, and can be written to .ctlr file 2013-10-19 12:54:26 +01:00
Harry van Haaren c4e70c533f -Refactored GTrack, and privatized its dials / buttons 2013-10-03 01:50:16 +01:00
Harry van Haaren a99ad9048c -Updating prints, fixed bug in diskwriter 2013-09-23 12:30:54 +01:00
Harry van Haaren 1f3cbdf653 -Updated diskwriter & test 2013-09-23 11:54:54 +01:00
Harry van Haaren 44ab476864 -Refactored DiskWriter 2013-09-23 09:42:08 +01:00
Harry van Haaren e533413e8d -Updated DiskWriter 2013-09-23 09:35:02 +01:00
Harry van Haaren 6c0e72353f -Removed warnings from build 2013-09-20 11:30:19 +01:00
Harry van Haaren 9bd398a216 -Fixed "multiple-save" JSON bug 2013-09-18 13:54:59 +01:00