diff --git a/images/App-Shot-s.png b/images/App-Shot-s.png new file mode 100644 index 0000000..6336527 Binary files /dev/null and b/images/App-Shot-s.png differ diff --git a/images/BPM-automation-indicator.png b/images/BPM-automation-indicator.png new file mode 100644 index 0000000..53358f1 Binary files /dev/null and b/images/BPM-automation-indicator.png differ diff --git a/images/BPM-automation.png b/images/BPM-automation.png new file mode 100644 index 0000000..f273e44 Binary files /dev/null and b/images/BPM-automation.png differ diff --git a/images/Desktop-Shot.png b/images/Desktop-Shot.png new file mode 100644 index 0000000..e21f590 Binary files /dev/null and b/images/Desktop-Shot.png differ diff --git a/images/Device-Cloud.gif b/images/Device-Cloud.gif new file mode 100644 index 0000000..dbfe7fd Binary files /dev/null and b/images/Device-Cloud.gif differ diff --git a/images/Device-Cloud.png b/images/Device-Cloud.png new file mode 100644 index 0000000..9593509 Binary files /dev/null and b/images/Device-Cloud.png differ diff --git a/images/Invite-Shot-s.png b/images/Invite-Shot-s.png new file mode 100644 index 0000000..56d81ba Binary files /dev/null and b/images/Invite-Shot-s.png differ diff --git a/images/Invite-icon.png b/images/Invite-icon.png new file mode 100644 index 0000000..957c313 Binary files /dev/null and b/images/Invite-icon.png differ diff --git a/images/Invite-popup.png b/images/Invite-popup.png new file mode 100644 index 0000000..ca8930e Binary files /dev/null and b/images/Invite-popup.png differ diff --git a/images/Learn-Midi-Controller.png b/images/Learn-Midi-Controller.png new file mode 100644 index 0000000..5ce6892 Binary files /dev/null and b/images/Learn-Midi-Controller.png differ diff --git a/images/Microtuning-Shot.png b/images/Microtuning-Shot.png new file mode 100644 index 0000000..bde0738 Binary files /dev/null and b/images/Microtuning-Shot.png differ diff --git a/images/Midi-Icon.png b/images/Midi-Icon.png new file mode 100644 index 0000000..fd72869 Binary files /dev/null and b/images/Midi-Icon.png differ diff --git a/images/SWKeyboard-Shot.png b/images/SWKeyboard-Shot.png new file mode 100644 index 0000000..3594d4b Binary files /dev/null and b/images/SWKeyboard-Shot.png differ diff --git a/images/SWKeyboard-icon.png b/images/SWKeyboard-icon.png new file mode 100644 index 0000000..c45dee4 Binary files /dev/null and b/images/SWKeyboard-icon.png differ diff --git a/images/Sample-Browser-Shot.png b/images/Sample-Browser-Shot.png new file mode 100644 index 0000000..8cc5256 Binary files /dev/null and b/images/Sample-Browser-Shot.png differ diff --git a/manuals/editor/booster.rst b/manuals/editor/booster.rst index b3acf19..fbdc58f 100644 --- a/manuals/editor/booster.rst +++ b/manuals/editor/booster.rst @@ -21,7 +21,7 @@ Installers ------------------ * `Windows (7+) `_ [#windows]_ -* `Mac `_ +* `Mac `_ [#mac]_ * `Linux (Debian based) `_ * `Jar File `_ [#jar]_ @@ -29,4 +29,5 @@ If you're using Chromebooks, check the specific version of your laptop; it might .. [#windows] Since the application isn't signed, you might get a warning when installing. +.. [#mac] Since the application isn't signed you need to right click the booster app and choose open from the context menu. Also note that is an Intel only application. .. [#jar] Experience users might run the jar file directly. For that, install Java 8+, then run with ``java -jar launcher.jar``. \ No newline at end of file diff --git a/manuals/editor/live_collaboration.rst b/manuals/editor/live_collaboration.rst index a7b43fd..2fae6de 100644 --- a/manuals/editor/live_collaboration.rst +++ b/manuals/editor/live_collaboration.rst @@ -1,14 +1,16 @@ Live Collaboration ================== -This is probably the biggest enhancement in Next! -You can finally work on tracks with other users simultaneously. You can -see each others actions and talk via text-, audio- and videochat. All -changes are documented. We will introduce tools in time to bookmark -states to revert to or start a new track from there. The first beta -launch is all about live-collaborations and its performance. We need to -collect data to evaluate the server load hence being prepared for the -big public launch later this year. +Collaboration is an essential part of Audiotool. +Once you saved your draft to the Audiotool cloud you can start inviting other users by clicking the invite button in the top right. -Looking forward to your feedback! + +.. image:: /images/Invite-icon.png + + +A pop up will open where you can search for other users to invite and manage their rights. +Users you are already connected with will be shown when they are online and available for collaboration. + + +.. image:: /images/Invite-popup.png diff --git a/manuals/editor/midi.rst b/manuals/editor/midi.rst index a9f5f8a..0550719 100644 --- a/manuals/editor/midi.rst +++ b/manuals/editor/midi.rst @@ -1,7 +1,40 @@ Midi ==== -Midi has been improved by providing a big dialog to check connected -midi-devices and edit or remove midi-connections. Midi setups will be -stored on your computer locally and automatically revived when the -corresponding track is opened. +Audiotool has extensive Midi support. + + +Midi Keyboards +^^^^^^^^^^^^^^ + +Make sure to have your external Midi gear connected and recognized by your computer. +Every device which can play Midi notes will have a Midi icon in its menu bar. + + +.. image:: /images/Midi-Icon.png + + +When clicking this icon Audiotool will wait for you to play a note on your Midi Meyboard. +Once you have done so you can play the device with your Midi Keyboard. +If you have multiple Midi Keyboards you can easily assing different Keyboard to different synthesisers. +You can also connect one Midi Keyboard to multiple synthesisers. +Or try to use the :ref:`Notesplitter` to play multiple synthesisers with one Midi Keyboard. + + +Midi Controller +^^^^^^^^^^^^^^^ + +If you want to use an external Midi Controller to control specific synthesiser parameters, +you can do so by right clicking on the desired knob inside the synthesiser and choose `Learn Midi Controller` from the context menu. + + +.. image:: /images/Learn-Midi-Controller.png + + +Again Audiotool will wait for you to turn a knob or move a slider on your Midi Controller to map it to the selected parameter. + + + +Important Notice +^^^^^^^^^^^^^^^^ +To get the best latency possible within a web browser make sure to install the :ref:`booster`. \ No newline at end of file diff --git a/manuals/editor/software_keyboard.rst b/manuals/editor/software_keyboard.rst index 5255bca..b075ee1 100644 --- a/manuals/editor/software_keyboard.rst +++ b/manuals/editor/software_keyboard.rst @@ -2,5 +2,15 @@ Software Keyboard ================= If you do not have a midi-keyboard you can open a software-keyboard by -using the context-menu on a synthesiser. It also records into the -timeline when timeline-recording is active. +using the context-menu on a synthesiser. + + +.. image:: /images/SWKeyboard-icon.png + + +You will now be able to play the synthesiser by either clicking on the keys with your mouse or +by pressing the corresponding keys on your computer Keyboard. + + +.. image:: /images/SWKeyboard-Shot.png + diff --git a/manuals/editor/tempo_automation.rst b/manuals/editor/tempo_automation.rst index dbeec32..fee323a 100644 --- a/manuals/editor/tempo_automation.rst +++ b/manuals/editor/tempo_automation.rst @@ -2,5 +2,11 @@ Tempo Automation ================ The bpm of a track can now be automated. Just open the master section in -the timeline. A blue box around the bpm display indicates that an -automation is available. +the timeline. + +.. image:: /images/BPM-automation.png + +A blue box around the bpm display indicates that an +automation is enabled. + +.. image:: /images/BPM-automation-indicator.png \ No newline at end of file diff --git a/manuals/editor/tuning_microtuning.rst b/manuals/editor/tuning_microtuning.rst index 49452cb..4e9c699 100644 --- a/manuals/editor/tuning_microtuning.rst +++ b/manuals/editor/tuning_microtuning.rst @@ -5,6 +5,10 @@ Tuning gives you the option to adjust the base frequency of Audiotool. The default is 440Hz which is common in all DAWs. Changing the base frequency will affect all instruments that process notes. + +.. image:: /images/Microtuning-Shot.png + :width: 50% + Microtuning provides you an option to locally adjust the tuning of each key within an octave (in cents). Those micro-tunings can be assigned to each synthesiser individually. diff --git a/manuals/getting_started/what_is_audiotool.rst b/manuals/getting_started/what_is_audiotool.rst index 670b9f4..d845ccd 100644 --- a/manuals/getting_started/what_is_audiotool.rst +++ b/manuals/getting_started/what_is_audiotool.rst @@ -5,39 +5,58 @@ Welcome to Audiotool, the ultimate destination for music enthusiasts and aspirin Whether you're a seasoned musician looking to create mind-blowing tracks or a beginner searching for a platform to express your musical talents, Audiotool has everything you need to bring your musical visions to life. + + .. image:: /images/App-Shot-s.png + + At the heart of Audiotool lies an innovative feature that sets us apart from the rest: the Desktop. Imagine a digital studio where you can connect various virtual devices using virtual cables, just like in a physical studio setup. With our Desktop, you have the power to design your own unique signal flow, routing audio and control signals with precision and flexibility. + +.. image:: /images/Desktop-Shot.png + + The Desktop isn't just about emulating a physical studio; it's about transcending its limitations. With Audiotool, you can save and recall your setups effortlessly, collaborate with others in real-time, and explore an ever-expanding library -of virtual devices created by talented users within the community. +of presets and samples created by talented users within the community. Embrace the freedom to shape your sonic universe like never before, all within the immersive environment of the Audiotool Desktop. -At Audiotool, we believe that music knows no boundaries, and creativity should never be limited. -That's why we've built this powerful online music production studio that breaks down barriers and empowers artists from all walks of life. -Our platform provides a seamless and immersive experience, enabling you to unleash your creativity and produce professional-grade music -without the need for expensive hard or software. + With a vast library of virtual instruments, synthesizers, drum machines, and effects, Audiotool gives you access to an arsenal of sounds to explore and experiment with. Whether you're into electronic music, hip-hop, rock, or any other genre, our diverse range of tools and samples will cater to your unique style and musical preferences. + +.. image:: /images/Device-Cloud.png + + Our user-driven sample library is a testament to the power of collective knowledge and shared passion. Explore a vast collection of meticulously crafted drum loops, melodic phrases, atmospheric textures, and unique one-shots. What sets our cloud-based sample library apart is its dynamic nature. It's not just a static collection; it's a living, breathing entity that evolves with the artistic contributions of our users. Uncover hidden gems, discover fresh sounds, and be inspired by the innovative creations of fellow musicians. With the collective expertise and musical prowess of our community, you'll never run out of inspiration. + +.. image:: /images/Sample-Browser-Shot.png + :width: 30% + + Collaboration is an essential part of Audiotool. Connect with fellow artists from around the globe, share your projects, and engage in real-time collaborations. Collaborative workflows and live jamming sessions allow you to tap into the collective creativity of our vibrant community and take your music to new heights. + +.. image:: /images/Invite-Shot-s.png + + With our node based interface and comprehensive tutorials, Audiotool ensures that beginners can quickly grasp the essentials of music production while offering advanced features for experienced producers to refine their craft. Whether you're a seasoned pro or just starting your musical journey, our platform provides the perfect balance of simplicity and depth to meet your needs. + Join us today and witness the marriage of cutting-edge technology and limitless creativity. Discover a world where virtual cables connect your musical ideas, and where the boundaries of what's possible are constantly pushed. Step into the future of music production with Audiotool, redefine your sonic journey and unleash your musical imagination like never before. diff --git a/manuals/getting_started/your_first_project.rst b/manuals/getting_started/your_first_project.rst index eed0311..4a50124 100644 --- a/manuals/getting_started/your_first_project.rst +++ b/manuals/getting_started/your_first_project.rst @@ -2,7 +2,7 @@ Your first project ================== The following is a tutorial on how to create a small audio track -on audiotool.com and publish it on your profile from start-to-finish. +on Audiotool and publish it on your profile from start-to-finish. You'll learn how to: * add synthesizers and other instruments to your project @@ -17,8 +17,8 @@ Getting started Creating a new project ---------------------- -Audiotool.com itself is the place to share your tracks, listen to other's tracks, -and interact with other audiotool.com users. +Audiotool itself is the place to share your tracks, listen to other's tracks, +and interact with other Audiotool users. To create your own track, you first have to open the studio in the top bar: @@ -51,8 +51,8 @@ From now on, all your changes wil automatically be stored in the cloud. Studio Overview --------------- -The studio is made up of a few sections. The area here is the *desktop*. This is where you can see and connect the devices you want to use. It is -Also where you can turn the knobs and edit the parameters of the devices you are using. It's modeled after real life! +The studio is made up of a few sections. The area here is the *Desktop*. This is where you can see and connect the devices you want to use. It is +also where you can turn the knobs and edit the parameters of the devices you are using. It's modeled after real life! |/images/desktop.png| @@ -61,16 +61,16 @@ and *shuffle* amount. To edit them, double click, and type the desired value. |/images/main-controls.png| -The *panel* is where you can drag devices from to the desktop. There is a large selection of drum instruments, synthesizers, effects, and other plugins. +The *panel* is where you can drag devices from to the Desktop. There is a large selection of drums, synthesizers, effects, and other plugins. |/images/panel.png| -The *timeline* is where you will arrange your song. It is a visual representation of your song over time. +The *Timeline* is where you will arrange your song. It is a visual representation of your song over time. |/images/timeline.png| -The timeline is separated by rows called *tracks*. Each track represents a specific audiofile, automation, or MIDI sequence. In otherwords, the timeline -help to organize all the sounds in the song, and control when they come in. +The Timeline is separated by rows called *tracks*. Each track represents a specific audiofile, automation, or MIDI sequence. In otherwords, the timeline +helps to organize all the sounds in the song, and control when they come in. A more fleshed out project might look something like this: @@ -98,10 +98,10 @@ and a new audiotrack will be created on the timeline. Now you have the sample in the track! The sample will automatically be placed on the beginning of the track. -An an instrument +Add an instrument ---------------- -If you want to create your own sounds without soly relying on samples, you can use audiotool's selection of instruments. +If you want to create your own sounds without soly relying on samples, you can use Audiotool's selection of instruments. The drum instruments are for percussive sounds, and the synthesizer instruments are for melodic sounds. Let's drag out a synthesizer called the "Pulverisateur". With so many knobs and buttons, it might seem intimidating, but it doesn't take much to make some really cool sounds out of this. @@ -129,7 +129,7 @@ You can also drag the right edge of the region to extend it. This will loop the Publish your work ^^^^^^^^^^^^^^^^^ -Great work on the song! When you feel your song is finished and ready for the world to see, you can publish your track to audiotool.com. +Great work on the song! When you feel your song is finished and ready for the world to listen, you can publish your track on Audiotool. To do this, Press `File` -> `Publish` |/images/save-context.png|