<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Modartt user forum - Web interface for selecting instrument presets (Raspberry Pi)]]></title>
	<link rel="self" href="https://forum.modartt.com/extern.php?action=feed&amp;tid=8773&amp;type=atom"/>
	<updated>2021-11-01T19:08:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.modartt.com/viewtopic.php?id=8773</id>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=978486#p978486"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>hesitz wrote:</cite><blockquote><div class="quotebox"><cite>drahoslove wrote:</cite><blockquote><p>I just want to share this with those who use Pianoteq on the Raspberry Pi, or on some other headless pc.<br />. . . <br />I can share more specific info if anyone is interested.</p></blockquote></div><p>Thanks, this looks like an interesting, useful project.</p><p>I might try to set it up to use with my Zynthian (Raspberry Pi device).</p><p>I don&#039;t like the idea of physical cables.&nbsp; I wonder whether the device connections could be made with Bluetooth MIDI, which I&#039;m generally happy with.&nbsp; I know Bluetooth MIDI is fine for me connecting midi keyboard to iPad or Raspberry Pi.&nbsp; I assume it would need to use Web-MIDI with the browser app, meaning you need to use Web-MIDI-enabled browser, which I think still basically means Chrome.&nbsp; Not sure whether Web-MIDI can send via Bluetooth MIDI, will check if I ever get around to using your project.</p><p>EDIT: A quick check seems to indicate Bluetooth midi will work fine with browser using Web MIDI.&nbsp; (I&#039;ve been assuming the browser app needs Web MIDI, but I guess I don&#039;t even know that. . . )&nbsp; <a href="https://webmidijs.org/forum/discussion/35/mobile-browser-webmidi-support">https://webmidijs.org/forum/discussion/...di-support</a></p></blockquote></div><p>Thank you.</p><p>I don&#039;t have experience with iOS products, I assume the Bluetooth MIDI could work out of the box.<br />For Android tablet/phone I had to use this ugly-looking <a href="https://play.google.com/store/apps/details?id=com.mobileer.example.midibtlepairing&amp;hl=en&amp;gl=US">MIDI+BTLE app</a> to make the Bluetooth-MIDI connection work with my <a href="https://pian.co/rc">RC</a>.</p><p>Once the MIDI is connected (USB or Bluetooth) the Web-MIDI application should just work.</p><p>I don&#039;t actually use the Bluetooth connection now, because I had my tablet connected to USB anyway - for charging. And I never move my setup.</p>]]></content>
			<author>
				<name><![CDATA[drahoslove]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7255</uri>
			</author>
			<updated>2021-11-01T19:08:51Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=978486#p978486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=978485#p978485"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Pete the Greek wrote:</cite><blockquote><div class="quotebox"><cite>drahoslove wrote:</cite><blockquote><p>Hello, people.</p><p>I just want to share this with those who use Pianoteq on the Raspberry Pi, or on some other headless PC.<br />...</p><p>I can share more specific info if anyone is interested.</p></blockquote></div><p>This is very nice work!</p><p>I&#039;m using a Raspberry Pi 4B in a SmartPi case with the official 7&quot; official touchscreen.&nbsp; It&#039;s nice to have the full Pianoteq GUI for experimenting with different settings, and performance is fine for what I do.</p><p>But for live performance your simplified browser interface for selecting presets is appealing.</p><p>Could the webpage and javascript be installed locally on the Raspberry Pi (instead of having to have an internet connection to pian.co/rc)?&nbsp; &nbsp;If so can you provide details?&nbsp; Many thanks.</p></blockquote></div><p>I am really glad you like it.</p><p>The RC is frontend only, and it works in offline mode - Once you load the <a href="https://pian.co/rc">pian.co/rc</a> the page is cached to the browser and it should work next time even if you are entirely offline. So you don&#039;t really need to create a local instance.</p><p>If you want to anyway, you should be able to just:<br /> - git clone my <a href="https://github.com/drahoslove/pianco">repository</a> (or download and extract the zip)<br /> - install node with npm (if you don&#039;t have it already)<br /> - run <strong>npm install</strong> - to install the https-server dependency<br /> - and <strong>npm start</strong> - to make it run locally on port 80 of your Pi</p><p>(alternatively, you can just download the static files the page and set up your local webserver in your preferred way - eg. using apache)</p><p>EDIT: Actually I realized, that opening the page in the browser on the same device you have your Pianoteq instance running probably won&#039;t work unless you have some software MIDI loop running - because you need some MIDI device to work with, which will receive the messages and sends them to the Pianoteq. (It might work if your MIDI keyboard acts as a MIDI repeater)<br />I used <a href="https://www.tobias-erichsen.de/software/loopmidi.html&quot;">LoopMIDI</a> when testing it on windows. On RaspberryOS, I think you can use a combination of <em>jack</em> toolkit and <em>aconnect</em> command, I can&#039;t however provide you with the exact instructions.</p>]]></content>
			<author>
				<name><![CDATA[drahoslove]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7255</uri>
			</author>
			<updated>2021-11-01T18:57:42Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=978485#p978485</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=978468#p978468"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>drahoslove wrote:</cite><blockquote><p>I just want to share this with those who use Pianoteq on the Raspberry Pi, or on some other headless pc.<br />. . . <br />I can share more specific info if anyone is interested.</p></blockquote></div><p>Thanks, this looks like an interesting, useful project.</p><p>I might try to set it up to use with my Zynthian (Raspberry Pi device).</p><p>I don&#039;t like the idea of physical cables.&nbsp; I wonder whether the device connections could be made with Bluetooth MIDI, which I&#039;m generally happy with.&nbsp; I know Bluetooth MIDI is fine for me connecting midi keyboard to iPad or Raspberry Pi.&nbsp; I assume it would need to use Web-MIDI with the browser app, meaning you need to use Web-MIDI-enabled browser, which I think still basically means Chrome.&nbsp; Not sure whether Web-MIDI can send via Bluetooth MIDI, will check if I ever get around to using your project.</p><p>EDIT: A quick check seems to indicate Bluetooth midi will work fine with browser using Web MIDI.&nbsp; (I&#039;ve been assuming the browser app needs Web MIDI, but I guess I don&#039;t even know that. . . )&nbsp; <a href="https://webmidijs.org/forum/discussion/35/mobile-browser-webmidi-support">https://webmidijs.org/forum/discussion/...di-support</a></p>]]></content>
			<author>
				<name><![CDATA[hesitz]]></name>
				<uri>https://forum.modartt.com/profile.php?id=6474</uri>
			</author>
			<updated>2021-10-31T19:22:06Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=978468#p978468</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=978467#p978467"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Defenz0r wrote:</cite><blockquote><div class="quotebox"><cite>kingfisher wrote:</cite><blockquote><p>Using Raspberry PI 4b with 64 bit OS I have no problems with 128 or 256 polyphony</p></blockquote></div><p>Can somebody benchmark this one? I&#039;m not sure if it&#039;s performable in real life, but nonetheless I want to know.<br /><a href="http://transfer.sh/MKmXoY/Archive.zip">http://transfer.sh/MKmXoY/Archive.zip</a></p><p>The Pedal is meant to be held as long as possible in this one.</p></blockquote></div><p>I think the &quot;not sure if it&#039;s performable in real life&quot; is the most relevant one here.&nbsp; </p><p>Pianoteq runs fine on very basic computers.&nbsp; It seems people tend to think, &quot;wow Pianoteq is amazing, it must be crazy intensive for my computer to run&quot; and then think they need a much more powerful computer than they actually do.</p><p>M1 Macs are insanely overpowered for Pianoteq.&nbsp; My 2015 middle-of-the-road Intel/Windows laptop runs Pteq great.&nbsp; So does my Raspberry Pi 4.&nbsp; And so does my Macbook M1, but that certainly isn&#039;t a primary use for my M1.&nbsp; And while M1&#039;s machines use much less power than comparable speed Intel machines, (relatively) slower laptop machines use less power than Mac Mini, while still running Pianoteq fine.&nbsp; For example, my Asus UX305 laptop is less power hungry than a Mac Mini M1, albeit also nowhere near as fast.</p>]]></content>
			<author>
				<name><![CDATA[hesitz]]></name>
				<uri>https://forum.modartt.com/profile.php?id=6474</uri>
			</author>
			<updated>2021-10-31T19:14:35Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=978467#p978467</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=978465#p978465"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>drahoslove wrote:</cite><blockquote><p>Hello, people.</p><p>I just want to share this with those who use Pianoteq on the Raspberry Pi, or on some other headless pc.</p><p>I was originally using the <a href="https://forum.modartt.com/viewtopic.php?id=7905">VNC view solution</a> to control the Pianoteq GUI using my tablet, but I realized, I don&#039;t really need the whole GUI, since I practically never use any of the options apart from the switching of the presets.</p><p>So I decided to create my own simple interface for doing just that - switching between the default instrument presets.</p><p>It runs in a web browser and uses MIDI messages to communicate with the Pianoteq. So you can run Pianoteq in headless mode and you don&#039;t need to run graphical desktop at all on your Pi (you still might need it for the initial setup though), which saves you some of the precious HW resources.</p><p>If you are like me, and if you have following instruments packs: <strong>Petrof</strong>, <strong>Bechstein</strong>, <strong>Blüthner</strong> + the two free packs</p><p>Then you might want to try it out: </p><h5> here -&gt; <a href="https://pian.co/rc#pianoteq">pian.co/rc</a></h5><br /><p>What you need to make it work for you:<br /></p><ul><li><p>make sure your Pianoteq version is 7.4</p></li><li><p>download my <strong><a href="https://pian.co/raspberrypi/pianco.ptm">pianco.ptm</a></strong> Midi mapping file</p></li><li><p>save it to <strong><em>/home/pi/.local/share/Modartt/Pianoteq/MidiMappings</em></strong> directory</p></li><li><p>set is as default midi mapping by editing <strong><em>/home/pi/.config/Modartt/Pianoteq74.prefs</em></strong> or using the Pianoteq GUI</p></li><li><p>connect your phone/tablet to your Raspberry Pi using USB cable</p></li><li><p>select <strong>use USB for: MIDI</strong> from the Android&#039;s USB options menu</p></li><li><p>make sure the Pianoteq is running and listens to all MIDI inputs (both your piano and your tablet)</p></li><li><p>open the page <strong>pian.co/rc</strong> on the device - allow using MIDI if required</p></li></ul><p>Note that I only tested it with Android and Chrome. I&#039;m not sure whether iOS or other devices/browsers work.</p><br /><p><strong>Please let me know what are your thoughts.</strong></p><br /><p>My <a href="https://pub.draho.cz/setup.svg">audio setup</a> is a bit specific, so this solution might not be as practical for you as it is for me.</p><p>My tablet is permanently docked on the music stand of my piano, connected to the Pi, it is always on and my piano is also always connected to the Pi.<br />I&#039;m using the Pi as a MIDI bridge between the tablet and my piano - that way I can use the second part of my web app on my tablet to control my Roland piano setting, and of course, I can use any android apps which use MIDI input/output; all without the need to physically reconnecting any cables.</p><p>I wrote a simple script that detects when the Piano is turned ON/OFF - it creates the MIDI bridge and starts Pianoteq if ON, and turn off the Pianoteq and start a Spotify server if the piano is OFF.</p><p>I can share more specific info if anyone is interested.</p></blockquote></div><p>This is very nice work!</p><p>I&#039;m using a Raspberry Pi 4B in a SmartPi case with the official 7&quot; official touchscreen.&nbsp; It&#039;s nice to have the full Pianoteq GUI for experimenting with different settings, and performance is fine for what I do.</p><p>But for live performance your simplified browser interface for selecting presets is appealing.</p><p>Could the webpage and javascript be installed locally on the Raspberry Pi (instead of having to have an internet connection to pian.co/rc)?&nbsp; &nbsp;If so can you provide details?&nbsp; Many thanks.</p>]]></content>
			<author>
				<name><![CDATA[Pete the Greek]]></name>
				<uri>https://forum.modartt.com/profile.php?id=8061</uri>
			</author>
			<updated>2021-10-31T16:00:20Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=978465#p978465</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977786#p977786"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Defenz0r wrote:</cite><blockquote><div class="quotebox"><cite>kingfisher wrote:</cite><blockquote><p>Using Raspberry PI 4b with 64 bit OS I have no problems with 128 or 256 polyphony</p></blockquote></div><p>Can somebody benchmark this one? I&#039;m not sure if it&#039;s performable in real life, but nonetheless I want to know.<br /><a href="http://transfer.sh/MKmXoY/Archive.zip">http://transfer.sh/MKmXoY/Archive.zip</a></p><p>The Pedal is meant to be held as long as possible in this one.</p></blockquote></div><p>With my Raspberry Pi4b at 1800Mhz <i class="far fa-smile smiley"></i> and a max polyphony of 256, at a few points it hit 155 and showed CPU overload and there was frequent momentary audible distortion. <br />With Max Polyphony set to 128 there was still CPU overload, but I didn&#039;t notice any distortion.</p><p>I tried at 2000Mhz but that was actually worse with even more distortion. Interesting to see/hear that 1800Mhz seems to be a sweet spot performance wise at least for this midi file</p>]]></content>
			<author>
				<name><![CDATA[kingfisher]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7701</uri>
			</author>
			<updated>2021-09-04T18:25:55Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977786#p977786</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977785#p977785"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Defenz0r wrote:</cite><blockquote><p>You are right. The problems probably only occur in songs that have the pedal held the whole time, much less likely to happen with the vast majority of songs.<br />Or rather, really difficult songs that are also far beyond my capability right now.</p><p>But acquiring a Raspberry Pi right now might be a waste... right?</p><p>What did you pay for the case and the XLR outputs?<br />If I were to get one, it would be connected to an Headphone Amp.<br />I would also need WiFi, to have internet access, since I plan to use the MIDI archiving mechanism to be running 24/7 and sync it to mega.nz.</p><p>Also, don&#039;t you think the Raspberry Pi 5 could release this year even?</p><p>Edit: Raspberry Pi 400 would suit my use case, plus it&#039;s mostly already ready to use.<br />Would probably hide behind my acoustic walls or so.<br />But if I were to re-use integrated Piano Speakers, then I&#039;d have to upgrade my Roland FP-30...</p></blockquote></div><p>Raspberry Pi 4b has built in wifi which works just fine.<br />The steel case was 22 euros from HifiBerry and the XLR hat and the XLR hat was 55 euros. But if you don&#039;t need balanced outputs the Hifiberry DAC2 Pro is 40 euros.</p><p>I think the Pi5 is still many months away, I couldn&#039;t wait <i class="far fa-smile smiley"></i></p>]]></content>
			<author>
				<name><![CDATA[kingfisher]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7701</uri>
			</author>
			<updated>2021-09-04T17:33:53Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977785#p977785</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977784#p977784"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>kingfisher wrote:</cite><blockquote><p>Using Raspberry PI 4b with 64 bit OS I have no problems with 128 or 256 polyphony</p></blockquote></div><p>Can somebody benchmark this one? I&#039;m not sure if it&#039;s performable in real life, but nonetheless I want to know.<br /><a href="http://transfer.sh/MKmXoY/Archive.zip">http://transfer.sh/MKmXoY/Archive.zip</a></p><p>The Pedal is meant to be held as long as possible in this one.</p>]]></content>
			<author>
				<name><![CDATA[Defenz0r]]></name>
				<uri>https://forum.modartt.com/profile.php?id=6481</uri>
			</author>
			<updated>2021-09-04T16:19:24Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977784#p977784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977766#p977766"/>
			<content type="html"><![CDATA[<p>You are right. The problems probably only occur in songs that have the pedal held the whole time, much less likely to happen with the vast majority of songs.<br />Or rather, really difficult songs that are also far beyond my capability right now.</p><p>But acquiring a Raspberry Pi right now might be a waste... right?</p><p>What did you pay for the case and the XLR outputs?<br />If I were to get one, it would be connected to an Headphone Amp.<br />I would also need WiFi, to have internet access, since I plan to use the MIDI archiving mechanism to be running 24/7 and sync it to mega.nz.</p><p>Also, don&#039;t you think the Raspberry Pi 5 could release this year even?</p><p>Edit: Raspberry Pi 400 would suit my use case, plus it&#039;s mostly already ready to use.<br />Would probably hide behind my acoustic walls or so.<br />But if I were to re-use integrated Piano Speakers, then I&#039;d have to upgrade my Roland FP-30...</p>]]></content>
			<author>
				<name><![CDATA[Defenz0r]]></name>
				<uri>https://forum.modartt.com/profile.php?id=6481</uri>
			</author>
			<updated>2021-09-03T12:25:04Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977766#p977766</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977765#p977765"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>drahoslove wrote:</cite><blockquote><p>kingfisher:</p><p>Interesting, I have the same 64bit OS, same sample rate setting, but when playing just the default Blues demo (which does not even use that much polyphony) I see more than two red lines you have. I guess that is because my CPU is only 1800Hz (I don&#039;t use a cooler and I&#039;m afraid to push it more). Or is it because you modified the Bechstain DG preset? I tried the default one.</p><p>My performance index is &#039;25..29&#039;.</p><p>Could you share the midi file you were using? I can&#039;t find any which makes use of even over ~50 voices.</p></blockquote></div><p>I used Beethovens Sonata No. 14 C# minor (Moonlight) , Opus 27/2 (1801) 3rd movement <a href="http://www.piano-midi.de/midis/beethoven/mond_3.mid">http://www.piano-midi.de/midis/beethoven/mond_3.mid</a> <br />found on this page.<br /><a href="http://www.piano-midi.de/beeth.htm">http://www.piano-midi.de/beeth.htm</a></p><p>This was really to stress test my system and greatly exceeds anything that would normally be played, so the two red lines are of no concern. But like you I usually use the CPU at 1800Mhz as well, which works just fine for my needs... <br />Regarding cooling I mounted a cooler on the case since there was no room with the head. This really works well to reduce the cpu temp.<br /><span class="postimg"><img src="http://catchlight.se/image0.jpeg" alt="PunBB bbcode test" title="PunBB bbcode test"/></span></p>]]></content>
			<author>
				<name><![CDATA[kingfisher]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7701</uri>
			</author>
			<updated>2021-09-03T07:19:12Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977765#p977765</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977746#p977746"/>
			<content type="html"><![CDATA[<p>kingfisher:</p><p>Interesting, I have the same 64bit OS, same sample rate setting, but when playing just the default Blues demo (which does not even use that much polyphony) I see more than two red lines you have. I guess that is because my CPU is only 1800Hz (I don&#039;t use a cooler and I&#039;m afraid to push it more). Or is it because you modified the Bechstain DG preset? I tried the default one.</p><p>My performance index is &#039;25..29&#039;.</p><p>Could you share the midi file you were using? I can&#039;t find any which makes use of even over ~50 voices.</p>]]></content>
			<author>
				<name><![CDATA[drahoslove]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7255</uri>
			</author>
			<updated>2021-09-01T19:42:29Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977746#p977746</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977744#p977744"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>kingfisher wrote:</cite><blockquote><p>Defenz0r, thank you, your stats are nice,</p><br /><p>Using Raspberry PI 4b with 64 bit OS I have no problems with 128 or 256 polyphony</p></blockquote></div><p>But you are having in this one already two cpu overloads (marked in red)</p>]]></content>
			<author>
				<name><![CDATA[Defenz0r]]></name>
				<uri>https://forum.modartt.com/profile.php?id=6481</uri>
			</author>
			<updated>2021-09-01T19:16:00Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977744#p977744</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977743#p977743"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Defenz0r wrote:</cite><blockquote><div class="quotebox"><cite>drahoslove wrote:</cite><blockquote><p>Defenz0r, thank you, your stats are nice,</p><p>I actually created very similar stats for myself, I didn&#039;t share it because it is only accessible from within my local network - it was easier to implement like that and it is probably better because I should consider my daily schedule to be kind of sensitive data, I think.</p><p>But I like the monthly/daily goals feature - I think I&#039;m gonna copy that idea <i class="far fa-laugh smiley"></i></p><br /><p>And sure, you can buy as many M1 mac minis as you&#039;d like, but it is, in my opinion, a waste of money for it to be used as a single-purpose device. What you save on power consumption will take forever to pay for the difference in price compared to a similar mini PC powerful enough to run Pianoteq smoothly.</p></blockquote></div><p>Cool.</p><p>About computing:</p><p>But isn&#039;t the current Raspberry Pi Model limited by 128 polyphony?<br />That&#039;s why I wanted to wait for the upcoming model.<br />Do you ever feel it?</p></blockquote></div><p>Using Raspberry PI 4b with 64 bit OS I have no problems with 128 or 256 polyphony<br /><span class="postimg"><img src="http://catchlight.se/Pianoteq_rasp_2000MHZ.jpg" alt="PunBB bbcode test" title="PunBB bbcode test"/></span></p>]]></content>
			<author>
				<name><![CDATA[kingfisher]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7701</uri>
			</author>
			<updated>2021-09-01T19:01:36Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977743#p977743</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977739#p977739"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>drahoslove wrote:</cite><blockquote><div class="quotebox"><cite>Defenz0r wrote:</cite><blockquote><p>Yea, I definitely don’t use it only for PianoTeq. Also, your estimation is not accurate. <br />The Mac Mini (M1) requires 6W under idle and around 12-20w when running CineBench. I remember that from a Video.<br />With much effort you will be able to load it with 40Watts and more, but for my usage, it would be at low load most of the time, making me able to embrace bigger processing power at a lower wattage than the pi would, if you would scale it to the performance that I need. Excluding the monitor of course.</p><p>Also take into Account that you would need many raspberri pi’s to make up for it…<br />I literally have the money, so it kinda makes sense to me.<br />Also as I am selling my iMac 2019 late I9 5K off as I dislike mirrors haha.</p></blockquote></div><p>You are mixing it together. <br />I was never comparing Raspberry pi to anything in terms of consumption, (I&#039;m not even sure what the consumption of Rpi is)</p><p>I was <strong>only</strong> talking about the difference between M1 Mac mini vs similarly powerful intel/amd mini PC. (and by &quot;similarly powerful&quot; I mean &quot;being able to run Pianoteq with high polyphony&quot; not necessary &quot;with the same CineBench score&quot;)<br />You are right that the Mac mini is about 6W when idle, but the alternative intel mini PC is about 20-25W when idle (thus my estimate of approximately&nbsp; <strong>difference</strong> of 15-20W between those two)</p><p>And I was assuming you&#039;d be using it solely for this purpose of running Pianoteq and nothing else (since you wanted to buy two of them).</p><br /><p>If it makes sense for you, sure, buy it <i class="far fa-smile smiley"></i> Nothing wrong with that.<br />It is just strange that you wanted another opinion and now it looks like you are mad that I have a different opinion than you have <i class="far fa-frown smiley"></i></p><p>You are right reflective displays are evil <i class="far fa-smile-wink smiley"></i></p></blockquote></div><p>I have no good excuse but to blame it on my headache I have since a month…<br />Yea I am not mad, I am quite happy we have this talk.<br />A one purpose device is good and all, but I think since I also am picky about latency, and want to use an external DAC, I might stay away from the Raspberry Pi.</p><p>I am used to use 192khz at 128 samples. <br />Internal rate was 48khz.</p><p>Reason is that the total delay is determined by 1/sample freq*buffer<br />But that’s only if I have it right in the memory right now haha.</p>]]></content>
			<author>
				<name><![CDATA[Defenz0r]]></name>
				<uri>https://forum.modartt.com/profile.php?id=6481</uri>
			</author>
			<updated>2021-09-01T13:08:33Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977739#p977739</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Web interface for selecting instrument presets (Raspberry Pi)]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=977737#p977737"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Defenz0r wrote:</cite><blockquote><p>Yea, I definitely don’t use it only for PianoTeq. Also, your estimation is not accurate. <br />The Mac Mini (M1) requires 6W under idle and around 12-20w when running CineBench. I remember that from a Video.<br />With much effort you will be able to load it with 40Watts and more, but for my usage, it would be at low load most of the time, making me able to embrace bigger processing power at a lower wattage than the pi would, if you would scale it to the performance that I need. Excluding the monitor of course.</p><p>Also take into Account that you would need many raspberri pi’s to make up for it…<br />I literally have the money, so it kinda makes sense to me.<br />Also as I am selling my iMac 2019 late I9 5K off as I dislike mirrors haha.</p></blockquote></div><p>You are mixing it together. <br />I was never comparing Raspberry pi to anything in terms of consumption, (I&#039;m not even sure what the consumption of Rpi is)</p><p>I was <strong>only</strong> talking about the difference between M1 Mac mini vs similarly powerful intel/amd mini PC. (and by &quot;similarly powerful&quot; I mean &quot;being able to run Pianoteq with high polyphony&quot; not necessary &quot;with the same CineBench score&quot;)<br />You are right that the Mac mini is about 6W when idle, but the alternative intel mini PC is about 20-25W when idle (thus my estimate of approximately&nbsp; <strong>difference</strong> of 15-20W between those two)</p><p>And I was assuming you&#039;d be using it solely for this purpose of running Pianoteq and nothing else (since you wanted to buy two of them).</p><br /><p>If it makes sense for you, sure, buy it <i class="far fa-smile smiley"></i> Nothing wrong with that.<br />It is just strange that you wanted another opinion and now it looks like you are mad that I have a different opinion than you have <i class="far fa-frown smiley"></i></p><p>You are right reflective displays are evil <i class="far fa-smile-wink smiley"></i></p>]]></content>
			<author>
				<name><![CDATA[drahoslove]]></name>
				<uri>https://forum.modartt.com/profile.php?id=7255</uri>
			</author>
			<updated>2021-09-01T12:22:41Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=977737#p977737</id>
		</entry>
</feed>
