summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-05-07extend save-as API to allow for new empty sessions based on currentPaul Davis
2015-05-07copy contents of analysis, plugins, automation and externals folders during s...Paul Davis
2015-05-07fix Session::rename()Paul Davis
2015-05-05debugging rename/save-asPaul Davis
2015-05-04API to reset plugin parameters to defaultRobin Gareus
2015-05-04add signal for automation state changes per pluginRobin Gareus
2015-05-04clear port-list before query.Robin Gareus
2015-05-04fix thinko in 2e4428bRobin Gareus
2015-05-03no more noise during startup.Robin Gareus
2015-05-03add an API to silence buffers (without session)Robin Gareus
2015-05-03fix portengin get_ports() flags APIRobin Gareus
2015-05-03Fix mixed spaces/tabs in wscriptsChristopher Arndt
2015-05-03don't install static library libsmf.aNils Philippsen
2015-05-02gfx-card & performance testingRobin Gareus
2015-05-02log(0) - who would have guessed.Robin Gareus
2015-05-02professionalize peak-metersRobin Gareus
2015-05-01dummy: ignore first cycle timing.Robin Gareus
2015-05-01constrain initial custom meter positions.Robin Gareus
2015-04-30don’t count silent [x]runs if there’s no session.Robin Gareus
2015-04-30add a sanity checkRobin Gareus
2015-04-30Correctly dereference 'fxbuf' when building with MSVCJohn Emmas
2015-04-30When testing for x86 / x64 architecture, don't forget the symbols that MSVC c...John Emmas
2015-04-30session: add signal to indicate batch updatesRobin Gareus
2015-04-30clamp DSP load displsy 100% & relax LPF.Robin Gareus
2015-04-29DSP load calculation: favor peak over average.Robin Gareus
2015-04-29no need to close a file that will not be removed (and has no name)Paul Davis
2015-04-29fix double precision abs value computationRobin Gareus
2015-04-29enable fade-out display by default in A4.Robin Gareus
2015-04-29remove AU crashlog assert.Robin Gareus
2015-04-29NOOP: fix indentationPaul Davis
2015-04-29[Summary] Should have been committed with previous: made background fade opti...GZharun
2015-04-29fix issue with manual merge conflictPaul Davis
2015-04-29make computation of OS X pango text width correction less intrusive/more effi...Paul Davis
2015-04-29manually apply grygorii's API to manage a correction for pango errors in text...Paul Davis
2015-04-29manually apply grygorii's waveform amplitude implementationPaul Davis
2015-04-29[Summary] Fixed issue when width request from Cavas text returned old width v...GZharun
2015-04-29change placement of ruler divider so that the lower line is at the specified ...Paul Davis
2015-04-29do the right thing when TrackingText::offset is changedPaul Davis
2015-04-29Fix method hiding in Canvas::TextPaul Davis
2015-04-29change ruler rendering to change tick heights and move text downPaul Davis
2015-04-29add missing APIPaul Davis
2015-04-29add API to Ruler to optionally draw a divider (2 single pixel horizontal line...Paul Davis
2015-04-29correct implementation for Rectangle::vertical_fraction()Paul Davis
2015-04-29add Rectangle::vertical_fraction() as a convenience methodPaul Davis
2015-04-29add xrun counter API to sessionRobin Gareus
2015-04-29emit an xrun if the process_lock is takenRobin Gareus
2015-04-29delegate signal emission to dedicated thread.Robin Gareus
2015-04-28tape-track diskstream fixesRobin Gareus
2015-04-28Track mode needs to be set before loading Track stateRobin Gareus
2015-04-27case insensitive VST plugin file extension - fixes #6285Robin Gareus