diff --git a/notebooks/test/test-crop.ipynb b/notebooks/test/test-crop.ipynb index f22462b..9d8fc0a 100644 --- a/notebooks/test/test-crop.ipynb +++ b/notebooks/test/test-crop.ipynb @@ -166,57 +166,6 @@ "sc2" ] }, - { - "cell_type": "code", - "execution_count": 7, - "id": "e161be6c-776a-4531-aa59-8d516a933fa7", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "\n", - "\n", - "\n", - "--Csound version 6.19 (double samples) Oct 16 2024\n", - "[commit: 937aa495e250d758efaa28e9697a8b75237c80cd]\n", - "\u001b[mlibsndfile-1.2.0\n", - "\u001b[msr = 48000.0,\u001b[m kr = 750.000,\u001b[m ksmps = 64\n", - "\u001b[m0dBFS level = 1.0,\u001b[m A4 tuning = 442.0\n", - "\u001b[maudio buffered in 256 sample-frame blocks\n", - "\u001b[mreading 2048-byte blks of shorts from adc:Built-in Audio Analog Stereo: (RAW)\n", - "writing 512 sample blks of 64-bit floats to dac:Built-in Audio Analog Stereo:\n", - "SECTION 1:\n", - "\u001b[m" - ] - } - ], - "source": [ - "session = getSession()\n" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "id": "562f1abe-18be-4c65-8489-f49f1b02e629", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "session.dumpInstrs()" - ] - }, { "cell_type": "code", "execution_count": null,