Skip to content

Commit

Permalink
Deploying to gh-pages from @ a5dee76 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Jun 27, 2024
1 parent 3371ece commit 52fbbb3
Show file tree
Hide file tree
Showing 111 changed files with 2,090 additions and 1,872 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,14 @@ <h3>Derived Types</h3>
<div class="col">
<p>
ForSynth
was developed by Vincent Magnin<br> &copy; 2021-2024 GPL
was developed by Vincent Magnin<br> &copy; 2021-2024 <a rel="license" href="http://www.gnu.org/licenses/old-licenses/fdl-1.2.en.html">GNU Free Documentation License</a>
</p>
</div>
<div class="col">
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-26 19:40 </p>
on 2024-06-27 19:44 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions lists/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -793,14 +793,14 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<div class="col">
<p>
ForSynth
was developed by Vincent Magnin<br> &copy; 2021-2024 GPL
was developed by Vincent Magnin<br> &copy; 2021-2024 <a rel="license" href="http://www.gnu.org/licenses/old-licenses/fdl-1.2.en.html">GNU Free Documentation License</a>
</p>
</div>
<div class="col">
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-26 19:40 </p>
on 2024-06-27 19:44 </p>
</div>
</div>
<br>
Expand Down
21 changes: 11 additions & 10 deletions lists/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,42 +74,43 @@ <h1>Modules</h1>
<tr class="active">
<td><a href='../module/audio_effects.html'>audio_effects</a></td>
<td><a href='../sourcefile/audio_effects.f90.html'>audio_effects.f90</a></td>
<td></td>
<td><p>Various audio effects</p></td>
</tr>
<!--active--> <tr class="">
<td><a href='../module/envelopes.html'>envelopes</a></td>
<td><a href='../sourcefile/envelopes.f90.html'>envelopes.f90</a></td>
<td></td>
<td><p>Functions and subroutines generating envelopes</p></td>
</tr>
<!----> <tr class="active">
<td><a href='../module/forsynth.html'>forsynth</a></td>
<td><a href='../sourcefile/forsynth.f90.html'>forsynth.f90</a></td>
<td></td>
<td><p>This module contains a few parameters, especially the sampling frequency and
the temporal step.</p></td>
</tr>
<!--active--> <tr class="">
<td><a href='../module/music.html'>music</a></td>
<td><a href='../sourcefile/music.f90.html'>music.f90</a></td>
<td></td>
<td><p>Contains music theory elements: scales, circle of fifths, chords, etc.</p></td>
</tr>
<!----> <tr class="active">
<td><a href='../module/music_common.html'>music_common</a></td>
<td><a href='../sourcefile/music_common.f90.html'>music_common.f90</a></td>
<td></td>
<td><p>Contains music theory elements: scales, circle of fifths, chords, etc.</p><a href="../module/music_common.html" class="pull-right"><emph>Read more&hellip;</emph></a></td>
</tr>
<!--active--> <tr class="">
<td><a href='../module/signals.html'>signals</a></td>
<td><a href='../sourcefile/signals.f90.html'>signals.f90</a></td>
<td></td>
<td><p>Subroutines generating different kind of signals</p></td>
</tr>
<!----> <tr class="active">
<td><a href='../module/tape_recorder_class.html'>tape_recorder_class</a></td>
<td><a href='../sourcefile/tape_recorder_class.f90.html'>tape_recorder_class.f90</a></td>
<td></td>
<td><p>This is the basic class, representing a numeric tape recorder with audio tracks.</p></td>
</tr>
<!--active--> <tr class="">
<td><a href='../module/wav_file_class.html'>wav_file_class</a></td>
<td><a href='../sourcefile/wav_file_class.f90.html'>wav_file_class.f90</a></td>
<td></td>
<td><p>The main class that you will use to create your WAV files.</p></td>
</tr>
<!----> </tbody></table>
<div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
Expand Down Expand Up @@ -782,14 +783,14 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<div class="col">
<p>
ForSynth
was developed by Vincent Magnin<br> &copy; 2021-2024 GPL
was developed by Vincent Magnin<br> &copy; 2021-2024 <a rel="license" href="http://www.gnu.org/licenses/old-licenses/fdl-1.2.en.html">GNU Free Documentation License</a>
</p>
</div>
<div class="col">
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-26 19:40 </p>
on 2024-06-27 19:44 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit 52fbbb3

Please sign in to comment.