Skip to content

Commit

Permalink
Merge pull request #10 from SubhadeepJasu/metronome_and_lfo
Browse files Browse the repository at this point in the history
Metronome and lfo
  • Loading branch information
SubhadeepJasu committed Jul 15, 2021
2 parents 4121e17 + fcf2448 commit 53418e0
Show file tree
Hide file tree
Showing 86 changed files with 1,081 additions and 433 deletions.
6 changes: 3 additions & 3 deletions .buildconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[default]
name=Default
[meson]
name=Meson
runtime=host
config-opts=
run-opts=
prefix=/home/subhadeep/.cache/gnome-builder/install/.vscode/host
prefix=/usr
app-id=
postbuild=
prebuild=
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
build
_build
builddir
subhadeepjasu
.vscode
.flatpak-builder
*.flatpak
*.tar.gz
null.d
~*
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ TBD

## Install from source
You can install Ensembles by compiling it from source, here's a list of required dependencies:
- `io.elementary.Platform` (flatpak)
- `io.elementary.Sdk` (flatpak)
- `elementary-sdk`
- `gtk+-3.0>=3.18`
- `granite>=5.3.0`
Expand All @@ -52,21 +54,20 @@ Clone repository and change directory
git clone https://github.com/SubhadeepJasu/ensembles.git
cd ensembles
```
Compile, install using meson and start Ensembles on your system *(Requires GIT-LFS)*
Compile, install using flatpak and start Ensembles on your system *(Recommended)*
```
flatpak-builder build com.github.subhadeepjasu.ensembles.yml --user --install --force-clean
flatpak run com.github.subhadeepjasu.ensembles
```
_OR_ using meson *(Requires GIT-LFS)*
```
meson _build --prefix=/usr
cd _build
sudo ninja install
com.github.subhadeepjasu.ensembles
```

... _OR_ as flatpak *(Does not require GIT-LFS)*
```
flatpak-builder build com.github.subhadeepjasu.ensembles.yml --user --install --force-clean
flatpak run com.github.subhadeepjasu.ensembles
```

## Realtime Audio Performance
The software does require quiet a lot of CPU power. If you notice bad delay or stuttering audio, launch the app from terminal; check to see if there is any error messages stating that fluidsynth was unable to set realtime priority. In that case, edit the file- `/etc/security/limits.conf` and add the following lines:
```
Expand Down
8 changes: 8 additions & 0 deletions data/Images/LFO_Graphics/LFO_4_4_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions data/Images/LFO_Graphics/LFO_4_4_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions data/Images/LFO_Graphics/LFO_4_4_10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions data/Images/LFO_Graphics/LFO_4_4_11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions data/Images/LFO_Graphics/LFO_4_4_12.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 53418e0

Please sign in to comment.