Andrew Belt
|
fde88775d4
|
Add Notes to Core, added manufacturer slug/name to Model, reverted to
Plugins
|
7 years ago |
Andrew Belt
|
0c4cf64726
|
Renamed Plugin to Manufacturer, added multiline to TextField, added
Notes to Core, changed plugin build system to support multiple targets
per manufacturer
|
7 years ago |
ben
|
26835a27c4
|
FIX #280
|
7 years ago |
ben
|
9452d69737
|
Resolve issues after merging (initialisze -> reset etc.)
|
7 years ago |
ben
|
3bace286ec
|
remove virtual from functions in modules (inherit from midiIO not from
individual modules)
|
7 years ago |
ben
|
7df90920ca
|
Fix handling for ignore types
|
7 years ago |
ben
|
70381c53c0
|
resetMidi when initialize is called
|
7 years ago |
ben
|
7b41fe9d52
|
Add midi learn to CC/Trigger module (hold down right mouse button on
text field and turn knob/press button)
|
7 years ago |
ben
|
70c4f69e15
|
Fix clock ratio selection
|
7 years ago |
Andrew Belt
|
8060a1e657
|
Rename initialize() to reset()
|
7 years ago |
Andrew Belt
|
33ca4dac2d
|
Add override keyword everywhere
|
7 years ago |
Andrew Belt
|
9dbadfbdc5
|
Remove gSampleRate, add engineGetSampleRate()
|
7 years ago |
ben
|
fe755f441d
|
Update midi clock implementation and minor fixes for clock
|
7 years ago |
ben
|
0f0a9aac2b
|
use int (uint is not standard See #238)
|
7 years ago |
ben
|
692cfd3b89
|
Fix minor issues
|
7 years ago |
ben
|
87da77b181
|
Fix segfault on closing rack (and variable naming)
|
7 years ago |
ben
|
19e0e45ca9
|
Remove velocity dependent output from trigger for now (let trigger be trigger)
|
7 years ago |
ben
|
997eeaa2d7
|
Update midi modules accordingly
|
7 years ago |
ben
|
670614e4ad
|
Simplify midi splitting and implement proper handling
|
7 years ago |
ben
|
9647f22eee
|
[WIP] Implement rtMidi wrapper
(Note: This misses some checks and proper error handling, but should be
good enough to test in principle)
|
7 years ago |
ben
|
ec6e9f1b4c
|
Add trigger-to-cv module
|
7 years ago |
ben
|
63cfbc3d3c
|
Restructure midi interface
|
7 years ago |
Andrew Belt
|
ed6916d3e5
|
Remove dsp.hpp. Plugins must now #include the specific dsp/ header file
they need
|
7 years ago |
ben
|
650d0e4aed
|
add reset Midi on channel switch
|
7 years ago |
ben
|
83ad9e7559
|
remove additional lights from midi module
|
7 years ago |
Andrew Belt
|
39439bfeab
|
MidiInterface cleanup
|
7 years ago |
ben
|
38f7c22b00
|
formatting
|
7 years ago |
ben
|
b421dd8471
|
fix initialisation
|
7 years ago |
ben
|
b49ce24694
|
Implement onTextChange and set ccNum to -1 for invalid input
|
7 years ago |
ben
|
5e16c84720
|
Add another check for invalid input
(std::stoi ignores subsequent symbols)
|
7 years ago |
ben
|
2515311aad
|
Clean up code for TextField
|
7 years ago |
Andrew Belt
|
18eb87ae40
|
Add BlankWidget to Core, refactor ModuleWidget
|
7 years ago |
ben
|
8b484e8772
|
polish cc-to-cv module
|
7 years ago |
ben
|
8fa51f8ceb
|
add reset button to Midi-to-CV module
|
7 years ago |
ben
|
b24ebf9fc8
|
Fix Wrong text on midi device selector if no device is selected
and add missing function declaration
|
7 years ago |
ben
|
0314a723df
|
Add resetMidi function to MidiIO and implement for Midi Modules
|
7 years ago |
Andrew Belt
|
f8f478ad4c
|
Add Bridge template
|
7 years ago |
ben
|
f633de164a
|
Use TextField for channel selection
(this is still a bit hacky)
|
7 years ago |
ben
|
1e395ae27c
|
polish MIDI-to-CV and add label to selector
|
7 years ago |
ben
|
4ccb746e5a
|
Restructure MidiInterface, add velocity and aftertouch
to Midi-to-CV and add Midi-CC-to-CV
|
7 years ago |
Andrew Belt
|
a358e984e3
|
Make RtMidi build work for macosx=10.7
|
7 years ago |
Andrew Belt
|
72be600c11
|
Remove redundant Makefile stuff, run MidiInterface.cpp through Astyle
|
7 years ago |
ben
|
0f66b8d91f
|
include/midi interface naming
|
7 years ago |
ben
|
bdf6eee7a1
|
Init switch to rtMidi (TODO: update makefiles and dep)
|
7 years ago |
Andrew Belt
|
f9cf502a79
|
Use 10V as the headroom for Audio Interface IO instead of 5V
|
7 years ago |
Andrew Belt
|
6239856310
|
Added C#-style property constructor, explicitly clamp samples in Audio Interface, scroll horizontally if Shift is held
|
7 years ago |
Andrew Belt
|
fd0d208021
|
Add engine support for stackable cables
|
7 years ago |
Andrew Belt
|
ffd8dde517
|
Middle click drag now sends an onScroll event in the object it is hovering, open UrlItem browser in new thread, use Module constructor for setting number of params/inputs/outputs
|
7 years ago |
Andrew Belt
|
c4a8f8e0fd
|
Add metadata to Plugins class and Add Module menu
|
7 years ago |
Andrew Belt
|
a16a9e1b5f
|
Added asset.hpp for managing paths, Plugin instance created by Rack instead of the shared library, attempt to load plugins from global and then local location
|
7 years ago |