Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various typos #9

Merged
1 commit merged into from
Oct 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CONTRIB.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ within this repository, create artifacts in the issue tracker or elsewhere.

# Copyright assignment
All contributions to this project that could be considered copyrighted will
have their copyright transfered to the project owner. The project owner may
have their copyright transferred to the project owner. The project owner may
use these contributions under licenses other than the project license,
including selling commercial versions of the software. The project owner
does not intend to change the project license, but reserves the right to do
Expand Down
4 changes: 2 additions & 2 deletions docs/benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ BUF_SIZE=512
# causes Stargate DAW to automatically select a very conservative value
# of 1-4 depending on the CPU that was detected
THREADS=8
# The project folder to render. Specfically, this is the folder that contains
# The project folder to render. Specifically, this is the folder that contains
# the `stargate.project` file.
PROJECT=~/stargate/projects/myproject
# The file to output. If you want to keep all of the artifacts from this run,
Expand Down Expand Up @@ -184,7 +184,7 @@ Ratio, render time to real time (higher is better): 0.864748 : 1
Note that with 2 threads, we entered the point where the ratio fell below 1:1,
therefore there is no way this project could be played in real time in Stargate
DAW on 2 CPU cores. However, given that this project is completely,
unrealistically CPU heavy (many times moreso than a normal song), this is a
unrealistically CPU heavy (many times more so than a normal song), this is a
testament to how CPU efficient the code is that such a heavy project can almost
run on 2 cores.

2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If building for ARM or any architecture other than x86, you must override
PLAT_FLAGS='-march=native' make
```

## Prequisites
## Prerequisites
```
# Install dependencies using one of:
scripts/debian_deps.sh
Expand Down
2 changes: 1 addition & 1 deletion docs/building_for_ARM.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ scripts/rpm.py --plat-flags='-march=native'
```
cd src/

# Preferred for peformance
# Preferred for performance
PLAT_FLAGS="-march=native" make
# or, if native has bugs or other issues
PLAT_FLAGS="" make
Expand Down
2 changes: 1 addition & 1 deletion docs/developing-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The project wants to curate the selection of plugins available on the platform.
The project is eager to accept 3rd party plugin contributions, and willing to
work with developers as much as needed. However, it is important to ensure
quality and long term project vision that prospective plugins are designed
and discussed throughly before implementing. Especially because plugins
and discussed thoroughly before implementing. Especially because plugins
are expected to maintain backwards compatibility forever, and the project
does not want to maintain 10 different versions of the same plugin with only
minor differences.
Expand Down
2 changes: 1 addition & 1 deletion docs/project_design_principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Stargate does not intend to be a DAW just like any other DAW. As a one person
development team (with some short-term assistance on cosmetic aspects from
others along the way), Stargate must think differently, and provide a unique
experience. I hope to attract more developers to the platform, but I have
to assume that I will be doing this alone for the forseeable future, given
to assume that I will be doing this alone for the foreseeable future, given
the specialized knowledge and high barrier to entry to contribute to DAWs
and plugins at a high level (and the fact that those who can contribute tend
to start their own projects).
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def parse_args():
'--install',
action='store_true',
dest='install',
help="Install the pacakge after creating it",
help="Install the package after creating it",
)
parser.add_argument(
'--plat-flags',
Expand Down
2 changes: 1 addition & 1 deletion scripts/fedora-live-os-creator
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
%post --interpreter /usr/bin/python3

# embed the Stargate rpm file into the kickstart template, to subvert the
# need to setup a Yum respository somewhere on the internet, or worry about DNS
# need to setup a Yum repository somewhere on the internet, or worry about DNS

import os

Expand Down
2 changes: 1 addition & 1 deletion scripts/rpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_args():
'--install',
action='store_true',
dest='install',
help="Install the pacakge after creating it",
help="Install the package after creating it",
)
parser.add_argument(
'--plat-flags',
Expand Down
2 changes: 1 addition & 1 deletion scripts/wavetable_maker/wavs/readme.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This directory receives the programatically generated wavetables in .wav form, while the C arrays of floats are printed to wt.h
This directory receives the programmatically generated wavetables in .wav form, while the C arrays of floats are printed to wt.h
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Executables to be installed to /usr/bin or elsewhere in `$PATH`.
## sglib/
The back-end library for the Stargate UI. All business logic, models
and related code should go in this library. There should be no presentation
or Qt dependenies in this library.
or Qt dependencies in this library.

Divided into main areas:
- `api`: `sgui` should interact with the engine and file formats using
Expand Down
2 changes: 1 addition & 1 deletion src/engine/include/audiodsp/lib/voice.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef struct
{
t_voc_single_voice * voices;
int count;
int thresh; //when to start agressively killing voices
int thresh; //when to start aggressively killing voices
int poly_mode;
}t_voc_voices;

Expand Down
2 changes: 1 addition & 1 deletion src/engine/include/ds/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @return 1 for true, or 0 for false */
typedef int (*shds_cmpfunc)(void*, void*);

/* Comparison function for determing less-than/equal/greater-than
/* Comparison function for determining less-than/equal/greater-than
*
* @return -1 for 'less than', 0 for 'equal' or 1 for 'greater than' */
typedef int (*shds_eqfunc)(void*, void*);
Expand Down
2 changes: 1 addition & 1 deletion src/engine/src/audiodsp/modules/delay/multi_comb_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ t_mcm_multicomb * g_mcm_get(int a_comb_count, SGFLT a_sr)

lmalloc((void**)&f_result, sizeof(t_mcm_multicomb));

//Allocate enough memory to accomodate 20hz filter frequency
//Allocate enough memory to accommodate 20hz filter frequency
f_result->buffer_size = (int)((a_sr / 20.0f) + 300);

hpalloc(
Expand Down
2 changes: 1 addition & 1 deletion src/engine/src/audiodsp/modules/filter/comb_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void g_cmb_init(
){
int f_i = 0;

//Allocate enough memory to accomodate 20hz filter frequency
//Allocate enough memory to accommodate 20hz filter frequency
f_result->buffer_size = (int)((a_sr / 20.0f) + 300);

if(a_huge_pages){
Expand Down
2 changes: 1 addition & 1 deletion src/engine/src/daw/seq.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void g_daw_song_get(t_daw* self, int a_lock){
f_result->sequences_atm = NULL;

f_result->sequences_atm = g_daw_atm_sequence_get(self);
// Assumed to alredy be loaded
// Assumed to already be loaded
f_result->sequences = self->seq_pool[0];

t_daw_song * f_old = self->en_song;
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def run_tests(self):
author_email="stargateaudio@noreply.github.com",
license="GPLv3",
description=DESCRIPTION,
# Only build the C exension if C_EXT=1 was defined in the env. vars.
# Only build the C extension if C_EXT=1 was defined in the env. vars.
ext_modules=[C_EXT] if ENV.get('C_EXT') == '1' else [],
long_description=DESCRIPTION,
url=URL,
Expand Down
2 changes: 1 addition & 1 deletion src/sglib/models/daw/playlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(
self.name = type_assert(
name,
str,
desc="The friendly name of this seqence",
desc="The friendly name of this sequence",
)
self.seq_uid = type_assert(
seq_uid,
Expand Down
4 changes: 2 additions & 2 deletions src/sglib/models/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def mm_to_px_pct(
_max: float=15.,
orientation: str='h',
) -> int:
""" Covert millimeters to screen pixels, clip to a percentage of
""" Convert millimeters to screen pixels, clip to a percentage of
screen size.

@mm: The size in millimeters
Expand Down Expand Up @@ -134,7 +134,7 @@ def mm_to_px(
_max: int=15,
orientation: str='h',
) -> int:
""" Covert millimeters to screen pixels
""" Convert millimeters to screen pixels
@mm: The size in millimeters
@_min: 1-N
The minimum number of pixels
Expand Down
2 changes: 1 addition & 1 deletion src/sgui/daw/item_editor/automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def __init__(self, a_viewer, a_is_cc=True):
self.smooth_button = QPushButton(_("Smooth"))
self.smooth_button.setToolTip(
_("By default, the control points are steppy, "
"this button draws extra points between the exisiting points."))
"this button draws extra points between the existing points."))
self.smooth_button.pressed.connect(self.smooth_pressed)
self.hlayout.addWidget(self.smooth_button)
self.hlayout.addItem(QSpacerItem(10, 10))
Expand Down
2 changes: 1 addition & 1 deletion src/sgui/widgets/hardware_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def f_close_event(a_self=None, a_event=None):
f_device_name_combobox.setToolTip(DEVICE_TOOLTIP)
f_device_name_combobox.setMinimumWidth(390)
f_window_layout.addWidget(f_device_name_combobox, 5, 1)
# TODO: Investigate if this is sitll needed
# TODO: Investigate if this is still needed
if util.IS_WINDOWS or util.IS_MAC_OSX:
f_window_layout.addWidget(QLabel(_("Input Device")), 6, 0)
f_input_name_combobox = QComboBox()
Expand Down
2 changes: 1 addition & 1 deletion src/sgui/widgets/knob.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def knob_setup():
class ArcType(Enum):
# Arc goes from minimal at -135 degrees to full at +135 degrees from top
UP = 0
# Arc is minimal at 0 degress (top), half-full at -/+135 degrees from top
# Arc is minimal at 0 degrees (top), half-full at -/+135 degrees from top
BIDIRECTIONAL = 1

class PixmapKnob(QDial):
Expand Down
2 changes: 1 addition & 1 deletion src/windows/debug-symbols.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Debug Symbols
This document describes how to install Windows .pdb debug symbols for
depedencies, to allow using WinDbg and enable better stack traces when a
dependencies, to allow using WinDbg and enable better stack traces when a
library segfaults.

# Procedure
Expand Down