summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-04gcc ABI check happens before unpackingRobin Gareus
2015-10-04correct error messageRobin Gareus
2015-10-04remove unused functionRobin Gareus
2015-10-04Change a few instances of 'stat()' to use 'g_stat()' (for UTF8 compatibility ↵John Emmas
on Windows)
2015-10-04always use session rt-event to un/set soloRobin Gareus
2015-10-04don't export video-frame request functionRobin Gareus
2015-10-03Initialize variable every loop so MCP devices don't accumulate too.Len Ovens
2015-10-03Initialize variable every loop so MCP profiles don't accumulate.Len Ovens
2015-10-03NOOP: delete trailing whitespacePaul Davis
2015-10-03reset IP MIDI port when deleting a mackie surface portPaul Davis
2015-10-03reset shared_ptr to master surface when clearing surfaces, to ensure Surface ↵Paul Davis
destructor is called
2015-10-03Merge branch 'zamaudio-click-level'Paul Davis
2015-10-03Click: Normalized then dropped by 6dBDamien Zammit
Applied gain to both emph click and default click using sox. This results in louder click sound by default and user is able to boost click to 0dBFS using the fader on the pref pane. Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-10-03make a start on providing direct choice of MIDI ports where an MCP device ↵Paul Davis
can be reached
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03more code-control when laying out Mackie Control GUI panelPaul Davis
2015-10-03add basic support for HUI heartbeat, only used for HUI devicesPaul Davis
2015-10-03add DeviceType specifier for mackie devices.Paul Davis
Incomplete, because we need a way to handle multiple devices of different types
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03add device type to Mackie device infoPaul Davis
2015-10-03add support to display and set key aliases in mackie GUIPaul Davis
2015-10-03additional check for DSP falloff.Robin Gareus
2015-10-03less verbose unit-testsRobin Gareus
2015-10-03DSP load fall-off from 100%.Robin Gareus
get_dsp_load_unbound() will return large values >100% for testing, but actual fall-off is from 100%.
2015-10-03fix float calc:Robin Gareus
divide large number. not multiply a small.
2015-10-03fix windows compilationRobin Gareus
2015-10-02initial pass at a profile (key bindings) for MCU Pro surface.Paul Davis
Lots more work to do here
2015-10-02remove undefined and unused method declarationPaul Davis
2015-10-02another change from modifier_state() to main_modifier_state()Paul Davis
2015-10-02avoid handling pitchbend (fader) messages while SHIFT modifier is active.Paul Davis
See comment in code for more detail
2015-10-02no longer call ::zero_all() when deleting an MCP surface object.Paul Davis
The ports required may no longer exist, and it requires a lot of messages. A reset is sent instead
2015-10-02use ::main_modifier_state() in some more placesPaul Davis
2015-10-02necessary header changes for new redisplay code in MCPPaul Davis
2015-10-02add new (fast) redisplay timer that pushes parameter display text to MCP device.Paul Davis
Changes are queued in a FIFO, and pulled when a timeout in the MCP event loop fires.
2015-10-02fix comment spellingPaul Davis
2015-10-02use Surface::reset() when deleting MackieControlProtocol, rather than ↵Paul Davis
sending lots of messages. This may be a bit "strong" because on the MCU Pro (at least) it causes a fader recalibration.
2015-10-02implement backlight, fader touch sensitivity and recalibrate fader functions ↵Paul Davis
for MCP GUI
2015-10-02avoid sending replicated fader set position messagesPaul Davis
2015-10-02explicitly drop control surface protocols before disconnecting from engine.Paul Davis
This is not bomb/thread proof yet, because it still requires at least one process callback to function
2015-10-02add missing "fi" to stage2.run script used for linux installPaul Davis
2015-10-02remove debug outputPaul Davis
2015-10-02the return of the 1 second fade out at session closePaul Davis
2015-10-02fix unbound DSP calc.Robin Gareus
2015-10-02escape markup in region listRobin Gareus
2015-10-02add missing markup escapeRobin Gareus
(e.g. import file with ampersand)
2015-10-02use new error-messagesRobin Gareus
2015-10-02define more backend error-messages.Robin Gareus
2015-10-02improve CoreAudio error reportingRobin Gareus
2015-10-02fix handler of fader (pitchbend) messages in Mackie Control so that the ↵Paul Davis
outbound messages match the inbound ones Pitch bend values really can span 0 to 16384, not 16383