369 Commits

Author SHA1 Message Date
mathieu _alkama_ m
0f43badcaf Fix: dont overflow while loading signed values, use unsigned values instead. 2016-02-07 23:18:13 +01:00
mathieu _alkama_ m
9aaeb18204 Fix: (for Linux builds) adding missing headers. 2016-02-07 23:17:19 +01:00
mathieu _alkama_ m
e87c756d3e Fix: (for Win builds) incorrect use of "wcscpy_s" and "swprintf_s".
The expected size is in number of characters, not bytes. Caused stack corruption.
2016-02-02 11:53:26 +01:00
mathieu _alkama_ m
ae8f30f66c Fix: (for Win builds) Missing header. 2016-02-01 23:55:22 +01:00
mathieu _alkama_ m
b4c171c765 Fix: (for Win builds) incorrect use of "wcscpy_s" and "swprintf_s".
The expected size is in number of characters, not bytes. Caused stack corruption.
2016-02-01 23:54:32 +01:00
mathieu _alkama_ m
b0cc3a17f1 CMake-based build system now works for OSX, Windows (and probably Linux). 2016-02-01 23:45:28 +01:00
mathieu _alkama_ m
381abf24ff Fix: Just a touch of modernisation
- Fixing OSX Alerts to not use deprecated API
- Fixing missing release for refcounted objects
- Use a more conventional filename for the app delegate
- Fixing some variable types to avoid conversions
2015-12-13 22:28:46 +01:00
mathieu _alkama_ m
95db639603 Fix: Setup "self" (from super initialisation) before accessing any attribute 2015-12-13 13:17:44 +01:00
mathieu _alkama_ m
c6241bfb75 Fix: Avoid adding values (through ref) to uninitialised variable 2015-12-13 13:11:19 +01:00
mathieu _alkama_ m
ec2528db54 Fix: Avoid a 0 size malloc when there are no entry to copy in current selection 2015-12-13 13:09:48 +01:00
mathieu _alkama_ m
ccf278d144 Fixing indentations and a few formatting issues 2015-12-13 13:07:36 +01:00
mathieu _alkama_ m
cdba3c691a Cleaning unused files and fixing indentation 2015-12-13 10:57:56 +01:00
mathieu _alkama_ m
8b143b152f Add a CMake-based build system option (only supports OSX for now). 2015-12-13 10:05:39 +01:00
mathieu _alkama_ m
a5cee4157f Have the OpenGL editor work with the newest sync library codebase. 2015-12-13 10:05:39 +01:00
mathieu _alkama_ m
0384575ab4 Hitting the right path for the sync library includes. 2015-12-13 10:05:39 +01:00
mathieu _alkama_ m
0873e2e6f7 Making the readme a markdown file 2015-12-13 10:05:39 +01:00
Daniel Collin
b2edde54f6 Removed debug logout 2014-10-17 08:39:15 +02:00
Daniel Collin
3e8da3eefe Fixed double save of keys
Closes #107
2014-10-17 08:37:12 +02:00
Daniel Collin
29296761a8 MoveSelection: track selected area in undo/redo
Part of #99 work
2014-09-24 20:46:22 +02:00
Daniel Collin
a327186b89 Switch up/down keys for move selection
Part of #99 work
2014-09-24 20:45:30 +02:00
Daniel Collin
256258c058 Fixed for move selection 2014-09-22 21:54:41 +02:00
Daniel Collin
36391d5cb0 Fixed small bug for #99 when moving > 1 tracks 2014-09-19 19:17:52 +02:00
Daniel Collin
db2797aabd WIP on #99 2014-09-19 15:10:42 +02:00
Daniel Collin
88b2312d6f WIP on move keys
Some work on #99
2014-09-19 13:45:00 +02:00
Daniel Collin
9e9d6b6d56 Fully implemented support for channel mute
Closes #97
2014-09-19 10:02:42 +02:00
Daniel Collin
5d8314fe5c More code to prevent data edit in muted mode 2014-09-18 19:35:00 +02:00
Daniel Collin
c05bb51b86 First version of mute implemented
Part of work for #97
2014-09-18 16:54:30 +02:00
Daniel Collin
ee9056c130 Made code compile with vs2012 2014-09-18 11:05:24 +02:00
Daniel Collin
81146a8753 Implemented inverse keys
Closes #98
2014-09-17 12:03:17 +02:00
Daniel Collin
88c36967a5 Implemented scroll view
Closes #104
2014-09-16 18:00:36 +02:00
Daniel Collin
4cff77a1bb Added loop marker
Closes #96
2014-09-16 15:40:36 +02:00
Daniel Collin
3b354f16ca Added pattern if loop and bookmarks overlap
Part of #96 work
2014-09-16 14:13:27 +02:00
Daniel Collin
3295be55e6 Change shortcut for looping to 'z' 2014-09-16 10:08:32 +02:00
Daniel Collin
8a9a0c0b24 First version of looping support implemented
Part of work for #96
2014-09-15 21:38:35 +02:00
Daniel Collin
bfeca1221d More WIP on #96 2014-09-15 21:25:05 +02:00
Daniel Collin
ed306d3c48 Fixed bad bug that would read outside buffer 2014-09-15 20:58:32 +02:00
Daniel Collin
8e494a71ab Mork WIP on #96 2014-09-15 20:48:28 +02:00
Daniel Collin
9afba7fdd3 Splited apart some bookmark code
This is WIP on #96 as the code for handling the data is very similar
2014-09-15 20:11:52 +02:00
Daniel Collin
59363f452f Fixed ui rendering bug
Closes #106
2014-09-15 19:22:07 +02:00
Daniel Collin
a0bea881c1 New scaling values
As talked about in #100
2014-09-14 21:32:06 +02:00
Daniel Collin
179d76399f Fixed *really* bad scrolling bug
Closes #92
2014-09-14 16:57:08 +02:00
Daniel Collin
ccdc7862f5 Link to Mac version 2014-09-14 14:26:59 +02:00
Daniel Collin
d677cf68bd Added missing build script 2014-09-14 14:26:52 +02:00
Daniel Collin
0893259bf5 Fixed so backspace deletes chars in edit mode
Closes #93
2014-09-14 14:17:50 +02:00
Daniel Collin
18ddf785ad Implemented highlight of current track
Closes #105
2014-09-14 13:40:00 +02:00
Daniel Collin
bf1ed68113 Implemented support for scaling keys
Closes #100
2014-09-14 12:03:43 +02:00
Daniel Collin
6369277bcf Implemented multi-key delete
Closes #102
2014-09-14 11:28:15 +02:00
Daniel Collin
212be709d5 Support for multi-add current value
Closes #88
2014-09-14 11:11:40 +02:00
Daniel Collin
7c1323a3c2 Added rootElement to XML files
Closes #91
2014-09-14 10:28:18 +02:00
Daniel Collin
f6045a4e37 Bump to 1.1 Beta
Added link to Windows 1.1 Beta version
2014-09-14 09:47:07 +02:00