bd10e6f1Made Framebuffer scaling work with real numbered positions by
Andrew Belt
2017-10-24 09:17:46 -0400
bf8b9bf3Clean up midiIO implementation by
ben
2017-10-24 14:47:22 +0200
a22aac64Added zoom slider, zoom to settings, finished Framebuffer scaling by
Andrew Belt
2017-10-24 08:47:14 -0400
5eac4e23Fix midi clock bug by
ben
2017-10-24 14:46:15 +0200
f347abbeFix ignore types by
ben
2017-10-24 13:16:40 +0200
f5e8ba03Use another nanovg context for rendering to the framebuffer by
Andrew Belt
2017-10-24 07:09:09 -0400
9c652e19Fix sync if ccNum is changed by modifying the text by
ben
2017-10-24 10:10:42 +0200
8d5dfc40Merge branch 'bontric-2017-10-bontric-quadmidi' by
Andrew Belt
2017-10-23 18:45:51 -0400
df94ca7aFixed labels for Quad MIDI interface by
Andrew Belt
2017-10-23 18:45:19 -0400
e27907e2Merge branch 'bontric-2017-10-bontric-midi-interface-revamp' by
Andrew Belt
2017-10-23 18:41:21 -0400
34bd9d7bAdd SearchModuleField to RackWidget by
Andrew Belt
2017-10-23 18:39:18 -0400
bdc0479b (refs/pull/305/head)fix/implement modes by
ben
2017-10-24 00:32:30 +0200
dbd4e44eAdded Light object to engine.hpp, added automatic scrolling when dragging cables to the edge of the screen, added nonfunctional search box to Add Module menu by
Andrew Belt
2017-10-23 18:07:51 -0400
4bdf07f8Basic implementation of quad midi to cv by
ben
2017-10-23 23:01:48 +0200
ff4dec62Merge branch '2017-10-bontric-midi-interface-revamp' by
ben
2017-10-23 20:07:45 +0200
698232df (refs/pull/293/head)Dim light according to difference by
ben
2017-10-23 20:02:47 +0200
ec48fd70Fix#292 (Also: add indicator lights which are ON as long as a knob is not in sync with the output) by
ben
2017-10-22 16:39:37 +0200
0c4cf647Renamed Plugin to Manufacturer, added multiline to TextField, added Notes to Core, changed plugin build system to support multiple targets per manufacturer by
Andrew Belt
2017-10-22 05:54:50 -0400
0fc16402Merge branch 'master' of github.com:VCVRack/Rack by
Andrew Belt
2017-10-21 05:47:53 -0400
a1836e7cAdded version metadata to plugin by
Andrew Belt
2017-10-21 05:47:42 -0400
4663476cMerge pull request #281 from bontric/2017-10-bontric-midi-interface-revamp by
Andrew Belt
2017-10-20 17:29:20 -0400
26835a27 (refs/pull/281/head)FIX#280 by
ben
2017-10-20 23:13:14 +0200
e76122bbMac fixes, sleep GUI thread if framerate is too high by
Andrew Belt
2017-10-20 05:10:32 -0400
f8d980ebMerge branch 'bontric-2017-10-bontric-midi-interface-revamp' by
Andrew Belt
2017-10-20 00:14:14 -0400
7c31edd2Save lastPath in settings by
Andrew Belt
2017-10-19 11:43:05 -0400
9452d697 (refs/pull/231/head)Resolve issues after merging (initialisze -> reset etc.) by
ben
2017-10-19 16:37:33 +0200
8af399e6merge master by
ben
2017-10-19 16:24:57 +0200
3bace286remove virtual from functions in modules (inherit from midiIO not from individual modules) by
ben
2017-10-19 16:10:18 +0200
7df90920Fix handling for ignore types by
ben
2017-10-19 16:09:30 +0200
70381c53resetMidi when initialize is called by
ben
2017-10-19 15:35:13 +0200
7b41fe9dAdd midi learn to CC/Trigger module (hold down right mouse button on text field and turn knob/press button) by
ben
2017-10-19 15:32:01 +0200
70c4f69eFix clock ratio selection by
ben
2017-10-19 15:29:19 +0200
8060a1e6Rename initialize() to reset() by
Andrew Belt
2017-10-19 03:44:54 -0400
1d5ec2ecAdd message to build the correct version of Rack when building plugins by
Andrew Belt
2017-10-19 02:44:55 -0400
33ca4dacAdd override keyword everywhere by
Andrew Belt
2017-10-18 19:29:46 -0400
9dbadfbdRemove gSampleRate, add engineGetSampleRate() by
Andrew Belt
2017-10-18 17:03:14 -0400
275204c3Add -Wsuggest-override to build system for Rack and plugins by
Andrew Belt
2017-10-17 21:19:24 -0400
e26235e5Don't define VERSION in dev builds by
Andrew Belt
2017-10-17 19:30:39 -0400
0b5e30fcDon't smooth snapped knobs by
Andrew Belt
2017-10-17 19:14:46 -0400
5cee9b53Added boolean parameter to make knobs snap, made them visually snap as well by
Andrew Belt
2017-10-17 19:11:22 -0400
4843fec6Change color of LightPanel to match Fundamental by
Andrew Belt
2017-10-16 22:51:59 -0400
fe755f44Update midi clock implementation and minor fixes for clock by
ben
2017-10-16 11:29:24 +0200
0f0a9aacuse int (uint is not standard See #238) by
ben
2017-10-16 09:56:21 +0200
6db11772Reduce Light radius by
Andrew Belt
2017-10-15 17:51:06 -0400
ba318d1dCopy correct librtmidi file to Linux dist by
Andrew Belt
2017-10-15 17:50:42 -0400
692cfd3bFix minor issues by
ben
2017-10-15 23:17:26 +0200
87da77b1Fix segfault on closing rack (and variable naming) by
ben
2017-10-15 22:31:50 +0200
19e0e45cRemove velocity dependent output from trigger for now (let trigger be trigger) by
ben
2017-10-15 20:52:12 +0200
997eeaa2Update midi modules accordingly by
ben
2017-10-15 20:51:50 +0200
670614e4Simplify midi splitting and implement proper handling by
ben
2017-10-15 20:51:21 +0200
58b2e628Remove macro VERSION_0_4_0. There is no need for version checks, since you should only ever need to worry about supporting the latest version of Rack by
Andrew Belt
2017-10-15 14:35:34 -0400
5f311e7eFile > New attempts to load template.vcv if exists by
Andrew Belt
2017-10-14 22:17:41 -0400
9647f22e[WIP] Implement rtMidi wrapper (Note: This misses some checks and proper error handling, but should be good enough to test in principle) by
ben
2017-10-14 21:05:55 +0200
3fc2a12cAdded Quit to File menu by
Andrew Belt
2017-10-14 14:09:25 -0400
ec6e9f1bAdd trigger-to-cv module by
ben
2017-10-14 13:41:28 +0200
63cfbc3dRestructure midi interface by
ben
2017-10-14 11:19:53 +0200