Loopy Pro: Create music, your way.

What is Loopy Pro?Loopy Pro is a powerful, flexible, and intuitive live looper, sampler, clip launcher and DAW for iPhone and iPad. At its core, it allows you to record and layer sounds in real-time to create complex musical arrangements. But it doesn’t stop there—Loopy Pro offers advanced tools to customize your workflow, build dynamic performance setups, and create a seamless connection between instruments, effects, and external gear.

Use it for live looping, sequencing, arranging, mixing, and much more. Whether you're a live performer, a producer, or just experimenting with sound, Loopy Pro helps you take control of your creative process.

Download on the App Store

Loopy Pro is your all-in-one musical toolkit. Try it for free today.

Using Markdown in posts

edited December 2016 in General App Discussion

Stumbled on the fact that when providing youtube links with a specific start time in the link the embedding feature of the forum will strip out the start time. This can be gotten around by using the link icon at the top of the post editor, then changing the link text, which is the part between the square brackets []. The youtube video will not be embedded, but the link will have the start time.
The syntax is [link text](https://example.com/ "Title") which you can just type in, no need to use the link icon. The "Title" part is optional. It's what is displayed when someone hovers their mouse cursor over the link.

Thought I'd also take the opportunity to document some other Markdown features the forum supports:

Bold **text**
Bold __text__
Emphasize *text*
Emphasize _text_
Strike Through ~~text~~

Blockquote > quote

Nested Blockquote >> quote

  • Bullet * item (must be proceeded by a blank link, followed by a blank line to end the list)
  • Another Bullet - item (dash also works, no blank line needed between items)
  1. Numbered 1. item1
  2. List 2. item2
  3. Of 3. item3
  4. Items 4. item4

You can use a footnote1 [^1] to stay on point. WIth additional info provided below2 [^2]

Horizontal rule:


--- or *** or ___ (must be proceeded by a blank line)

A block of text will use a fixed width font when surround by three backticks ``` on either end
12345678901234567890 Block of text using a fixed width font that also preserves multiple spaces

table A B C
1 left-aligned centered right-aligned
2 bold emphasize strike through

| table | A | B | C | | - | - |:--:| -:| | 1 | left-aligned | centered | right-aligned | | 2 | **bold** | *emphasize* | ~~strike through~~ |

Revealed >! Revealed

Header 1 # Header 1

Header 2 ## Header 2

Header 3 ### Header 3

Header 4 #### Header 4

Header 5 ##### Header 5
Header 6 ###### Header 6

All syntax examples provided by surrounding the example with backquote ` or ``` in the case of multi-line examples


  1. More blabbering. [^1]: More blabbering. ↩︎

  2. Additional info. [^2]: Additional info. ↩︎

Comments

Sign In or Register to comment.