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

Getting Started page #374

Merged
merged 4 commits into from Aug 19, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 44 additions & 0 deletions src/routes/learn/getting-started.svx
@@ -0,0 +1,44 @@
---
title: Get Started
blurb: |
Some suggestions for getting started exploring FluCoMa
tags:
- decomposition
- nmf
- analysis
- machine learning
- start
- intro
flair: article
featuredimage: /learn/for-featured-images/getting-started-01.jpg
---

<script>
import CodeBlock from '$lib/components/CodeBlock.svelte';
import { Tabs, TabList, TabPanel, Tab } from '$lib/components/tabs/tabs';
</script>

## First Steps

A quick and recommended start is to follow these introductory YouTube tutorials (first [install](/installation)!):

* **[Train a neural network to classify sound based on timbre](/learn/regression-neural-network)**
* **[Train a neural network to control a synthesizer](/learn/classification-neural-network)**
* **[Code a 2 dimensional sound sample explorer](/learn/2d-corpus-explorer)**

## Have something more specific in mind?

* **[Hear music made using FluCoMa](https://www.youtube.com/watch?v=3GqYFDB425k&list=PLLzzOXU4pTgKanAykQnGNKCj-4LX_hg3L)**
* **[Discuss musical uses of FluCoMa](https://discourse.flucoma.org/)**
* **[Slice Audio](/reference/ampslice)**
* **Analyze real time audio for... [Pitch](/reference/pitch), [Loudness](/reference/loudness), [Timbre](/reference/mfcc), and more.**
* **Download some example code to play with (for [Max](https://f003.backblazeb2.com/file/learnassets/examples/2d-plot/plotter-5.maxpat) or [SuperCollider](https://f003.backblazeb2.com/file/learnassets/examples/2d-plot/plotter-5-complete.scd))**
* **[Train a neural network](/learn/regression-neural-network)**
* **[Decompose audio based on spectral analysis](/reference/hpss)**
* **[Read an in-depth article about a FluCoMa project ](/explore/constanzo)**
* **[Batch analyze sound files](/learn/batch-processing)**
* **[Learn about statistics](/reference/bufstats)**
* **[Hear from an artist using machine listening and machine learning](/explore/abtan)**
* **[Check out the source code](https://github.com/orgs/flucoma/repositories)**

We understand that sometimes you want to dig in really deep and sometimes you want to find a quick answer or example and get back to creating. There's a lot of information on this site, so take just what you need or use the rectangle links near the top to keep exploring.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.