Skip to content

Commit 322f941

Browse files
committed
fix for some links not rendered by new markdown engine
Markdown doesn't seem to support splitting links between the ]( brackets. The new engine enforces this without mercy.
1 parent 04aef94 commit 322f941

10 files changed

Lines changed: 50 additions & 70 deletions

File tree

applications/index.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ menu_item: true
77
## Audio File Editors
88

99
* [**Audacity**](http://audacity.sourceforge.net/)
10-
is a cross-platform multitrack audio editor. Please read [this post]
11-
(http://music.columbia.edu/pipermail/linux-audio-user/2005-July/024519.html)
10+
is a cross-platform multitrack audio editor. Please read
11+
[this post](http://music.columbia.edu/pipermail/linux-audio-user/2005-July/024519.html)
1212
for instructions on how to get Jackaudio and Audacity working together.
1313
* [**gi_editor**](https://github.com/kmtaylor/gi_editor)
1414
is a software editor for the
@@ -61,8 +61,7 @@ menu_item: true
6161
with routing capabilities.
6262
* [**Cadence (KXStudio)**](http://kxstudio.sourceforge.net/Applications:Cadence)
6363
manages JACK, calls other tools and also checks and tweaks the system.
64-
* [**Catarina(KXStudio)**]
65-
(http://kxstudio.sourceforge.net/Applications:Catarina)
64+
* [**Catarina(KXStudio)**](http://kxstudio.sourceforge.net/Applications:Catarina)
6665
is a JACK Patchbay similar to Patchage that supports JACK Transport.
6766
* [**Claudia (KXStudio)**](http://kxstudio.sourceforge.net/Applications:Claudia)
6867
is a LADISH frontend.
@@ -157,12 +156,12 @@ menu_item: true
157156
Can play mp3s, oggs, cds, among other audio file formats.
158157
Thanks go to Andy Lo-A-Foe for releasing the first application
159158
with support for Jack!
160-
* [Aqualung](http://aqualung.sourceforge.net/)
159+
* [**Aqualung**](http://aqualung.sourceforge.net/)
161160
It plays audio files from your filesystem and has the feature of
162161
inserting no gaps between adjacent tracks
163-
* [Audacious](http://audacious-media-player.org/)
162+
* [**Audacious**](http://audacious-media-player.org/)
164163
is a fork of beep-media-player 0.9.7.1
165-
* [Data Jockey](http://x37v.info/datajockey)
164+
* [**Data Jockey**](http://x37v.info/datajockey)
166165
is a digital disc jockey tool which leverages audio meta-data
167166
(both computed and manually added by the user) in order to allow
168167
for new approaches in content selection and juxtaposition.
@@ -210,8 +209,8 @@ menu_item: true
210209
* [**Loudspeaker Frequency Allocator**](http://www.thuneau.com/allocator.htm)
211210
is a 4-way, stereo DSP loudspeaker crossover
212211
that works with ASIO compatible multichannel sound cards
213-
on a Windows XP computer. Jack4win [instructions can be found here.]
214-
(http://www.thuneau.com/forum/viewtopic.php?t=168)
212+
on a Windows XP computer. Jack4win
213+
[instructions can be found here.](http://www.thuneau.com/forum/viewtopic.php?t=168)
215214
* [**meterbridge**](http://plugin.org.uk/meterbridge)
216215
a nice VU-style meter to watch signal levels on arbitrary JACK ports.
217216
* [**Sonic Visualiser**](http://www.sonicvisualiser.org/)
@@ -551,11 +550,9 @@ menu_item: true
551550
recording and playback of sound through JACK.
552551
* [**GLASHCtl**](http://dino.nongnu.org/glashctl)
553552
is a simple applet for controlling the LASH Audio Session Handler.
554-
* [**jack_convolve**]
555-
(http://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/jack_convolve/)
553+
* [**jack_convolve**](http://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/jack_convolve/)
556554
is a simple command line based, convolution engine for JACK.
557-
* [**jack_snapshot**]
558-
(https://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/jack_snapshot/)
555+
* [**jack_snapshot**](https://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/jack_snapshot/)
559556
is a little tool for storing/restoring jack connection states.
560557
Version 0.0.4 will compile with gcc-4.3+
561558
* [**Jack-smf-utils**](http://sourceforge.net/projects/jack-smf-utils/)
@@ -584,8 +581,7 @@ menu_item: true
584581
* [**QLoud**](http://gaydenko.com/qloud)
585582
a tool to measure loudspeaker frequency and
586583
step responses and distortions.
587-
* [**QOscC**]
588-
(https://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/QOscC/)
584+
* [**QOscC**](https://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/QOscC/)
589585
is a highly flexible and configurable software Oscilloscope.
590586
* [**sauditor**](http://dis-dot-dat.net/index.cgi?item=/code/sauditor/)
591587
is a sample auditor that is intended to be simple and quick to use.
@@ -649,5 +645,4 @@ menu_item: true
649645
## Wikipedia References
650646

651647
* [**Ardour**](http://en.wikipedia.org/wiki/Ardour_%28audio_processor%29)
652-
* [**Jack Audio Connection Kit**]
653-
(http://en.wikipedia.org/wiki/JACK_Audio_Connection_Kit)
648+
* [**Jack Audio Connection Kit**](http://en.wikipedia.org/wiki/JACK_Audio_Connection_Kit)

community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The official JACK implementation for Mac OSX
3030
# Communities
3131

3232
## linuxaudio.org
33-
[ [WIKI] (http://wiki.linuxaudio.org) |
34-
[site] (http://www.linuxaudio.org) ]
33+
[ [WIKI](http://wiki.linuxaudio.org) |
34+
[site](http://www.linuxaudio.org) ]
3535

3636
A general ressource for linux Audio related questions. The wiki also contains
3737
information about JACK and related topics.

downloads/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jack2_osx_mixed: "https://dl.dropboxusercontent.com/u/28869550/JackOSX.0.90.zip"
2525

2626
* **Binaries**: please use your distribution's package manager
2727
(`apt-get, yum, synaptic` etc.)
28-
* **Source tarball**: [ JACK {{page.jack2_source_v}}]({{page.jack2_source}}).
28+
* **Source tarball**: [JACK {{page.jack2_source_v}}]({{page.jack2_source}}).
2929

3030
## OS X
3131

@@ -36,20 +36,20 @@ jack2_osx_mixed: "https://dl.dropboxusercontent.com/u/28869550/JackOSX.0.90.zip"
3636
### JACK2:
3737

3838
* **Binaries**: [Mixed 64/32 bit, {{page.jack2_osx_version}}
39-
of JackOSX for Snow Leopard and later]
40-
({{page.jack2_osx_mixed}})
39+
of JackOSX for Snow Leopard and later]({{page.jack2_osx_mixed}})
4140
* **Binaries**: [Legacy 32 bit, {{page.jack2_osx_version}}
42-
of JackOSX for systems older than Snow Leopard]
43-
({{page.jack2_osx_x32}})
44-
* **Source tarball**: [ JACK {{page.jack2_source_v}}]({{page.jack2_source}}).
41+
of JackOSX for systems older than Snow Leopard]({{page.jack2_osx_x32}})
42+
* **Source tarball**: [JACK {{page.jack2_source_v}}]({{page.jack2_source}}).
4543

4644
## Windows
4745

4846
### JACK2:
4947

50-
* **Installer for 32 bit Windows(XP...)**: [ JACK 1.9.10](https://dl.dropboxusercontent.com/u/28869550/Jack_v1.9.10_32_setup.exe).
51-
* **Installer for Windows 64 bit (Vista, Windows 7)**: [ JACK 1.9.10](https://dl.dropboxusercontent.com/u/28869550/Jack_v1.9.10_64_setup.exe).
52-
* **Source tarball**: [ JACK {{page.jack2_source_v}}]({{page.jack2_source}}).
48+
* **Installer for 32 bit Windows(XP...)**:
49+
[JACK 1.9.10](https://dl.dropboxusercontent.com/u/28869550/Jack_v1.9.10_32_setup.exe).
50+
* **Installer for Windows 64 bit (Vista, Windows 7)**:
51+
[JACK 1.9.10](https://dl.dropboxusercontent.com/u/28869550/Jack_v1.9.10_64_setup.exe).
52+
* **Source tarball**: [JACK {{page.jack2_source_v}}]({{page.jack2_source}}).
5353

5454
## JACK Source Code Repository
5555

faq/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: "JACK Documentation"
1212
## Programming with JACK
1313

1414
* The JACK API Reference Manual
15-
[ [html](/api) | [pdf](http://jackaudio.org/files/refman.pdf) ]
15+
[ [html](/api) | [pdf](http://jackaudio.org/files/refman.pdf) ]
1616
* A handy [tutorial/walk-through]
1717
(http://dis-dot-dat.net/index.cgi?item=/jacktuts/starting/)
1818
for programming with JACK, including some simple clients
@@ -29,7 +29,7 @@ for programming with JACK, including some simple clients
2929
* JACK Schematic diagram. Tarball includes dia and eps versions.
3030
[ [small](http://jackaudio.org/files/JACK-Diagram-screensize.png) |
3131
[large](http://jackaudio.org/files/JACK-Diagram.png) |
32-
[tarball](http://jackaudio.org/files/JACK-Diagram.tar.gz) ]
32+
[tarball](http://jackaudio.org/files/JACK-Diagram.tar.gz) ]
3333
* [Porting JACK to OS X]
3434
(http://www.soundonsound.com/sos/Oct04/articles/applenotes.htm)
3535
* [Jackdmp](http://lac.zkm.de/2005/proceedings.shtml#letz_et_al)

faq/index.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ menu_item: true
88

99
* [What is the difference between JACK1 and JACK2?](jack12n.html)
1010
* [What audio devices are supported by JACK?](device_support.html)
11-
* [How do I refer to a soundcard so that the name always works?]
12-
(device_naming.html)
11+
* [How do I refer to a soundcard
12+
so that the name always works?](device_naming.html)
1313
* How do I stop JACK from creating pops, clicks and other artifacts?
1414
* What are the best settings to use?
1515
* What are the best settings to use for a USB1 audio device?
1616
* [How can I use multiple soundcards with JACK?](multiple_devices.html)
1717
* [How do I use JACK over a network?](netjack.html)
18-
* [Do I need a realtime kernel to use realtime scheduling?]
19-
(realtime_vs_realtime_kernel.html)
20-
* [How do I configure my Linux system to allow realtime scheduling?]
21-
(linux_rt_config.html)
22-
* [How does using Linux with RT_GROUP_SCHED enabled affect JACK?]
23-
(linux_group_sched.html)
18+
* [Do I need a realtime kernel
19+
to use realtime scheduling?](realtime_vs_realtime_kernel.html)
20+
* [How do I configure my Linux system
21+
to allow realtime scheduling?](linux_rt_config.html)
22+
* [How does using Linux with RT_GROUP_SCHED enabled
23+
affect JACK?](linux_group_sched.html)
2424
* How can I save/restore JACK connections?
2525
* [How can I setup persistent connections?](persistent_connections.html)
26-
* [How can I use PulseAudio and JACK on the same machine?]
27-
(pulseaudio_and_jack.html)
26+
* [How can I use PulseAudio and JACK
27+
on the same machine?](pulseaudio_and_jack.html)
2828
* How can I play audio from .... via JACK?
2929
* [Flash](routing_flash.html)
3030
* [GStreamer applications](gstreamer_via_jack.html)
@@ -43,6 +43,5 @@ menu_item: true
4343

4444
* [Macbook w/Linux: audio played via JACK output is distorted,
4545
but direct ALSA output is fine](macbook_distortion.html)
46-
* [How do I use an M-Audio Fast Track Pro?]
47-
(http://joegiampaoli.blogspot.mx/2011/06/m-audio-fast-track-pro-for-debian-linux.html)
46+
* [How do I use an M-Audio Fast Track Pro?](http://joegiampaoli.blogspot.mx/2011/06/m-audio-fast-track-pro-for-debian-linux.html)
4847

faq/jack12n.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "What is the difference between JACK1 and JACK2"
55

66
# What is the difference between JACK1 and JACK2?
77

8-
We direct you to this [evolving wiki page on the subject]
9-
(https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2)
8+
We direct you to this [evolving wiki page on the
9+
subject](https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2)
1010
...
1111

faq/jack_on_windows.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,13 @@ device.
3030

3131
Several applications have native Jack support:
3232

33-
* Harisson MixBus :
34-
[http://www.harrisonconsoles.com/mixbus/website/]
35-
(http://www.harrisonconsoles.com/mixbus/website/)
36-
* MuseScore :
37-
[http://musescore.org/]
38-
(http://musescore.org/)
39-
* foo-yc20 :
40-
[http://code.google.com/p/foo-yc20/]
41-
(http://code.google.com/p/foo-yc20/)
42-
* SND-RT :
43-
[http://archive.notam02.no/arkiv/doc/snd-rt/]
44-
(http://archive.notam02.no/arkiv/doc/snd-rt/)
45-
* Radium :
46-
[http://users.notam02.no/~kjetism/radium/]
47-
(http://users.notam02.no/~kjetism/radium/)
33+
* [Harisson MixBus :](http://www.harrisonconsoles.com/mixbus/website/)
34+
* [MuseScore :](http://musescore.org/)
35+
* [foo-yc20 :](http://code.google.com/p/foo-yc20/)
36+
* [SND-RT :](http://archive.notam02.no/arkiv/doc/snd-rt/)
37+
* [Radium :](http://users.notam02.no/~kjetism/radium/)
4838
* Fluidsynth for Windows (part of the jOrgan Windows packages).
49-
* JNAJack, Java bindings for JACK :
50-
[https://code.google.com/p/java-audio-utils/wiki/GettingStarted_JNAJack]
51-
(https://code.google.com/p/java-audio-utils/wiki/GettingStarted_JNAJack)
39+
* [JNAJack, Java bindings for JACK :](https://code.google.com/p/java-audio-utils/wiki/GettingStarted_JNAJack)
5240

5341
Native Jack applications can make use of the full power of the JACK audio and
5442
MIDI connection system (for instance, they can open or close Jack connections
@@ -120,8 +108,7 @@ interface will be available to all ASIO capable applications.
120108

121109
For an overview of the command line options supported by the Jack Audio Server
122110
please see:
123-
[http://ccrma.stanford.edu/planetccrma/man/man1/jackd.1.html]
124-
(http://ccrma.stanford.edu/planetccrma/man/man1/jackd.1.html)
111+
[manpage](http://ccrma.stanford.edu/planetccrma/man/man1/jackd.1.html)
125112

126113
The Jack v 1.9.8/64bits/JackRouter.dll still has to be registered "manually"
127114
with regsvr32 - so please try the following command to register the 64-bit

faq/persistent_connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ A completely automatic graphical approach is the QJackctl Patchbay,
1616
[lovingly described by its creator](http://www.rncbc.org/drupal/node/76).
1717
Please note that the Patchbay is **not** the same as the
1818
QJackctl Connections dialog. There is comment on the Patchbay page that
19-
[describes the differences in depth]
20-
(http://www.rncbc.org/drupal/node/76#comment-1743).
19+
[describes the differences in depth
20+
](http://www.rncbc.org/drupal/node/76#comment-1743).
2121

2222
Finally, there is fully blown session management (still to be documented)
2323

faq/pulseaudio_and_jack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ or on the command line, by passing `-d hw:DSP` to JACK's ALSA backend.
9191

9292
## Option 3: route PulseAudio to JACK while JACK is running
9393

94-
Please see [this wikipage]
95-
(https://github.com/jackaudio/jackaudio.github.com/wiki/WalkThrough_User_PulseOnJack).
94+
Please see
95+
[this wikipage](https://github.com/jackaudio/jackaudio.github.com/wiki/WalkThrough_User_PulseOnJack).
9696

9797
## Option 4: suspend PulseAudio while JACK is running
9898

faq/routing_alsa.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ to route their audio to/from JACK. There are two ways of approaching this.
1212
## Using an ALSA Loopback device and JACK alsa_in/alsa_out clients
1313

1414
This more complex but probably more robust approach is well-documented in
15-
[this document]
16-
(http://alsa.opensrc.org/Jack_and_Loopback_device_as_Alsa-to-Jack_bridge).
15+
[this document](http://alsa.opensrc.org/Jack_and_Loopback_device_as_Alsa-to-Jack_bridge).
1716

1817
## Using the ALSA JACK PCM plugin
1918

0 commit comments

Comments
 (0)