Commit Graph

  • 4993eba3c1 Remove unused and unnessary +" " in all knob.setHintText calls dave 2014-12-08 10:57:21 +00:00
  • 77f2b56221 Merge pull request #1420 from diizy/master Vesa V 2014-12-07 22:31:09 +02:00
  • dbc404cca1 Fix FX mixer race condition Vesa 2014-12-07 22:29:23 +02:00
  • 567f6de349 Merge pull request #1419 from diizy/master Vesa V 2014-12-07 21:11:45 +02:00
  • e7b7cf54bb Remove distortion from sv filters Vesa 2014-12-07 21:11:11 +02:00
  • 86f2c866b6 Move play, record and stop signals to superclass Lukas W 2014-12-07 18:50:40 +01:00
  • 3e9cc61042 SongEditor: Use Editor superclass Lukas W 2014-12-07 17:37:22 +01:00
  • 02006f9855 Use Editor superclass in AutomationEditor Lukas W 2014-12-07 12:48:49 +01:00
  • c6ee614012 Clean up ToolButton class Lukas W 2014-12-07 11:53:32 +01:00
  • 44b52ebd99 Add Editor superclass Lukas W 2014-12-07 11:53:20 +01:00
  • 6b7ff58886 Merge pull request #1417 from diizy/bitcrush Vesa V 2014-12-07 00:37:53 +02:00
  • 68f5ccce64 Update lmms_math.h Vesa V 2014-12-07 00:12:19 +02:00
  • f742854642 Bitcrush effect plugin Vesa 2014-12-07 00:07:30 +02:00
  • 10ca77b31c Merge pull request #1 from LMMS/master Dave 2014-12-06 21:22:19 +00:00
  • fd6e49c906 Merge pull request #1406 from csimons/unbind-keys Vesa V 2014-12-06 11:46:06 +02:00
  • 0a839f8309 Merge pull request #1414 from csimons/dialog-titles Vesa V 2014-12-06 11:42:20 +02:00
  • ca973b9369 Upon toggling off a window, now attempting to focus SongEditor, then any other visible editors, or finally the parent window if all editors are hidden. Christopher L. Simons 2014-12-06 03:46:41 -05:00
  • 38b3279cf0 Setting menu titles in Title Case. Christopher L. Simons 2014-12-05 20:40:22 -05:00
  • 4ec1920b79 Setting dialog titles in Title Case. Christopher L. Simons 2014-12-05 20:05:37 -05:00
  • 5675b1a373 Removing focus from hidden windows upon hiding them. Christopher L. Simons 2014-12-04 23:39:53 -05:00
  • ee1b9ba7bc Merge pull request #1403 from csimons/vim-comments Tres Finocchiaro 2014-12-04 19:12:21 -05:00
  • 63b353e07c Removed vim-config comment from SongEditor.cpp. Christopher L. Simons 2014-12-04 16:03:45 -05:00
  • 2425366b58 Removed vim-config comment from ExportProjectDialog.cpp. Christopher L. Simons 2014-12-04 16:03:35 -05:00
  • 809cad1b62 Removed vim-config comment from main.cpp. Christopher L. Simons 2014-12-04 16:03:21 -05:00
  • 3b2316e242 Removed vim-config comment from SampleBuffer.cpp. Christopher L. Simons 2014-12-04 16:03:12 -05:00
  • e61476df04 Merge pull request #1400 from diizy/master Vesa V 2014-12-04 20:45:57 +02:00
  • dcd0e81d86 Transposed form of Linkwitz-Riley Vesa 2014-12-04 20:43:37 +02:00
  • 2b7df9d259 Merge pull request #1399 from diizy/master Vesa V 2014-12-04 18:49:33 +02:00
  • 79bbe72055 Added 4th-order Linkwitz-Riley filter object to BasicFilters.h Vesa 2014-12-04 18:48:58 +02:00
  • d17b6c5328 LmmsStyle: Remove legacy code Lukas W 2014-12-04 17:16:50 +01:00
  • 31c7e36b72 Merge pull request #1386 from csimons/cleanup-null-pointer-deallocation-warnings Vesa V 2014-12-03 06:30:18 +02:00
  • b1414eba23 Cleaning up null-pointer-deallocation warnings. Christopher L. Simons 2014-12-02 18:07:56 -05:00
  • 1d929d6ce7 Merge pull request #1377 from diizy/multitap Vesa V 2014-12-01 09:47:25 +02:00
  • 4f62be89ed Fix time Vesa 2014-12-01 09:33:54 +02:00
  • e660f479b9 Merge pull request #1355 from curlymorphic/flanger Vesa V 2014-11-30 17:18:02 +02:00
  • 0c69872067 Merge pull request #1375 from diizy/multitap Vesa V 2014-11-30 17:07:48 +02:00
  • a9d0ba11d6 Multitap, filters, updates Vesa 2014-11-30 17:06:43 +02:00
  • 2a78769078 Merge branch 'stable-1.1' Vesa 2014-11-30 15:08:14 +02:00
  • d907aa1cba Merge pull request #1372 from diizy/multitap Vesa V 2014-11-30 14:35:24 +02:00
  • be04040ae8 Separate BiQuad, OnePole filters as their own classes in BasicFilters.h Might do the same for other filter types, but these two are kind of "basic building blocks" for many effects so it makes most sense for them Vesa 2014-11-30 14:33:04 +02:00
  • 5352293813 Update lmms_math.h Vesa V 2014-11-30 02:26:10 +02:00
  • 42ae62d757 Update lmms_math.h Vesa V 2014-11-30 02:22:23 +02:00
  • 5e6482e17b Update lmms_math.h Vesa V 2014-11-30 00:42:35 +02:00
  • 1421631f26 Update lmms_math.h Vesa V 2014-11-29 23:22:39 +02:00
  • 64d90066d9 Merge pull request #1370 from curlymorphic/issue1242 Vesa V 2014-11-29 23:08:40 +02:00
  • 550d310a49 issue 1242 dave 2014-11-29 20:44:34 +00:00
  • 599046cc0f Merge pull request #1363 from diizy/multitap Vesa V 2014-11-28 08:18:53 +02:00
  • 920064fef9 Improve gfx Vesa 2014-11-28 08:18:16 +02:00
  • 6324c18ec2 Merge pull request #1362 from diizy/multitap Vesa V 2014-11-28 03:59:12 +02:00
  • 13543bbf53 multitap.. Vesa 2014-11-28 03:56:46 +02:00
  • 7410174c8b Multitap Vesa 2014-11-28 03:19:21 +02:00
  • 13393900d2 Multitap initial Vesa 2014-11-28 00:29:55 +02:00
  • fb349ea386 Merge pull request #1361 from diizy/master Vesa V 2014-11-28 00:34:39 +02:00
  • eaf4d80206 Fixed missed rename Vesa 2014-11-28 00:33:56 +02:00
  • 59641a43a3 Using fast_rand, FAST_MAX_RAND Stopped accessing value() inside process loop dave 2014-11-27 19:30:40 +00:00
  • 06e5250628 Merge branch 'master' of github.com:LMMS/lmms Vesa 2014-11-27 21:16:04 +02:00
  • cc4cf1c233 Pick ringbuffer updates from 2.0 Vesa 2014-11-27 21:15:26 +02:00
  • 94047beffe Remove old code dave 2014-11-26 21:08:26 +00:00
  • 5b8514af73 Made lfo ammount control absolute dave 2014-11-26 21:04:42 +00:00
  • bc8896b4ef inital commit, with new lmms class names dave 2014-11-26 19:59:57 +00:00
  • ad1e495557 Reflect renames in style.css Lukas W 2014-11-26 13:54:26 +01:00
  • 90b7afc136 Remove unused class TransformableAutoModel Lukas W 2014-11-26 13:37:37 +01:00
  • ccf095a857 Merge branch 'stable-1.1' Vesa 2014-11-26 14:10:00 +02:00
  • bdbedaddb9 Merge pull request #1353 from LMMS/rename Vesa V 2014-11-26 13:59:45 +02:00
  • 5f4cdac802 Merge branch 'master' into rename Lukas W 2014-11-26 11:45:55 +01:00
  • 3f172c5a4c Rename tranformable_auto_model to TransformableAutoModel Lukas W 2014-11-26 11:33:01 +01:00
  • 497c792871 Rename tabButton/tab_button Lukas W 2014-11-26 11:03:35 +01:00
  • d57b51142d Rename basicFilters/basic_filters.h Lukas W 2014-11-26 10:59:35 +01:00
  • 6d4a6ed9cd Rename bbTrack, trackContentObject and friends Lukas W 2014-11-26 10:53:47 +01:00
  • 95798da9d0 Rename a lot of classes Lukas W 2014-11-26 10:39:02 +01:00
  • 7d4f179b4b Rename a lot of files Lukas W 2014-11-26 10:27:25 +01:00
  • 1bbf7455a4 Rename a lot… Lukas W 2014-11-26 10:09:49 +01:00
  • 5b77abd9a5 Rename fixes Lukas W 2014-11-26 01:46:12 +01:00
  • 35d880a4ce Rename caption_menu to CaptionMenu Lukas W 2014-11-26 01:26:38 +01:00
  • 58ec27ef75 Rename automatable_slider to AutomatableSlider Lukas W 2014-11-26 01:23:04 +01:00
  • c33bef346a Rename automatable_button to AutomatableButton Lukas W 2014-11-26 01:21:42 +01:00
  • ac95123d41 Rename timeLine to Timeline Lukas W 2014-11-26 01:18:07 +01:00
  • fec779ff70 Rename project_version to ProjectVersion Lukas W 2014-11-26 01:16:26 +01:00
  • aaeb5216ad Rename note to Note Lukas W 2014-11-26 01:14:52 +01:00
  • e045f1dd19 Rename fixes Lukas W 2014-11-26 01:12:57 +01:00
  • 178eadeb35 Rename ladspa_manager to LadspaManager Lukas W 2014-11-26 01:12:22 +01:00
  • 5b306ea845 Rename ladspa_2_lmms to Ladspa2LMMS Lukas W 2014-11-26 00:52:25 +01:00
  • 968909c07c Rename engine to Engine Lukas W 2014-11-26 00:49:55 +01:00
  • 84d9215880 Rename drumsynth to DrumSynth Lukas W 2014-11-26 00:47:55 +01:00
  • c2360f593c Rename bb_track_container to BBTrackContainer Lukas W 2014-11-26 00:46:49 +01:00
  • 7d0e3945e5 Rename song to Song Lukas W 2014-11-26 00:44:41 +01:00
  • ed11ccbf50 Fix conflict Vesa 2014-11-25 21:29:00 +02:00
  • eea784ce71 Merge branch 'master' of github.com:LMMS/lmms Vesa 2014-11-25 21:24:21 +02:00
  • 33665a2848 Merge branch 'stable-1.1' Vesa 2014-11-25 21:23:57 +02:00
  • 435c64cc70 Merge pull request #1285 from grindhold/issue_55 Vesa V 2014-11-25 21:20:21 +02:00
  • 14eb54d53e Piano Roll: Don't switch to select mode when pressing Ctrl+A Lukas W 2014-11-25 20:18:35 +01:00
  • ed2cd2dda5 Instrument view: Restrict mouse wheel tab switching Lukas W 2014-11-25 18:42:41 +01:00
  • d318cbb1e7 Move track.h -> Track.h, track.cpp -> Track.cpp Lukas W 2014-11-25 17:10:49 +01:00
  • 9dfb1385cd Rename track class to Track Lukas W 2014-11-25 17:03:39 +01:00
  • 5d258cedf2 When removing a track, remove its solo state Lukas W 2014-11-25 16:46:50 +01:00
  • 79f71a932d Merge pull request #1349 from LMMS/stable-1.1 Vesa V 2014-11-25 13:17:46 +02:00
  • e935cb046e Fix header guards Lukas W 2014-11-25 11:24:51 +01:00
  • 334a567620 Merge pull request #1234 from floft/master Vesa V 2014-11-25 07:03:12 +02:00
  • f231465e05 Rename plugin_browser to PluginBrowser Lukas W 2014-11-25 01:10:59 +01:00
  • 3a206071b1 Fix merge conflicts Lukas W 2014-11-25 01:07:39 +01:00