id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19,948 | LcdWidget.cpp | LMMS_lmms/src/gui/widgets/LcdWidget.cpp | /*
* LcdWidget.cpp - a widget for displaying numbers in LCD style
*
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008 Paul Giblock <pgllama/at/gmail.com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and... | 6,360 | C++ | .cpp | 222 | 26.135135 | 115 | 0.702787 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,949 | TempoSyncBarModelEditor.cpp | LMMS_lmms/src/gui/widgets/TempoSyncBarModelEditor.cpp | /*
* TempoSyncBarModelEditor.cpp - adds bpm to ms conversion for the bar editor class
*
* Copyright (c) 2005-2007 Danny McRae <khjklujn/at/yahoo.com>
* Copyright (c) 2005-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2023 Michael Gregorius
*
* This file is part of LMMS - https://lmms.io... | 8,565 | C++ | .cpp | 245 | 32.167347 | 114 | 0.756505 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,950 | BarModelEditor.cpp | LMMS_lmms/src/gui/widgets/BarModelEditor.cpp | #include <BarModelEditor.h>
#include <QPainter>
#include <QStyle>
namespace lmms::gui
{
BarModelEditor::BarModelEditor(QString text, FloatModel * floatModel, QWidget * parent) :
FloatModelEditorBase(DirectionOfManipulation::Horizontal, parent),
m_text(text),
m_backgroundBrush(palette().base()),
m_barBrush(palet... | 2,861 | C++ | .cpp | 89 | 30.269663 | 110 | 0.760569 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,951 | ComboBox.cpp | LMMS_lmms/src/gui/widgets/ComboBox.cpp | /*
* ComboBox.cpp - implementation of LMMS combobox
*
* Copyright (c) 2006-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008-2009 Paul Giblock <pgib/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and... | 5,450 | C++ | .cpp | 183 | 27.054645 | 110 | 0.668267 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,952 | Fader.cpp | LMMS_lmms/src/gui/widgets/Fader.cpp | /*
* Fader.cpp - fader-widget used in mixer - partly taken from Hydrogen
*
* Copyright (c) 2008-2012 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General... | 13,714 | C++ | .cpp | 349 | 36.928367 | 146 | 0.753427 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,953 | MeterDialog.cpp | LMMS_lmms/src/gui/widgets/MeterDialog.cpp | /*
* MeterDialog.cpp - dialog for entering meter settings
*
* Copyright (c) 2008-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2006-2008 Danny McRae <khjklujn/at/yahoo.com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or... | 2,851 | C++ | .cpp | 86 | 30.930233 | 77 | 0.721066 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,954 | PeakIndicator.cpp | LMMS_lmms/src/gui/widgets/PeakIndicator.cpp | /*
* PeakIndicator.cpp - Peak indicator widget
*
* Copyright (c) 2024- Michael Gregorius
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation... | 1,891 | C++ | .cpp | 72 | 24.333333 | 85 | 0.740454 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,955 | SimpleTextFloat.cpp | LMMS_lmms/src/gui/widgets/SimpleTextFloat.cpp | /*
* TextFloat.cpp - class textFloat, a floating text-label
*
* Copyright (c) LMMS team
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation;... | 2,219 | C++ | .cpp | 78 | 26.551282 | 79 | 0.754468 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,956 | LedCheckBox.cpp | LMMS_lmms/src/gui/widgets/LedCheckBox.cpp | /*
* LedCheckBox.cpp - class LedCheckBox, an improved QCheckBox
*
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
... | 3,224 | C++ | .cpp | 100 | 30.13 | 104 | 0.724619 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,957 | AutomatableButton.cpp | LMMS_lmms/src/gui/widgets/AutomatableButton.cpp | /*
* AutomatableButton.cpp - implementation of class automatableButton and
* automatableButtonGroup
*
* Copyright (c) 2006-2011 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it a... | 5,405 | C++ | .cpp | 198 | 24.757576 | 88 | 0.700876 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | true | false | false |
19,958 | TabBar.cpp | LMMS_lmms/src/gui/widgets/TabBar.cpp | /*
* TabBar.cpp - implementation of tab-bar
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as publis... | 4,684 | C++ | .cpp | 188 | 22.542553 | 77 | 0.655506 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,959 | FloatModelEditorBase.cpp | LMMS_lmms/src/gui/widgets/FloatModelEditorBase.cpp | /*
* FloatModelEditorBase.cpp - Base editor for float models
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2023 Michael Gregorius
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under ... | 11,763 | C++ | .cpp | 389 | 27.676093 | 133 | 0.714387 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,960 | CustomTextKnob.cpp | LMMS_lmms/src/gui/widgets/CustomTextKnob.cpp | /*
* CustomTextKnob.cpp
*
* Copyright (c) 2020 Ibuki Sugiyama <main/at/fuwa.dev>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either... | 1,433 | C++ | .cpp | 37 | 36.783784 | 125 | 0.737032 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,961 | CPULoadWidget.cpp | LMMS_lmms/src/gui/widgets/CPULoadWidget.cpp | /*
* CPULoadWidget.cpp - widget for displaying CPU-load (partly based on
* Hydrogen's CPU-load-widget)
*
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it a... | 3,361 | C++ | .cpp | 90 | 34.8 | 110 | 0.702653 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | true | false | false |
19,962 | TimeDisplayWidget.cpp | LMMS_lmms/src/gui/widgets/TimeDisplayWidget.cpp | /*
* TimeDisplayWidget.cpp - widget for displaying current playback time
*
* Copyright (c) 2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publ... | 3,329 | C++ | .cpp | 111 | 27.324324 | 72 | 0.720901 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,963 | LcdFloatSpinBox.cpp | LMMS_lmms/src/gui/widgets/LcdFloatSpinBox.cpp | /*
* LcdFloatSpinBox.cpp - class LcdFloatSpinBox (LcdSpinBox for floats)
*
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008 Paul Giblock <pgllama/at/gmail.com>
* Copyright (c) 2020 Martin Pavelek <he29.HS/at/gmail.com>
*
* This file is part of LMMS - https://lmms.... | 6,607 | C++ | .cpp | 210 | 29.271429 | 121 | 0.729291 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,964 | ToolButton.cpp | LMMS_lmms/src/gui/widgets/ToolButton.cpp | /*
* ToolButton.cpp - implementation of LMMS-tool-button for common (cool) look
*
* Copyright (c) 2005-2006 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU... | 1,395 | C++ | .cpp | 40 | 32.725 | 77 | 0.734224 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,965 | LcdSpinBox.cpp | LMMS_lmms/src/gui/widgets/LcdSpinBox.cpp | /*
* LcdSpinBox.cpp - class LcdSpinBox, an improved QLCDNumber
*
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008 Paul Giblock <pgllama/at/gmail.com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or... | 3,984 | C++ | .cpp | 139 | 26.215827 | 101 | 0.701681 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,966 | GroupBox.cpp | LMMS_lmms/src/gui/widgets/GroupBox.cpp | /*
* GroupBox.cpp - groupbox for LMMS
*
* Copyright (c) 2005-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by ... | 2,736 | C++ | .cpp | 88 | 29.079545 | 93 | 0.710516 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,967 | TabWidget.cpp | LMMS_lmms/src/gui/widgets/TabWidget.cpp | /*
* TabWidget.cpp - tabwidget for LMMS
*
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published b... | 10,211 | C++ | .cpp | 352 | 26.573864 | 123 | 0.702927 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,968 | Graph.cpp | LMMS_lmms/src/gui/widgets/Graph.cpp | /*
* Graph.cpp - a QT widget for displaying and manipulating waveforms
*
* Copyright (c) 2006-2007 Andreas Brandmaier <andy/at/brandmaier/dot/de>
* 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can red... | 16,159 | C++ | .cpp | 577 | 25.253033 | 123 | 0.631412 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,969 | TextFloat.cpp | LMMS_lmms/src/gui/widgets/TextFloat.cpp | /*
* TextFloat.cpp - class textFloat, a floating text-label
*
* Copyright (c) 2005-2010 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* Li... | 3,486 | C++ | .cpp | 111 | 29.36036 | 91 | 0.750224 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,970 | MidiPortMenu.cpp | LMMS_lmms/src/gui/menus/MidiPortMenu.cpp | /*
* MidiPortMenu.cpp - a menu for subscribing a MidiPort to several external
* MIDI ports
*
* Copyright (c) 2008-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modi... | 2,328 | C++ | .cpp | 77 | 27.714286 | 77 | 0.697309 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,971 | TemplatesMenu.cpp | LMMS_lmms/src/gui/menus/TemplatesMenu.cpp | #include "TemplatesMenu.h"
#include "ConfigManager.h"
#include "Engine.h"
#include "Song.h"
#include "embed.h"
#include "GuiApplication.h"
#include "MainWindow.h"
namespace lmms::gui
{
TemplatesMenu::TemplatesMenu(QWidget *parent) :
QMenu(tr("New from template"), parent)
{
setIcon(embed::getIconPixmap("project_... | 1,643 | C++ | .cpp | 51 | 29.941176 | 80 | 0.761175 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,972 | RecentProjectsMenu.cpp | LMMS_lmms/src/gui/menus/RecentProjectsMenu.cpp | #include "RecentProjectsMenu.h"
#include <QFileInfo>
#include "ConfigManager.h"
#include "Engine.h"
#include "Song.h"
#include "embed.h"
#include "GuiApplication.h"
#include "MainWindow.h"
namespace lmms::gui
{
RecentProjectsMenu::RecentProjectsMenu(QWidget *parent) :
QMenu(tr( "&Recently Opened Projects" ), par... | 1,752 | C++ | .cpp | 63 | 25.31746 | 74 | 0.717026 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,973 | AutomationTrackView.cpp | LMMS_lmms/src/gui/tracks/AutomationTrackView.cpp | /*
* AutomationTrackView.cpp
*
* Copyright (c) 2008-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2006-2008 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify ... | 2,555 | C++ | .cpp | 77 | 30.571429 | 103 | 0.727679 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,974 | PatternTrackView.cpp | LMMS_lmms/src/gui/tracks/PatternTrackView.cpp | /*
* PatternTrackView.cpp
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Sof... | 2,225 | C++ | .cpp | 63 | 33.349206 | 101 | 0.767507 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,975 | TrackView.cpp | LMMS_lmms/src/gui/tracks/TrackView.cpp | /*
* TrackView.cpp - implementation of TrackView class
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License... | 12,318 | C++ | .cpp | 374 | 30.620321 | 130 | 0.719001 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,976 | InstrumentTrackView.cpp | LMMS_lmms/src/gui/tracks/InstrumentTrackView.cpp | /*
* InstrumentTrackView.cpp - implementation of InstrumentTrackView class
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gener... | 10,975 | C++ | .cpp | 320 | 31.653125 | 107 | 0.737705 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,977 | TrackContentWidget.cpp | LMMS_lmms/src/gui/tracks/TrackContentWidget.cpp | /*
* TrackContentWidget.cpp - implementation of TrackContentWidget class
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General... | 24,107 | C++ | .cpp | 648 | 34.905864 | 117 | 0.735502 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,978 | FadeButton.cpp | LMMS_lmms/src/gui/tracks/FadeButton.cpp | /*
* FadeButton.cpp - implementation of fade-button
*
* Copyright (c) 2005-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as... | 3,691 | C++ | .cpp | 129 | 26.379845 | 99 | 0.715948 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,979 | TrackLabelButton.cpp | LMMS_lmms/src/gui/tracks/TrackLabelButton.cpp | /*
* TrackLabelButton.cpp - implementation of class trackLabelButton, a label
* which is renamable by double-clicking it
*
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you... | 5,683 | C++ | .cpp | 192 | 27.15625 | 105 | 0.708211 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | true | false | false |
19,980 | TrackOperationsWidget.cpp | LMMS_lmms/src/gui/tracks/TrackOperationsWidget.cpp | /*
* TrackOperationsWidget.cpp - implementation of TrackOperationsWidget class
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU G... | 12,736 | C++ | .cpp | 350 | 34.057143 | 117 | 0.739886 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,981 | TrackRenameLineEdit.cpp | LMMS_lmms/src/gui/tracks/TrackRenameLineEdit.cpp | /*
* TrackRenameLineEdit.cpp - implementation of class TrackRenameLineEdit, which
* represents the text field that appears when one
* double-clicks a track's label to rename it
*
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2017 Alexandre Almeida <htt... | 1,605 | C++ | .cpp | 49 | 30.632653 | 79 | 0.74399 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,982 | TrackGrip.cpp | LMMS_lmms/src/gui/tracks/TrackGrip.cpp | /*
* TrackGrip.cpp - Grip that can be used to move tracks
*
* Copyright (c) 2024- Michael Gregorius
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software... | 2,485 | C++ | .cpp | 81 | 28.62963 | 93 | 0.742749 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,983 | SampleTrackView.cpp | LMMS_lmms/src/gui/tracks/SampleTrackView.cpp | /*
* SampleTrackView.cpp
*
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Soft... | 6,752 | C++ | .cpp | 184 | 34.217391 | 107 | 0.744154 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,984 | TimeLineWidget.cpp | LMMS_lmms/src/gui/editors/TimeLineWidget.cpp | /*
* TimeLineWidget.cpp - class timeLine, representing a time-line with position marker
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | 15,367 | C++ | .cpp | 393 | 36.437659 | 119 | 0.725315 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,985 | Editor.cpp | LMMS_lmms/src/gui/editors/Editor.cpp | /*
* Editor.cpp - implementation of Editor class
*
* Copyright (c) 2014 Lukas W <lukaswhl/at/gmail.com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Soft... | 4,690 | C++ | .cpp | 145 | 30.413793 | 119 | 0.7593 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | true | false | false |
19,986 | TrackContainerView.cpp | LMMS_lmms/src/gui/editors/TrackContainerView.cpp | /*
* TrackContainerView.cpp - view-component for TrackContainer
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
... | 11,246 | C++ | .cpp | 360 | 28.833333 | 105 | 0.730995 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,987 | SongEditor.cpp | LMMS_lmms/src/gui/editors/SongEditor.cpp | /*
* SongEditor.cpp - basic window for song-editing
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as... | 32,383 | C++ | .cpp | 857 | 35.128355 | 128 | 0.734106 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
19,988 | Rubberband.cpp | LMMS_lmms/src/gui/editors/Rubberband.cpp | /*
* Rubberband.cpp - rubberband - either own implementation for Qt3 or wrapper
* for Qt4
*
* Copyright (c) 2006-2011 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or... | 1,900 | C++ | .cpp | 68 | 25.602941 | 77 | 0.706402 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | true | false | false |
19,989 | StepRecorderWidget.cpp | LMMS_lmms/src/gui/editors/StepRecorderWidget.cpp | /*
* StepRecoderWidget.cpp - widget that provide gui markers for step recording
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
*... | 4,292 | C++ | .cpp | 143 | 28.055944 | 117 | 0.754978 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,990 | PatternEditor.cpp | LMMS_lmms/src/gui/editors/PatternEditor.cpp | /*
* PatternEditor.cpp - basic main-window for editing patterns
*
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
... | 8,005 | C++ | .cpp | 243 | 30.403292 | 117 | 0.741146 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,991 | PianoRoll.cpp | LMMS_lmms/src/gui/editors/PianoRoll.cpp | /*
* PianoRoll.cpp - implementation of piano roll which is used for actual
* writing of melodies
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008 Andrew Kelley <superjoe30/at/gmail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* T... | 142,639 | C++ | .cpp | 4,468 | 28.424575 | 139 | 0.679994 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,992 | PositionLine.cpp | LMMS_lmms/src/gui/editors/PositionLine.cpp | /*
* PositionLine.cpp
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Softwar... | 2,584 | C++ | .cpp | 86 | 27.662791 | 83 | 0.713825 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,993 | AutomationEditor.cpp | LMMS_lmms/src/gui/editors/AutomationEditor.cpp | /*
* AutomationEditor.cpp - implementation of AutomationEditor which is used for
* actual setting of dynamic values
*
* Copyright (c) 2008-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008-2013 Paul Giblock <pgib/at/users.sourceforge.net>
* Copyright (c) 2006-2008 Javier Serrano Po... | 61,638 | C++ | .cpp | 1,883 | 29.244291 | 136 | 0.687357 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,994 | Phaser.cc | LMMS_lmms/plugins/LadspaEffect/caps/Phaser.cc | /*
Phaser.cc
Copyright 2002-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
One simple mono phaser, 6 all-pass lines, the usual controls.
Another unit in the same vein with the filter modulation controlled by
a Lorenz fractal.
*/
/*
This program is free software; you can redistribute it and/or
modify ... | 4,278 | C++ | .cc | 184 | 20.592391 | 78 | 0.592069 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
19,995 | interface.cc | LMMS_lmms/plugins/LadspaEffect/caps/interface.cc | /*
interface.cc
Copyright 2004-11 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
LADSPA descriptor factory, host interface.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either ... | 3,534 | C++ | .cc | 122 | 26.983607 | 77 | 0.667159 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
19,996 | HRTF.cc | LMMS_lmms/plugins/LadspaEffect/caps/HRTF.cc | /*
HRTF.cc
Copyright 2002-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
high-order IIR filtering modeled after HRTF impulse responses
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Founda... | 2,744 | C++ | .cc | 117 | 21.034188 | 78 | 0.601544 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
19,997 | Clip.cc | LMMS_lmms/plugins/LadspaEffect/caps/Clip.cc | /*
Clip.cc
Copyright 2003-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
simple oversampled hard clipper
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the... | 2,896 | C++ | .cc | 118 | 22.245763 | 78 | 0.641035 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
19,998 | ToneControls.cc | LMMS_lmms/plugins/LadspaEffect/caps/ToneControls.cc | /*
ToneControls.cc
Copyright 2004-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
4-way Eq for amplifier emulation plugins
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either v... | 1,681 | C++ | .cc | 58 | 27.051724 | 72 | 0.707347 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | true | false | false | true | false | false |
19,999 | Scape.cc | LMMS_lmms/plugins/LadspaEffect/caps/Scape.cc | /*
Scape.cc
Copyright 2004-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any... | 3,941 | C++ | .cc | 167 | 20.856287 | 93 | 0.597479 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,000 | VCO.cc | LMMS_lmms/plugins/LadspaEffect/caps/VCO.cc | /*
VCO.cc
Copyright 2004-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
an oversampled triangle/saw/square oscillator, and a combination of two
such oscillators with hard sync.
TODO: optimize for phase clamping like this:
phi -= floor (phi);
*/
/*
This program is free software; you can redistribute ... | 5,100 | C++ | .cc | 198 | 23.39899 | 78 | 0.612897 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,001 | Compress.cc | LMMS_lmms/plugins/LadspaEffect/caps/Compress.cc | /*
Compress.cc
Copyright 2004-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
mono compressor suitable for solo instruments. adaptation of Steve
Harris' 'sc1' unit, with minor tweaks: table lookup for attack and
release time to frames mapping replaced with exp. port order changed.
*/
/*
This program is f... | 3,774 | C++ | .cc | 127 | 27.015748 | 78 | 0.647303 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,002 | Roessler.cc | LMMS_lmms/plugins/LadspaEffect/caps/Roessler.cc | /*
Roessler.cc
Copyright 2002-11 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
the sound of a Roessler attractor.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2... | 2,384 | C++ | .cc | 96 | 22.364583 | 78 | 0.646174 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,003 | Lorenz.cc | LMMS_lmms/plugins/LadspaEffect/caps/Lorenz.cc | /*
Lorenz.cc
Copyright 2002-11 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
the sound of a Lorenz attractor.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of... | 2,279 | C++ | .cc | 90 | 23.044444 | 78 | 0.650324 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | true | false | false | true | false | false |
20,004 | Chorus.cc | LMMS_lmms/plugins/LadspaEffect/caps/Chorus.cc | /*
Chorus.cc
Copyright 2004-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
mono and mono-to-stereo chorus units.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version ... | 10,227 | C++ | .cc | 416 | 22.069712 | 78 | 0.589889 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,005 | Pan.cc | LMMS_lmms/plugins/LadspaEffect/caps/Pan.cc | /*
Pan.cc
Copyright 2002-11 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
panorama with width control,
stereo image width reduction
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundati... | 4,176 | C++ | .cc | 198 | 18.70202 | 78 | 0.588852 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,006 | Sin.cc | LMMS_lmms/plugins/LadspaEffect/caps/Sin.cc | /*
Sin.cc
Copyright 2002-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
simple sin() generator.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License,... | 1,923 | C++ | .cc | 75 | 23.493333 | 78 | 0.657722 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | true | false | false | true | false | false |
20,007 | White.cc | LMMS_lmms/plugins/LadspaEffect/caps/White.cc | /*
White.cc
Copyright 2004-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
white noise generation.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the Licens... | 1,726 | C++ | .cc | 63 | 25.253968 | 78 | 0.675593 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | true | false | false | true | false | false |
20,008 | Reverb.cc | LMMS_lmms/plugins/LadspaEffect/caps/Reverb.cc | /*
Reverb.cc
Copyright 2002-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
three reverb units: JVRev, Plate and Plate2x2.
the former is a rewrite of STK's JVRev, a traditional design.
original comment:
This is based on some of the famous
Stanford CCRMA reverbs (NRev, KipRev)
all based o... | 10,409 | C++ | .cc | 395 | 23.868354 | 79 | 0.604181 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,009 | Click.cc | LMMS_lmms/plugins/LadspaEffect/caps/Click.cc | /*
Click.cc
Copyright 2002-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
Plugins playing a sound snippet in regular intervals.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; e... | 4,077 | C++ | .cc | 192 | 18.84375 | 78 | 0.594475 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,010 | Eq.cc | LMMS_lmms/plugins/LadspaEffect/caps/Eq.cc | /*
Eq.cc
Copyright 2002-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
10-band octave-spread equalizer.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the ... | 6,151 | C++ | .cc | 293 | 18.498294 | 78 | 0.586474 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,012 | Preamp.cc | LMMS_lmms/plugins/LadspaEffect/caps/Preamp.cc | /*
Preamp.cc
Copyright 2003-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
Loosely 12AX7-based tube preamp model with 8x oversampling.
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundat... | 4,927 | C++ | .cc | 194 | 23.041237 | 78 | 0.622783 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,013 | ToneStack.cc | LMMS_lmms/plugins/LadspaEffect/caps/ToneStack.cc | /*
ToneStack.cc
Copyright 2006-7
David Yeh <dtyeh@ccrma.stanford.edu>
Tim Goetze <tim@quitte.de> (cosmetics)
Tone Stack emulation.
*
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;... | 4,385 | C++ | .cc | 169 | 23.757396 | 95 | 0.640726 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,014 | Amp.cc | LMMS_lmms/plugins/LadspaEffect/caps/Amp.cc | /*
Amp.cc
Copyright 2003-7
Tim Goetze <tim@quitte.de>
David Yeh <dtyeh@ccrma.stanford.edu> (Tone Stack in TS models)
http://quitte.de/dsp/
Tube amplifier models
*/
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published ... | 13,084 | C++ | .cc | 503 | 23.240557 | 78 | 0.582991 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
20,015 | SweepVF.cc | LMMS_lmms/plugins/LadspaEffect/caps/SweepVF.cc | /*
SweepVF.cc
Copyright 2002-7 Tim Goetze <tim@quitte.de>
http://quitte.de/dsp/
SweepVFI, a lorenz fractal modulating the cutoff frequency of a
state-variable (ladder) filter.
SweepVFII, the same with Q being modulated by a second fractal.
*/
/*
This program is free software; you can redistribute it and/... | 8,754 | C++ | .cc | 371 | 21.008086 | 78 | 0.594278 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
20,016 | StereoEnhancer.h | LMMS_lmms/plugins/StereoEnhancer/StereoEnhancer.h | /*
* StereoEnhancer.h - stereo-enhancer-effect-plugin
*
* Copyright (c) 2006-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License ... | 1,681 | C++ | .h | 51 | 30.431373 | 77 | 0.766605 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,017 | StereoEnhancerControls.h | LMMS_lmms/plugins/StereoEnhancer/StereoEnhancerControls.h | /*
* StereoEnhancerControls.h - controls for StereoEnhancer effect
*
* Copyright (c) 2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
*... | 1,924 | C++ | .h | 59 | 30.457627 | 74 | 0.776152 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,018 | StereoEnhancerControlDialog.h | LMMS_lmms/plugins/StereoEnhancer/StereoEnhancerControlDialog.h | /*
* StereoEnhancerControlDialog.h - control-dialog for stereo-enhancer effect
*
* Copyright (c) 2006 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gener... | 1,393 | C++ | .h | 41 | 32.04878 | 76 | 0.783582 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,019 | NineButtonSelector.h | LMMS_lmms/plugins/Vibed/NineButtonSelector.h | /*
* NineButtonSelector.h
*
* Copyright (c) 2006-2007 Danny McRae <khjklujn/at/yahoo/com>
* Copyright (c) 2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the ... | 1,895 | C++ | .h | 58 | 30.758621 | 106 | 0.777228 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,020 | Vibed.h | LMMS_lmms/plugins/Vibed/Vibed.h | /*
* Vibed.h - combination of PluckedStringSynth and BitInvader
*
* Copyright (c) 2006-2008 Danny McRae <khjklujn/at/yahoo/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as pu... | 4,032 | C++ | .h | 124 | 30.58871 | 86 | 0.788809 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,021 | VibratingString.h | LMMS_lmms/plugins/Vibed/VibratingString.h | /*
* VibratingString.h - model of a vibrating string lifted from pluckedSynth
*
* Copyright (c) 2006-2007 Danny McRae <khjklujn/at/yahoo/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
*... | 6,790 | C++ | .h | 221 | 27.755656 | 105 | 0.686287 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,022 | StereoMatrixControlDialog.h | LMMS_lmms/plugins/StereoMatrix/StereoMatrixControlDialog.h | /*
* StereoMatrixControlDialog.h - control dialog for StereoMatrix effect
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* Lic... | 1,363 | C++ | .h | 41 | 31.317073 | 71 | 0.779389 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,023 | StereoMatrixControls.h | LMMS_lmms/plugins/StereoMatrix/StereoMatrixControls.h | /*
* StereoMatrixControls.h - controls for StereoMatrix effect
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as pub... | 1,952 | C++ | .h | 63 | 28.809524 | 74 | 0.774625 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,024 | StereoMatrix.h | LMMS_lmms/plugins/StereoMatrix/StereoMatrix.h | /*
* StereoMatrix.h - stereo-matrix-effect-plugin
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the... | 1,509 | C++ | .h | 46 | 30.26087 | 74 | 0.755694 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,025 | AudioFileProcessorView.h | LMMS_lmms/plugins/AudioFileProcessor/AudioFileProcessorView.h | /*
* AudioFileProcessorView.h - View of the AFP
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as pub... | 2,082 | C++ | .h | 68 | 28.720588 | 77 | 0.789184 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,026 | AudioFileProcessorWaveView.h | LMMS_lmms/plugins/AudioFileProcessor/AudioFileProcessorWaveView.h | /*
* AudioFileProcessorWaveView.h - Wave renderer of the AFP
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* L... | 3,809 | C++ | .h | 147 | 23.47619 | 84 | 0.755869 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,027 | AudioFileProcessor.h | LMMS_lmms/plugins/AudioFileProcessor/AudioFileProcessor.h | /*
* AudioFileProcessor.h - declaration of class AudioFileProcessor
* (instrument-plugin for using audio-files)
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redis... | 3,170 | C++ | .h | 88 | 33.886364 | 77 | 0.768652 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,028 | PeakControllerEffectControls.h | LMMS_lmms/plugins/PeakControllerEffect/PeakControllerEffectControls.h | /*
* peak_controller_EffectControls.h - controls for peakController effect
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
* Copyright (c) 2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribut... | 2,187 | C++ | .h | 66 | 31.060606 | 74 | 0.79135 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,029 | PeakControllerEffect.h | LMMS_lmms/plugins/PeakControllerEffect/PeakControllerEffect.h | /*
* peak_controller_Effect.h - PeakController effect plugin
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as publi... | 1,913 | C++ | .h | 66 | 26.681818 | 74 | 0.769189 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,030 | PeakControllerEffectControlDialog.h | LMMS_lmms/plugins/PeakControllerEffect/PeakControllerEffectControlDialog.h | /*
* peak_controller_EffectControlDialog.h - control dialog for
* peakControllerEffect
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* mo... | 1,714 | C++ | .h | 54 | 29.759259 | 70 | 0.760024 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,031 | BassBoosterControlDialog.h | LMMS_lmms/plugins/BassBooster/BassBoosterControlDialog.h | /*
* BassBoosterControlDialog.h - control dialog for bassbooster effect
*
* Copyright (c) 2006-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General ... | 1,367 | C++ | .h | 41 | 31.463415 | 77 | 0.780989 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,032 | BassBoosterControls.h | LMMS_lmms/plugins/BassBooster/BassBoosterControls.h | /*
* BassBoosterControls.h - controls for bassboosterx -effect
*
* Copyright (c) 2008-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
*... | 1,921 | C++ | .h | 62 | 28.935484 | 77 | 0.782963 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
20,033 | BassBooster.h | LMMS_lmms/plugins/BassBooster/BassBooster.h | /*
* BassBooster.h - bass-booster-effect-plugin
*
* Copyright (c) 2006-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as pub... | 1,703 | C++ | .h | 52 | 30.711538 | 83 | 0.780906 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
20,034 | Carla.h | LMMS_lmms/plugins/CarlaBase/Carla.h | /*
* carla.h - Carla for LMMS
*
* Copyright (C) 2014-2018 Filipe Coelho <falktx@falktx.com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundat... | 9,145 | C++ | .h | 313 | 26.370607 | 148 | 0.741409 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,035 | config.h | LMMS_lmms/plugins/CarlaBase/CarlaConfig/config.h | // config.h for Carla
#ifndef FOR_CARLA_CONFIG_H
#define FOR_CARLA_CONFIG_H
#ifdef _MSC_VER
#define HAVE_CPP11_SUPPORT 1
#endif
#endif
| 137 | C++ | .h | 7 | 18.285714 | 28 | 0.789063 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,036 | Mallets.h | LMMS_lmms/plugins/Stk/Mallets/Mallets.h | /*
* Mallets.h - tuned instruments that one would bang upon
*
* Copyright (c) 2006-2008 Danny McRae <khjklujn/at/users.sourceforge.net>
*
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* ... | 6,438 | C++ | .h | 230 | 25.495652 | 80 | 0.753581 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,037 | OpulenZ.h | LMMS_lmms/plugins/OpulenZ/OpulenZ.h | /*
* OpulenZ.h - AdLib OPL2 FM synth based instrument
*
* Copyright (c) 2013 Raine M. Ekman <raine/at/iki/fi>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Fre... | 4,955 | C++ | .h | 178 | 25.780899 | 98 | 0.770059 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,038 | EqFader.h | LMMS_lmms/plugins/Eq/EqFader.h | /* eqfader.h - defination of EqFader class.
*
* Copyright (c) 2014 David French <dave/dot/french3/at/googlemail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the F... | 2,132 | C++ | .h | 85 | 22.882353 | 101 | 0.708786 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,039 | EqFilter.h | LMMS_lmms/plugins/Eq/EqFilter.h | /*
* eqfilter.cpp - defination of EqFilterclass.
*
* Copyright (c) 2014 David French <dave/dot/french3/at/googlemail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as publ... | 8,359 | C++ | .h | 349 | 21.017192 | 91 | 0.622976 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,040 | EqSpectrumView.h | LMMS_lmms/plugins/Eq/EqSpectrumView.h | /* eqspectrumview.h - defination of EqSpectrumView class.
*
* Copyright (c) 2014 David French <dave/dot/french3/at/googlemail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as publ... | 2,359 | C++ | .h | 86 | 25.744186 | 74 | 0.774767 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,041 | EqControls.h | LMMS_lmms/plugins/Eq/EqControls.h | /*
* eqcontrols.h - defination of EqControls class.
*
* Copyright (c) 2014 David French <dave/dot/french3/at/googlemail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as p... | 3,330 | C++ | .h | 115 | 26.852174 | 75 | 0.804143 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,042 | EqControlsDialog.h | LMMS_lmms/plugins/Eq/EqControlsDialog.h | /*
* eqcontrolsdialog.h - defination of EqControlsDialog class.
*
* Copyright (c) 2014 David French <dave/dot/french3/at/googlemail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* ... | 1,857 | C++ | .h | 52 | 33.769231 | 260 | 0.7784 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,043 | EqCurve.h | LMMS_lmms/plugins/Eq/EqCurve.h | /*
* EqCurve.h - defination of EqCurve and EqHandle classes.
*
* Copyright (c) 2015 Steffen Baranowsky <BaraMGB/at/freenet/dot/de>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as ... | 3,696 | C++ | .h | 120 | 28.808333 | 128 | 0.775338 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,044 | EqParameterWidget.h | LMMS_lmms/plugins/Eq/EqParameterWidget.h | /*
* eqparameterwidget.cpp - defination of EqParameterWidget class.
*
* Copyright (c) 2014 David French <dave/dot/french3/at/googlemail/dot/com>
* Copyright (c) 2015 Steffen Baranowsky <BaraMGB/at/freenet/dot/de>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistrib... | 2,194 | C++ | .h | 87 | 23.252874 | 78 | 0.769194 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
20,045 | EqEffect.h | LMMS_lmms/plugins/Eq/EqEffect.h | /* eqeffect.h - defination of EqEffect class.
*
* Copyright (c) 2014 David French <dave/dot/french3/at/googlemail/dot/com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the... | 2,440 | C++ | .h | 81 | 28.037037 | 89 | 0.737045 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,046 | KickerOsc.h | LMMS_lmms/plugins/Kicker/KickerOsc.h | /*
* KickerOsc.h - alternative sweeping oscillator
*
* Copyright (c) 2006-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2014 grejppi <grejppi/at/gmail.com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it und... | 3,062 | C++ | .h | 93 | 30.27957 | 136 | 0.704244 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
20,047 | Kicker.h | LMMS_lmms/plugins/Kicker/Kicker.h | /*
* Kicker.h - drum synthesizer
*
* Copyright (c) 2006-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2014 grejppi <grejppi/at/gmail.com>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of th... | 2,901 | C++ | .h | 99 | 27.232323 | 77 | 0.782954 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
20,048 | Bitcrush.h | LMMS_lmms/plugins/Bitcrush/Bitcrush.h | /*
* Bitcrush.h - A native bitcrusher
*
* Copyright (c) 2014 Vesa Kivim√§ki <contact/dot/diizy/at/nbl/dot/fi>
* Copyright (c) 2006-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify i... | 1,996 | C++ | .h | 68 | 27.161765 | 80 | 0.771173 | LMMS/lmms | 7,989 | 994 | 1,122 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.